/* NOTE: Do NOT copy this file to create your own theme.  Copy the smaller file in the theme-a1 folder; see KBA-01547 */

:root {
    --fa-fontSolid: normal 900 1em/1 "Font Awesome 6 Pro";
}

BODY {
    font-weight: normal;
    font-size: 1em;
    word-spacing: normal;
    margin: 0;
    text-transform: none;
    font-family: Verdana, Geneva, sans-serif;
    letter-spacing: normal;
    background-color: #f9f9f9;
    --color-primary-500: #007fff;
    --color-primary-500: #297CF9;
    --color-text-over-primary-500: #0000F9;
    --color-primary-500-rgb: 41, 124, 249;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT {
    COLOR: #003366;
}

H1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.35em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H4 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H5, DT {
    font-family: Verdana, Geneva, sans-serif;
    font-size: .9em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H6 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: .8em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}



TFOOT, THEAD {
    font-size: .75rem;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Verdana, Geneva, sans-serif;
}

TH {
    font-weight: normal;
    font-size: 1.1em;
    word-spacing: normal;
    vertical-align: baseline;
    text-transform: none;
    font-family: Verdana, Geneva, sans-serif;
    letter-spacing: normal;
}

INPUT, TEXTAREA, SELECT, BUTTON {
    font-family: Verdana, Geneva, sans-serif;
}

SELECT {
    font-size: 0.9em;
}

    SELECT.clsSelectAdd {
        font-size: 0.8rem;
    }

LABEL.clsFloatOverField { /* requires a parent block element with position:relative */
    position: absolute;
    top: 6px;
    left: 9px;
    color: #aaa;
    padding: 0;
    margin: 0;
    font-size: 0.75rem;
    font-family: 'Berlin Sans FB';
}

SPAN.sfUIHoverLabel { /* requires a parent block element with position:relative */
    position: relative;
    display: inline-block;
}

.sfAsyncPartFrame {
    width: 100%;
    overflow-x: hidden;
    border: 0;
    position:relative;
}
.sfUIReadonly {
    background-color: #F6F7E8;
}

.sfUIClickEditEnabled:hover, TD.sfUIClickEditEnabledCell:hover {
    text-decoration: underline;
    cursor: alias;
}

    .sfUIClickEditEnabled:hover::after {
        content: '\f303';
        font: var(--fa-fontSolid);
        position: absolute;
        padding-left: 4px;
        margin-top: -4px;
        font-weight: 900;
    }

/* add font-awesome eyecatcher…tiny calendar */
SPAN.uiIsEmpty[data-isdate='true'][data-clickedit="true"]:after {
    text-decoration: underline;
    content: '\f271';
    font: var(--fa-fontSolid);
    position: absolute;
    padding-left: 4px;
    margin-top: -4px;
    font-weight: 900;
}


TD.sfUIRevealClickEditEnabledCell, SPAN.sfUIRevealClickEditEnabled {
    text-decoration: underline;
    text-decoration-color: #2020ff;
    text-decoration-style: dotted;
}

    TD.sfUIRevealClickEditEnabledCell IMG {
        border-bottom-color: #2020ff;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        margin-bottom: -1px;
    }



DIV.clsClickEditContainer {
    white-space: nowrap;
}

.sfUICFGTip, .sfPingHealthTip {
    color: #fafc04;
    font-size: 0.7rem;
}

.sfCap {
    text-transform: capitalize;
}

.sfUIToggleBtnArea {
    position: relative;
    float: left;
    margin-right: 9px;
    z-index: 0;
}

.sfQA-RoleMemberInfo {
    --dialog-title: 'Role Member Summary [$V]';
    --dialog-class: sfUIShowInfo;
    --dialog-value-class: sfRoleName;
    --dialog-empty-text: No role members were found;
    --dialog-query: 'util/jstNodes.ashx/qa/RoleMemberInfo/$K';
}

.sfQA-RoleRouteInfo {
    --dialog-title: 'Routes that Reference Role [$V]';
    --dialog-class: sfUIShowInfo;
    --dialog-value-class: sfRoleName;
    --dialog-empty-text: No route references were found;
    --dialog-query: 'util/jstNodes.ashx/qa/RoleRouteInfo/$K';
}

.sfQA-RoleEmbedInfo {
    --dialog-title:'Other Roles used by Role [$V]';
    --dialog-class: sfUIShowInfo;
    --dialog-value-class: sfRoleName;
    --dialog-empty-text: No subordinate routes used;
    --dialog-query: 'util/jstNodes.ashx/qa/RoleEmbedInfo/$K';
}

.sfQA-RoleResponsibilityInfo {
    --dialog-title: 'List of Responsibilites with Current Roles';
    --dialog-class: sfUIShowInfo;
    --dialog-value-class: sfRoleName;
    --dialog-empty-text: Hmm, unable to load responsibility map;
    --dialog-query: 'util/jstNodes.ashx/qa/RoleResponsibilityInfo/$K';
}

.sfUIShowInfo {
    min-width:440px;
    max-width: 100%;
}

TABLE.clsLayout {
    border-collapse: collapse;
    border-spacing: 0; /* cellspacing="0" */
    border: 0;
    width: 100%;
}

.clsLayout TH {
    padding: 0;
}

.clsLayout TD {
    padding: 0;
}

TABLE.sfProjectDashboard td#LeftPane {
    width: 220px;
    padding-right: 0px;
    border-right: 1px solid;
}
TABLE td[id$='LeftPane'] {
    width: 200px;
    padding-right: 6px;
    border-right: 1px outset;
}


TABLE.clsPartLayout {
    border-collapse: collapse;
    border-spacing: 0; /* cellspacing="0" */
    border: 0;
    width: 100%;
}

.clsPartLayout TH {
    padding: 1px;
}

.clsPartLayout TD {
    padding: 1px;
}

.clsTabHolder {
    font-size: .8rem;
}

div.uiTabLookupTip { /* not yet used */
    position:relative;
    width: 100%;
    overflow: visible;
        display:flex;
        top: -1em;
}

DIV.clsTabHolder DIV.ui-tabs {
    min-height: 290px;
}

A:link, .uiLink {
    text-decoration: none;
    color: #3333cc;
    cursor: pointer;
}

DIV.sfNotificationContent a:link {
    text-decoration: underline;
}

a:link.uiWithUL {
    text-decoration: underline;
}


A:visited {
    color: #333399;
}

A:active {
    text-decoration: none;
    color: #333399;
}

A:hover, .uiLink:hover, DIV.sfNotificationContent a:hover {
    text-decoration: underline;
    color: #3333cc;
}

SMALL {
    font-size: .65em;
}

BIG {
    font-size: .8em;
}

BLOCKQUOTE, PRE {
    font-family: Courier New, monospace;
}


UL LI {
    list-style-type: square;
}

    UL LI LI {
        list-style-type: disc;
    }

        UL LI LI LI {
            list-style-type: circle;
        }

OL LI {
    list-style-type: decimal;
}

OL OL LI {
    list-style-type: lower-alpha;
}

OL OL OL LI {
    list-style-type: lower-roman;
}

IMG {
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0;
    border: 0;
}


IFRAME {
    border: 0px none transparent;
    margin: 0px;
    padding: 0px;
}

.pageBodyLayoutContentPane {
    width: 96%;
}

.nobr, .nowrap {
    white-space: nowrap;
}

.clsUI-Msg {
    Border-Style: None;
    Border-Width: 0px;
    Border-Color: Transparent;
    background-color: transparent;
    width: 100%;
}

.clsChangesSaved {
    padding-top: 8px;
    color: forestgreen;
    white-space: nowrap;
}

.clsAllSavedNow {
    color: cornflowerblue;
    font-style: italic;
    opacity: 0.9;
}

.sfDialog {
    min-width:29vw;
}

.modalProcessing .ui-dialog-titlebar-close {
    display: none;
}

DIV.sfuiDialogSmall {
    font-size: 1em;
}

DIV.ui-dialog .ui-dialog-buttonpane .ui-button {
    margin: 2px;
}

DIV.ui-dialog-buttonpane .ui-button .ui-button-text {
    font-size: 0.8rem;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 1rem;
    padding-right: 1rem;
}


DIV.ui-widget-shadow {
    -webkit-box-shadow: 1px 1px 2px #cccccc;
    box-shadow: 1px 1px 2px #cccccc;
}

/* for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: none;
    color: inherit;
    border: none;
    outline: none;
    border-bottom: solid 1px #555;
    width: 95%;
}

    .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
        border-bottom-color: #aaa;
    }

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
    .ui-timepicker-div.ui-timepicker-oneLine dt {
        display: none;
    }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
        display: block;
        padding-top: 2px;
    }

    .ui-timepicker-div.ui-timepicker-oneLine dl {
        text-align: right;
    }

        .ui-timepicker-div.ui-timepicker-oneLine dl dd,
        .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
            display: inline-block;
            margin: 0;
        }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
                content: ':';
                display: inline-block;
            }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
                content: '.';
                display: inline-block;
            }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
        display: none;
    }

/* PAGE BANNER */
.SiteTitle {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    color: darkred;
}


DIV.clsJQUIToolTips {
    font-size: .75rem;
    padding: 3px;
}


/* background/border colors for the selected tab */
.TabBg {
    background-color: gray;
    border-color: dimgray;
    /*fix weird wrapping?*/
    white-space: nowrap;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    border: none;
    background-color: darkgray;
    background-clip: padding-box;
}

    .OtherTabsBg TD {
        background: rgb(206,220,231);
        -webkit-border-radius: 5px 9px 0px 0px;
        -moz-border-radius: 5px 9px 0px 0px;
        border-radius: 5px 9px 0px 0px;
        -webkit-box-shadow: #B3B3B3 8px 8px 8px;
        -moz-box-shadow: #B3B3B3 8px 8px 8px;
        box-shadow: #B3B3B3 8px 8px 8px;
        background: -webkit-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(112,112,112,1) 94%,rgba(112,112,112,1) 100%);
        background: -o-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(112,112,112,1) 94%,rgba(112,112,112,1) 100%);
        background: -ms-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(112,112,112,1) 94%,rgba(112,112,112,1) 100%);
        background: linear-gradient(to bottom, rgba(206,220,231,1) 0%,rgba(112,112,112,1) 94%,rgba(112,112,112,1) 100%);
        border: darkgray;
        background-color: darkgray;
        padding: 1px 0.3rem;
        background-clip: padding-box;
        /*fix weird wrapping?*/
        white-space: nowrap;
    }

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 0.8rem;
    color: #F0FF80;
    text-shadow: 0.1rem 0.1rem 0.2rem #000088;
    font-family: Verdana, Geneva, sans-serif;
    border-bottom-width: 2pt;
    border-bottom-style: solid;
    border-bottom-color: ButtonHighlight;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8rem;
    color: white;
    text-decoration: none;
    font-weight: bold;
    width: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

i.uiProjectLookupBtn,
i.uiAddProjectBtn,
i.uiTabBtnHolder {
    font-size: 0.7rem;
    padding-left: 0.7ex;
    padding-right: 0.7ex;
    opacity: 0.85;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

    
    .flip_H {
        transform: scale(-1, 1);
    }

/* background for hovered tabs */
TABLE.OtherTabsBg TD:hover {
    background: rgb(132,132,132);
    border: #000011;
    padding: 1px 0.3rem;
    background-clip: padding-box;
    color: black;
    cursor: pointer;
}

/* hyperlink styles of the unselected tabs */
/*A.OtherTabs {
        white-space: normal;
    }*/
A.OtherTabs:link {
    text-decoration: none;
    color: white;
}

A.OtherTabs:visited {
    color: white;
}

A.OtherTabs:active {
    text-decoration: none;
    color: white;
}

A.OtherTabs:hover {
    text-decoration: underline;
    color: #fcf7b8;
}

td.TabBg i.fas.uiDashboardTabIcon:before,
a[data-tabkey] i.fas.uiDashboardTabIcon:before {
    position: relative;
    left: 0px;
}

[data-tabkey="OpenProject"] i {
    display:none ;
}

[data-tabkey="Executive"] i.fas.uiDashboardTabIcon:before {
    content: "\f51c";
}
[data-tabkey="Plan Room"] i.fas.uiDashboardTabIcon:before {
    content: "\f51a";
}

[data-tabkey="Contacts"] i.fas.uiDashboardTabIcon:before {
    content: "\f0c0";
}

[data-tabtype="Project"] i.fas.uiDashboardTabIcon:before {
    content: "\f594";
}

[data-tabkey="Home"] i.fas.uiDashboardTabIcon:before {
    content: "\f015";
}

[data-tabkey="System Admin"] i.fas.uiDashboardTabIcon:before {
    content: "\f0ad";
}

[data-tabkey="Manage"] i.fas.uiDashboardTabIcon:before {
    content: "\f085";
}

[data-tabtype="Catalog"][data-tabkey] i.fas.uiDashboardTabIcon:before {
    content: "\f010";
}

[data-tabtype="Catalog"][data-tabkey="Catalog"] i.fas.uiDashboardTabIcon:before {
    content: "\f002";
}



/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Geneva, sans-serif;
    font-size: .70rem;
    font-weight: bold;
    text-align: right;
}

.SiteLinkGrayBG {
    font-family: Verdana, Geneva, sans-serif;
    font-size: .70rem;
    font-weight: bold;
    text-align: right;
    background-image: url('~/images/bars.gif');
}
/* styles for the Help in top-right*/
.HelpLinkPush {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: .70rem;
    text-align: right;
}

A.HelpLinkPush:link {
    text-decoration: none;
    color: blue;
}

A.HelpLinkPush:visited {
    color: red;
}

A.HelpLinkPush:active {
    text-decoration: none;
    color: red;
}

A.HelpLinkPush:hover {
    text-decoration: underline;
    color: #F0FF80;
}
/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: none;
    color: white;
}

A.SiteLink:visited {
    color: #eeeeee;
}

A.SiteLink:active, .uiSiteLinkTargetText {
    text-decoration: none;
    color: #eeeeee;
}

    A.SiteLink:hover, .uiSiteLinkTargetText:hover {
        text-decoration: underline;
        color: white;
    }

/* style for separator between site links */
.Accent {
    color: red;
    font-weight: bold;
}

/* background color for the header at the top of the page  */
TABLE.HeadBg {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 100%;
    padding-top: 0px;
    background-color: darkgray;
}

/* background color for the footer of the page  */
TABLE.clsBranding {
    width: 100%;
    background-color: darkgray;
    padding: 0px;
}

/* text color for the footer of the page  */
.clsBrandingFooterText {
    color: #D3D3D3; /* #D3D3D3;   lightgray */
    font-size: xx-small;
    background-color: darkgray;
    padding: 0px;
}

i.uiV21Link.uiSplash { /* in sfUIShowClientInfo */
        top: -4px;
        position:relative;
        padding-right: 5px;
}


.lClippable {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 400px;
}

.lDoesOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    border-bottom: 1px;
    border-color: #efebeb;
    border-bottom-style: dashed;
}
DIV.lDoesOverflow i.fas {
        float:right;
}


/* stacked bar graph */
.lTipWrapper {
    width: 100%;
    float: left;
    overflow: visible;
}

.lVBarWrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.lTipClear {
    clear: both;
    float: left;
    padding-right: 6px;
}

.lVBarPart {
    width: 100%;
}


.sfui-InfoTip {
    width: 14px;
    height: 12px;
    text-align: center;
    color: red;
}

.sfui-newdocs {
    /*font-weight: bold;
    color: red;*/
}

.clsNumberOfNewDocs {
    color: #F0FF80;
    font-size: x-small;
    vertical-align: super;
}

.clsBarWrapper {
    width: 100%;
    background-color: seagreen;
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    color: white;
    overflow: hidden;
    font-size: .6em;
}

.clsBarPart {
    height: 12px;
    float: left;
}

.clsBarRightPart {
    height: 12px;
    float: right;
}

/* progress bar */

.progress-bar-holder {
    width: 90%;
    border: groove;
    border-width: 2px;
    text-align: center;
}

.progress-bar {
    height: 4px;
    float: left;
}

.ui-progressbar-value {
    background: url(progressbar.gif);
}

/* a control that blends in to the footer; purpose is to force page validation logic  */
.clsFooterBox {
    background-color: darkgray;
    padding: 0px;
}

.clsTreeFilter {
    background-color: mintcream;
}

.clsTreeViewPanel {
    font-family: Verdana, Geneva, sans-serif;
    overflow: auto;
    display: block; /* added for v4.2 */
    max-height: 510px;
    min-height: 120px;
    max-width: 99%;
    white-space: normal;
    word-wrap: break-word;
    border-width: 0;
    padding: 0;
}

    .clsTreeViewPanel IMG {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 1px;
        margin-bottom: 0px;
        padding-bottom: 0;
        padding-top: 0;
        padding-right: 1px;
        height: 16px;
        border-bottom-width: 0;
        border-bottom-color: Red;
        border-bottom-style: solid;
        border-top-width: 0;
        border-Top-color: Green;
        border-top-style: solid;
        float: none;
    }

    .clsTreeViewPanel TR {
        overflow: hidden;
        height: 16px;
        margin-top: 0;
        margin-bottom: 0;
        border-bottom-width: 0;
        border-top-width: 0;
        line-height: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

.clsTreeAllItems {
    color: gray;
    font-size: .6rem;
    vertical-align: super;
}

.clsTreeAllItemsSelected {
    color: white;
    font-size: .6rem;
    background-color: Blue;
}

.clsTreeLeaf, .clsTreeBranch {
    color: Black;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.65rem;
    vertical-align: text-top; /* chrome likes == super */
    height: 16px;
    overflow: hidden;
}

.clsTreeLeafSelected, .clsTreeBranchSelected {
    color: white;
    font-size: .65rem;
    background-color: blue;
    vertical-align: text-top; /* chrome likes == super */
    height: 16px;
}


/* vv ------------------ Part Tab -------------------------- vv */

TABLE.clsPartTabHeadBg {
    width: 0%;
    background-color: darkgray;
    padding: 0px;
}

.clsPartTabHeadBg {
    width: 100%;
    text-align: left;
    background-color: darkgray;
    padding: 0px;
}

/* background/border colors for the selected tab */
.clsPartTabBg {
    background-color: darkgray;
    border-color: darkgray;
}

.clsPartTabHeadBg TD.clsPartTabSep {
    border: darkgray 1px inset;
    border-bottom: darkgray 1px solid;
    border-top: darkgray 1px solid;
    background-color: lightgray;
}


DIV.clsPartTabHeadBg TD.clsPartSelectedTabBg {
    padding-left: 8px;
    padding-right: 8px;
    border: gray 1px outset;
    border-top: gray 1px solid;
    border-bottom: gray 1px solid;
}
/* text style for the selected tab */
SPAN.clsPartSelectedTab {
    font-weight: bold;
    font-size: 0.85rem;
    color: #F0FF80;
    font-family: Verdana, Geneva, sans-serif;
    background-color: darkgray;
    border-bottom-width: 1pt;
    border-bottom-style: solid;
    border-bottom-color: ButtonHighlight;
}

TD.clsDocAirTabs SPAN.clsPartSelectedTab {
}


/* text style for the unselected tabs */
.clsPartTabHeadBg TD.clsPartTabsOtherTabsBg {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8rem;
    color: #DCDCDC; /*#DCDCDC*/
    text-decoration: none;
    font-weight: bold;
    border: gray 1px solid;
    background-color: darkgray;
    padding-left: 8px;
    padding-right: 8px;
}


/* hyperlink styles of the unselected tabs */
A.clsPartTabsOtherTabsBg:link, A.clsPartTabsOtherTabsBg:visited, A.clsPartTabsOtherTabsBg:active {
    color: #DCDCDC;
}

A.clsPartTabsOtherTabsBg:hover {
    text-decoration: underline;
    color: white;
}

span.clsContactLabel:hover, span.clsProjectID:hover, span.clsProjectLabel:hover {
    text-decoration: underline;
    cursor: pointer;
}

.clsUserInactive {
    color: brown;
}

/* Calendar Pop-up */
DIV.ui-datepicker {
    font-size: 75%;
}



/* vv ----------------------- Page Part Framework ---------------------- vv */
TABLE.clsPartHolder {
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    color: red;
}

    TABLE.clsPartHolder THEAD TD:not(.clsddMenu*) {
        font-weight: bold;
        color: midnightblue;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 0;
        border-collapse: collapse;
        margin: 0;
        /*
		
	border-bottom: red 0pt solid;
	
    */
    }

.clsPartRow, .clsFakePartRow {
    border: none;
    padding: 0;
    margin: 0;
    height: .8em;
    background-image: url(PartBarBg.jpg);
    color: var(--color-primary-500);
}

.clsPartRow.clsDocBar {
        padding-top: 0px;
    }

.clsPartRowLeft span#PageBar1_lblLeft {
    border: var(--color-primary-500) 1px solid;
    color: white;
    background-color: var(--color-primary-500);
    border-radius: 4px;
    font-size: 12px;
    line-height: 25px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 4px;
    padding-bottom: 3px;
    transition: color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in,opacity .2s ease-in;
}

TABLE.clsDocBar DIV.clsPartRowDiv {
    border-top: 2px inset darkblue;
    padding-top: 2px;
}

TABLE.clsDocBar DIV.clsPartRowLeft {
    margin-left: 3px;
}



DIV.clsDocScroll {
    overflow-y: auto;
}

DIV.clsDoLoadingPlaceholder {
    width: 99%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    float: left;
    display: inline;
}

DIV.clsDocBodyLoadingPlaceholder {
    background-image: url(DocBodyLoading.png);
    background-repeat: no-repeat;
    min-height: 274px;
}

DIV.clsDocAIRLoadingPlaceholder {
    background-image: url(DocAIRLoading.png);
    background-repeat: no-repeat;
    min-height: 274px;
}

DIV.clsRelativeContainer {
    width: 100%;
    position: relative;
}
DIV.clsRelativeInnerContainer {
    width: 100%;
    position: relative;
    display:block;
}

.clsPartRow2 {
    border-bottom: #000084 1pt solid;
    height: 1pt;
    font-size: 1pt;
    line-height: 1pt;
}

.clsPartRowCell, .clsPartRowCellLight { /* this is the TD that enclosing the left/right/center divs - see clsPartRowDiv */
}

.clsPartRowDiv, .clsPartRowDivLight { /* this is the DIV container for the left/right/center divs - see clsPartRowDiv */
    text-align: left;
    left: 0px;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}


.clsPartTitle {
    border-width: 0;
    font-size: 1.2em;
    line-height: 16pt;
    text-align: center;
    font-variant: small-caps;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
    cursor: default;
}

    .clsPartTitle.withLeftAlign {
        margin-left: 4px;
        text-align: left;
    }

    .clsPartTitle.sfUIToolPartBar {
        margin-left: 4px;
        text-align: left;
    }


.clsPartRowLeft {
    border-left-width: 0;
    border-right-width: 0;
    float: left;
    position: absolute;
    /*border-collapse:  collapse;*/
}

.clsPartRowRight {
    border-left-width: 0;
    border-right-width: 0;
    text-align: right;
    float: right;
}

DIV.clsPartInnerHolder {
    border: none;
    width: 100%;
}

TABLE.clsPartInnerHolder {
    border: none;
    background-color: #fafafa;
    color: #000084;
    width: 100%;
    overflow:hidden;
}


/* ---- Part Framework: Light Variation */
TABLE.clsPartHolderLight {
    border: none;
    width: 100%;
    color: #000084;
    background-color: #fafafa;
    overflow: hidden;
}

    TABLE.clsPartHolderLight THEAD TD {
        padding: 0px;
        border: none;
        font-weight: bold;
        margin: 0px;
        color: #000084;
        border-collapse: collapse;
    }

.clsPartRowLight {
    padding: 0px;
    margin: 0px;
    border: none;
    height: 0.85em;
    background-color: darkgray;
}

.clsPartRow2Light {
    border-bottom: #000084 0pt solid;
    height: 1pt;
    font-size: 1pt;
    line-height: 1pt;
}

.clsPartTitleLight {
    border-width: 0;
    font-size: .9em;
    line-height: 16pt;
    text-align: center;
    font-variant: small-caps;
    margin-left: 4px;
    margin-right: 4px;
}

.clsPartRowLeftLight {
    border-left-width: 0px;
    border-right-width: 0px;
    float: left;
}

.clsPartRowRightLight {
    border-left-width: 0px;
    border-right-width: 0px;
    float: right;
    text-align: right;
}

TABLE.clsPartHolderLight {
    border-right: #000084 0pt solid;
    border-top: #000084 0pt solid;
    border-left: #000084 0pt solid;
    width: 100%;
    color: #000084;
    border-bottom: #000084 0pt solid;
    background-color: #fafafa;
}

TABLE.clsPartInnerHolderLight {
    border: none;
}

/* ^^ ----------------------- Page Part Framework ---------------------- ^^ */

TABLE.clsGridHolder {
    border-right: #000084 0pt solid;
    border-top: #000084 thin solid;
    border-left: #000084 0pt solid;
    width: 100%;
    color: #000084;
    border-bottom: #000084 thin solid;
    background-color: #fafafa;
}

TABLE.clsDataGrid,
TABLE.clsGridMaster,
TABLE.clsGridDetail {
    font-size: 0.7em;
    width: 100%;
    position: relative;
}

.clsDataGrid TD, .clsGridMaster TD {
    padding: 2px;
}

TD.clsDataGridControlColumn {
    border-left: red;
}
 

TH.dgHeader {
    font-variant: small-caps;
    color: rgb(99,9,9);
}

TD.clsFieldLabel {
    color: blue;
    text-align: right;
    font-variant: small-caps;
}

TD.clsLimitColWidth {
    max-width: 10ex;
}

.clsPageBar {
    margin-top: 0px;
    width: 100%;
    color: var(--color-text-over-primary-500);
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    top: 0px;
    /*color and background from ui-widget-header*/
    border-bottom-style: none;
}

span.clsPageBarLeft {
    overflow:  hidden;
    white-space: nowrap;
}


TD.uiToolHot DIV {
    font-weight: bold;
}

.clsPageBarRight {
    text-align: right;
}

/* WEATHER */
.clsWeather1 {
    width: 66px;
}

TD .clsWeather2 {
    white-space: nowrap;
    padding-left: 12px;
    font-size: 1.01rem;
}

.clsWeatherSpace {
    width: 22px;
}

.clsWeatherBy {
    font-size: x-small;
    text-align: right;
    padding-right: 18px;
}

.clsWeatherAtZip {
    font-size: small;
}

.clsWeather4 {
    font-size: smaller;
    margin: 10px;
    background-color: whitesmoke;
    cursor: pointer;
}

    .clsWeather4:hover {
        background-color: gainsboro;
    }

.clsWeatherTempTextA {
}

.clsWeatherTextA {
}

.clsWeatherInfo {
    font-size: smaller;
}

.clsTipImgBtn {
    text-align: right;
    border: none;
}

.clsShowModuleBtn {
    text-align: right;
    /* border:  thin outset; */
    border: none;
    transition: all .1s ease-in-out;
}

.clsSignalR {
    color: blueviolet;
    opacity: 0.70;
    position: relative;
    top: -5px;
}
    .clsSignalR.clsHubFail {
        color: palevioletred;
        opacity: 0.87;
    }



.clsShowModuleBtn:hover {
    transform: scale(1.1);
}

IMG.clsPartBarButton {
    vertical-align: initial;
}

sfUICreateNextMeeting {
    Width:25ex;
    Font-Size:Smaller;
}

.clsDisabledImgBtn {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    vertical-align: middle;
}

i.clsDynamicBtn {
    padding-left: 1em;
}

.clsEnabledImgBtn {
    border: none;
    border-width: 0;
    padding: 0;
    line-height: 0;
    vertical-align: middle;
    cursor: pointer;
    color: #2B8EFF;
    transition: all 0s ease-in-out;
}

.clsEnabledImgBtn:hover {
        transform: scale(1.1);
    }

div.ui-sortable-handle span.nobr input[src$=".svg"] { /* fix size of svg icons */
    height: 28px !important;
}

@media all and (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .sfUIShowButtonOnRowHover:not(:hover) {
        visibility: hidden;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* required for IE */
    tr.clsDataGridItem:hover td.clsGridControls .sfUIShowButtonOnRowHover,
    tr.clsDataGridAltItem:hover td.clsGridControls .sfUIShowButtonOnRowHover,
    tr.clsDataGridSelectedItem td.clsGridControls .sfUIShowButtonOnRowHover {
        visibility: visible;
        display: inline;
    }
}

tr.clsDataGridItem:hover td.clsGridControls .sfUIShowButtonOnRowHover,
tr.clsDataGridAltItem:hover td.clsGridControls .sfUIShowButtonOnRowHover,
tr.clsDataGridSelectedItem td.clsGridControls .sfUIShowButtonOnRowHover {
    visibility: initial  ;
    display: initial;
    color: #2B8EFF;
    font-size: 1rem;
}


.clsFloatRight {
    float: right;
}


.clsDimImage {
    border: 1px solid red;
    opacity: 0.7;
}

.clsHotImage {
    border: 1px solid green;
}

.dgAddNewButtonStyle {
    color: Navy;
    background-color: Olive;
    text-transform: lowercase;
}

.dgAddNewBoxStyle {
    border-left: solid 1pt red;
    border-bottom: solid 1pt red;
    border-right: solid 1pt red;
    background-color: Silver;
}

.clsNotificationText {
    font-weight: bolder;
    color: red;
    font-family: Verdana, Geneva, Sans-Serif;
}

.clsStatusText {
    font-family: Verdana, Geneva, Sans-Serif;
    font-size: small;
}

.clsLoginCopyW {
    text-align: left;
    color: darkgrey;
}

.clsLoginInfo {
    color: darkred;
}

.clsSFLoginPageAnnouncement {
    margin-left: 16px;
    margin-bottom: 2ex;
}


.clsLookupHintText {
    font-family: Verdana, Geneva, Sans-Serif;
    font-size: small;
    border-right: black thin inset;
    border-top: black thin inset;
    border-left: black thin inset;
    border-bottom: black thin inset;
    background-color: lemonchiffon;
    text-align: center;
    white-space: nowrap;
}

.clsQHelp {
    font-weight: bolder;
    font-size: xx-small;
    vertical-align: super;
    color: #fafc04;
    font-family: Verdana, Geneva, Sans-Serif;
    background-color: Silver;
    text-decoration: none;
    cursor: help;
}

.clsPWHelp {
    font-weight: bolder;
    font-size: xx-small;
    color: silver;
    font-family: Verdana, Geneva, Sans-Serif;
    text-decoration: none;
    cursor: help;
}


.clsValidation {
    font-weight: bolder;
    font-size: small;
    vertical-align: super;
    color: red;
    font-family: Verdana, Geneva, Sans-Serif;
}

.clsValidationMark {
    font-weight: bolder;
    font-size: small;
    vertical-align: super;
    color: red;
    font-family: Verdana, Geneva, Sans-Serif;
    border: none;
    empty-cells: hide;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.clsDisplayNone, .clsRemoveOnReady {
    display: none
}

.uiFailureDetailLink {
    font-size: smaller;
}

SPAN[data-val-display], SPAN[data-val-errormessage] {
    color: red !important;
}

.clsTimeTip {
    font-weight: bolder;
    font-size: .6em;
    vertical-align: sub;
    color: gray;
    font-family: Verdana, Geneva, Sans-Serif;
    text-decoration: none;
}


.ui-datepicker-trigger {
    border: 0;
    vertical-align: baseline;
    cursor: pointer;
    height: calc(1em);
}

.clsLookupPop, .clsZoomPop {
    cursor: pointer;
    vertical-align: middle;
    border: 0px;
}

.clsZoomPopIG {
    cursor: pointer;
    border: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
}

div.clsDBHtmlEditor DIV.tox-editor-header {
    display:none;
}
div.clsDBHtmlEditor div.tox div.tox-statusbar {
    display: none;
}

DIV.tox DIV.tox-editor-header.tinymceDirty {
    box-shadow: 0 2px 2px -2px rgba(247,179,2,.4), 0 8px 8px -4px rgba(247,179,2,.2);
}

DIV.tox DIV.tox-editor-header.tinymceDirty {
    box-shadow: 0 2px 2px -2px rgba(179,2,247,.3), 0 8px 8px -4px rgba(179,2,247,.2);
}
DIV.tox DIV.tox-editor-header.tinymceDirty {
    box-shadow: 0 2px 2px -2px rgba(225,0,0,.2), 0 8px 8px -4px rgba(225,0,0,.3);
}

div.clsDBHtmlEditor.tinymceDirty, div.webix_view.tinymceDirty  {
    border-color: brown;
}
    div.webix_view.tinymceDirty.tinymceSaving {
        border-bottom-style: dashed;
    }

    div.clsDBHtmlEditor.tinymceDirty.tinymceSaving div.tox-tinymce:note(tinymceMax)
    {
        border-bottom-style: dotted;
    }
div.clsDBHtmlEditor.tinymceProblemSaving, div.webix_view.tinymceProblemSaving {
    border-color: red;
}


div.clsDBHtmlEditor div.tox-tinymce {
    border-color: inherit;
    border-width: 1px;
    border-bottom-width: 3px;
}

div.clsDBHtmlEditor SPAN.clsQHelp {
    cursor: pointer;
    border: 0px;
    position: absolute;
    top: 0px;
    float: right;
    z-index: 1;
}

div.clsDBHtmlEditor IMG.clsZoomMCE {
    cursor: pointer;
    border: 0px;
    position: absolute;
    left: calc(100% - 36px); 
    opacity: 55%;
    z-index: 88;
}


div.clsDBHtmlEditor .tox .tox-toolbar__group {
    padding: 0 7px 0 8px;
}


.clsGridFilter {
    font-size: .65em;
}


.clsModuleSep {
    font-size: 1pt;
    line-height: 1pt;
    height: 0pt;
    background-color: Transparent;
}

.clsCaption {
    font-size: 0.82rem;
    color: windowtext;
    font-family: Verdana, Geneva, Sans-Serif;
    text-align: right;
    font-variant: small-caps;
    margin-right: 2px;
}

.clsFilter {
    padding-right: 5px;
    padding-left: 1px;
    font-size: 0.9em;
    margin-left: 5px;
    color: black;
    font-family: Verdana, Geneva, Sans-Serif;
    font-variant: small-caps;
}

/* -- vv ----- Grid Styles --------- vv --------------------------*/

.clsDataGrid, .clsGridMaster, .clsGridDetail, .clsLookupGrid {
    font-weight: normal;
    font-size: 0.88em;
    color: #000000;
    font-style: normal;
    font-family: Verdana, Geneva, Sans-Serif;
    text-decoration: none;
}


.clsDataGridHeader, .clsGridMasterHeader {
    padding-right: 2px;
    padding-left: 2px;
    font-weight: normal;
    color: navy;
    height: 20px;
    background-color: white;
}

.clsLookupGridHeader {
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    background-image: url(PartBarBg.jpg);
    color: white;
    height: 20px;
    background-color: activecaption;
}

.clsGridDetailHeader {
    padding-right: 2px;
    padding-left: 2px;
    font-weight: normal;
    color: navy;
    height: 20px;
    background-color: snow;
}

.clsDataGridHeader A:active, .clsDataGridHeader A:link, .clsDataGridHeader A:visited,
.clsGridMaster A:active, .clsGridMaster A:link, .clsGridMaster A:visited,
.clsGridDetail A:active, .clsGridDetail A:link, .clsGridDetail A:visited,
.clsLookupGrid A:active, .clsLookupGrid A:link, .clsLookupGrid A:visited {
    color: navy;
}

.clsDataGridHeader A:hover, .clsGridMaster A:hover, .clsGridDetail A:hover, .clsLookupGrid A:hover {
    color: green;
    text-decoration: underline;
}


.clsDataGridItem, .clsGridMasterItem, .clsGridDetailItem {
    height: 20px;
    background-color: whitesmoke;
    color: Black;
    padding-right: 2px;
    padding-left: 2px;
}

.clsLookupGridItem {
    height: 15px;
    background-color: #F7F7DE;
    color: Black;
    padding-right: 2px;
    padding-left: 2px;
}

.clsNoUIEditKey {
    display: none;
}

.clsDataGridEditItem, .clsGridMasterEditItem, .clsGridDetailEditItem {
    color: black;
    height: 20px;
    background-color: silver;
}

.clsDataGridAltItem, .clsGridMasterAltItem, .clsGridDetailAltItem {
    padding-right: 2px;
    padding-left: 2px;
    height: 20px;
    background-color: white;
}

.clsDataGridDropTarget {
    padding-right: 2px;
    padding-left: 2px;
    height: 40px;
    background-color: #DCDCDC;
}

.clsLookupGridAltItem {
    height: 15px;
    background-color: Whitesmoke;
    padding-right: 2px;
    padding-left: 2px;
}

.clsDataGridSelectedItem, .clsGridDetailSelectedItem {
    padding-right: 2px;
    padding-left: 2px;
    color: white;
    height: 20px;
    background-color: #9ebff4;
}

.clsGridMasterSelectedItem {
    padding-right: 2px;
    padding-left: 2px;
    color: white;
    height: 20px;
    background-color: #9ebff4;
}

.clsDataGridFooter, .clsGridMasterFooter, .clsGridDetailFooter {
    height: 20px;
    background-color: #CCCCCC;
    padding-right: 2px;
    padding-left: 2px;
}

.clsDataGridPager, .clsGridMasterPager, .clsGridDetailPager {
    padding-right: 2px;
    padding-left: 2px;
    height: 20px;
    background-color: ghostwhite;
    text-align: center;
}

    .clsDataGridPager TD, .clsGridMasterPager TD, .clsGridDetailPager TD {
        padding-right: 25px;
        padding-left: 25px;
    }

        .clsDataGridPager TD SPAN, .clsGridMasterPager TD SPAN, .clsGridDetailPager TD SPAN {
            font-weight: bold;
            font-size: 105%;
            border-radius: 15px;
            padding: 2px 5px;
            background-color: rgba(161, 169, 176, 0.5);
        }

    .clsDataGridPager A:active, .clsDataGridPager A:link, .clsDataGridPager A:visited,
    .clsGridMasterPager A:active, .clsGridMasterPager A:link, .clsGridMasterPager A:visited,
    .clsGridDetailPager A:active, .clsGridDetailPager A:link, .clsGridDetailPager A:visited {
        color: #000000;
        text-decoration: none;
        padding: 2px 5px;
        background-color: rgba(250, 250, 250, 0.5);
        border-radius: 15px;
    }

    .clsDataGridPager A:hover, .clsGridMasterPager A:hover, .clsGridDetailPager A:hover {
        text-decoration: underline;
        color: green;
        border-radius: 15px;
        padding: 2px 5px;
        background-color: rgba(161, 161, 255, 0.5);
    }

.clsDataGridPagerRangeInfo {
    float: right;
    color: darkslateblue;
    position: relative;
    top: 4px;
}

.clsGridControls {
    border-right: hidden;
    width: 1px;
    white-space: nowrap;
    position:relative
}

.clsGridHeaderIconCell {
    width: 56px;
    white-space: nowrap;
}

.uiRouteSeqCol {
    width: 18ex;
}

TD.uiRouteToCol {
    position: relative;
}
div.uiRouteToInfo {
    float: left;
}
DIV.uiRouteToIcons {
    float: right;
}

/* -- ^^ ----- Grid Styles --------- ^^ --------------------------*/
.clsGridMaster .clsTextInput {
    font-size: 1.0em;
}

.clsDataGridEditItem .clsTextInput {
    font-size: 1.0em;
}

.clsTextInput {
    font-size: 0.9em;
}

.clsTextReadOnly {
    font-size: 0.9em;
}


.clsTextDate.uiWithTime {
    width: 142px;
}

.clsTextDate {
    width: 92px;
}

.clsDueFuture {
}

.clsDueSoon {
    color: Firebrick;
}

.clsDuePast {
    color: Red;
    font-weight: bold;
}


.clsNumericInput {
    font-size: 0.9em;
    text-align: right;
}

.uiColCenter {
    text-align: center;
}

.clsTextNumericReadOnly, .clsNumericReadOnly, .uiNumericRO, .uiRight {
    text-align: right;
}

.sfUIDisabledMenuItem {
    color: inherit;
    opacity: 0.45;
}

SELECT.clsNumericReadOnly {
    text-align-last: right;
}

SELECT.clsNumericReadOnly option {
    direction: rtl;
}


.clsReadOnlyArea {
    width: 98%;
    font-size: 0.9em;
    padding: 0;
    border: 0;
    min-height: 1em;
    word-wrap: normal;
    text-overflow: ellipsis;
}

.clsReadOnlyHtmlArea {
    width: 98%;
    font-size: 0.9rem;
    background: white;
    padding: 3px;
    border: 1px;
    border-color: lightGrey;
    border-style: solid;
    min-height: 1rem;
    text-overflow: ellipsis;
}

.clsHTMLEditor, .clsHTMLEditor P, .clsHTMLEditor p + p, .clsHTMLEditor div {
    margin-top: .1em;
    -webkit-margin-before: 1px;
    -webkit-margin-end: 0px;
    margin-bottom: 0;
    padding-top: 1px;
    color: black;
}

.clsSmaller {
    font-size: smaller;
}

SPAN.clsTextInput {
    font-size: 0.7rem;
    color: Black;
}

.clsDetailLayout {
    margin-left: 1px;
    width: 100%;
    border-top-style: none;
    margin-right: 3px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.clsCodeDescription {
    font-size: .65em;
    left: 5px;
    overflow: hidden;
    position: relative;
}

.clsNoParSpacing {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: .7em;
}


TD.clsRightA {
    text-align: right;
}

.clsLookupPanel {
    overflow: visible;
}

.clsSortIndicator {
    font-weight: bolder;
    font-size: 4pt;
    vertical-align: baseline;
    color: gold;
    text-decoration: none;
}

.clsScrollPanel {
    overflow: auto;
    display: block; /* added for v4.2 */
    max-height: 810px; /*...set programatically */
    min-height: 20px;
    max-width: 164%;
    white-space: normal;
    word-wrap: break-word;
    border-width: 0;
    padding: 0;
}

.clsSmallGridText {
    font-size: 87%; /*increased from 76 for v4.3*/
}

abbr, acronym, .help {
    border-bottom: 1px dotted #333;
    cursor: help;
}

.clsBannerProfileImage {
    margin-top: -1px;
    margin-right: -2px;
    z-index: 9;
}

/* -- vv ----- Drop Down Menu Styles --------- vv ------------------------------------*/


.clsddMenu {
    display: inline-flex;
}

.clsTabHelperButton {
    margin-top: -8px;
    margin-right: -3px;
    transition: all .1s ease-in-out;
}

.clsProjectTabCloseButton {
    margin-top: -8px;
    margin-right: -3px;
    transition: all .1s ease-in-out;
}

/*.clsProjectTabCloseButton:hover {
        transform: scale(1.1);
    }*/

.clsDropDownAnchorImage {
    margin-bottom: -2px;
    cursor: pointer;
    vertical-align: middle;
    transition: all .1s ease-in-out;
}

    .clsDropDownAnchorImage:hover {
        transform: scale(1.1);
    }


.clsDropDownAnchorImageDisabled, .clsDropDownAnchorImageDisabled IMG {
    margin-bottom: -2px;
    cursor: not-allowed;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.clsddMenuHighlighted, .clsPartRow .clsddMenuHighlighted tr td {
    border: 0px solid;
    cursor: pointer;
    color: #fafc04;
    text-align: left;
    font-size: .9rem;
    background-color: #a4aee2;
    font-weight: normal;
}

.clsddMenuNormal, .clsPartRow .clsddMenuNormal tr td {
    font-size: .9rem;
    cursor: pointer;
    text-align: left;
    color: Black;
    font-weight: normal;
}

.clsddMenuNormalDisabled, .clsPartRow .clsddMenuNormalDisabled {
    font-size: .9rem;
    font: small-caption;
    cursor: not-allowed;
    opacity: 0.6;
    font-weight: normal;
}

    .clsddMenuNormalDisabled td.ItemTextCell {
        font-size: .85rem;
        cursor: not-allowed;
        opacity: 0.6;
    }

.clsddMenuNormal IMG, .clsddMenuHighlighted IMG {
    margin: 0px 3px 0px 1px;
}

.clsMenuNormalSeperator {
    margin: 0;
}

.ddMenuMainTableSideMenu td.ItemIconCell {
    padding-left: 2px;
    padding-right: 2px;
    width: auto;
}

.clsMenuNormalItemIconCell, .ddMenuMainTable .ItemIconCell, .ItemIconCell {
    text-align: center;
    width: 40px;
}

.clsMenuNormalItemTextCell, .ddMenuMainTable .ItemTextCell {
    margin-left: 2px;
    padding-left: 2px;
    padding-right: 30px;
}

.clsddProjectSideMenuNormal, .clsPartRow .clsddProjectSideMenuNormal tr td {
    font-size: .7rem;
    cursor: pointer;
    text-align: left;
    color: Black;
    font-weight: normal;
}

.clsddProjectSideMenuNormalDisabled {
    display: none;
}

.clsBeforeSideMenu {
    margin: 0;
    border-color: #C0D6FB;
}


/* -- ^^ ----- Drop Down Menu Styles --------- ^^ --------------------------*/


/* ddmenu style classes support an additional suffix using DefaultC  */
.ddmenuhighlighted {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 0;
    border-right: 0;
    padding: 0;
    background-color: #A4AEA5;
    cursor: pointer;
}

.ddmenunormal {
    cursor: default;
    background-color: inherit;
}

.ddmenuMainDiv {
    position: absolute;
    background-color: White;
    /*layer-background-color: White; */
    visibility: hidden;
    border: 1px solid black;
    padding: 0;
    /* note ddmenu overflow set by DIV STYLE */
    /* width and height get specified on the DIV STYLE */
}

.ddMenuMainTable {
    border-collapse: collapse;
    border-spacing: 0; /* cellspacing="0" */
    border: 0;
    width: 100%;
}

    .ddMenuMainTable TH {
        padding: 0;
    }

    .ddMenuMainTable TD {
        padding: 0;
    }



/* -- vv ----- Dynamic Filter Styles --------- vv --------------------------*/
div.clsSpacer {
    clear: both;
    height: 3px;
    font-size: 0.1em;
}
div.clsClearFloat {
    clear: both;
    height: 0px;
    font-size: 0.1em;
}


div.clsFilterContainer {
    display: flex;
    flex-wrap: wrap;
    border-right: #333 1px solid;
    padding-right: 0px;
    border-top: #333 1px solid;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #333 1px solid;
    padding-top: 0px;
    border-bottom: #333 1px solid;
    background-color: #f1f2f4;   
}

div.clsMaskSetContainer {
    border-right: #333 0px solid;
    padding-right: 0px;
    border-top: #333 0px solid;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #333 0px solid;
    padding-top: 0px;
    border-bottom: #333 0px solid;
    background-color: #fafafa;
}

div.clsMaskItemFloat {
    padding-right: 1ex;
    float: left;
    overflow: visible;
    width: 210px;
    white-space: nowrap;
    position: static;
}


div.clsLookupFilterContainer {
    border-right: #333 0px solid;
    padding-right: 0px;
    border-top: #333 2px solid;
    padding-left: 4px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #333 1px solid;
    padding-top: 0px;
    border-bottom: #333 0px solid;
    background-color: #fafafa;
    display: flex;
    flex-wrap: wrap;
}

div.clsFilterItemFloat {
    flex: 30%;
    max-width: 50%;
    padding: 4px;
   
    overflow: visible;
    white-space: nowrap;
}

@media screen and (max-width: 1300px) {
    div.clsFilterItemFloat {
        flex: 33%;
    }
}

 
@media    screen and (max-width: 854px) {
    div.clsFilterItemFloat {
        flex: 49%;
    }
}

div.clsFilterContainer div.clsSpacer,
div.clsLookupFilterContainer div.clsSpacer {
    display: none;
}

div.clsLookupFilterContainer div.clsFilterItemFloat {
    flex-direction: column;
    flex: 60%;
    background-color: transparent;
    padding: 2px;
    overflow: visible;
    width: 99%;
    position: static;
}
 

    div.clsLookupFilterContainer div.clsFilterItemFloat span.clsFilterLabel {
        width: 39%;
        text-align: left;
        white-space: nowrap;
        display: inline-block;
        padding-right: 1px;
        font-size: .9em;
    }

div.clsFilterItemFloat span.clsFilterLabel {
    font-variant: small-caps;
    width: 26%;
    text-align: left;
    white-space: nowrap;
    display: inline-block;
    padding-right: 1pt;
    font-size: 1em;
    /* background:url('dot.gif') repeat-x bottom; */
}

div.clsFilterItemFloat Label {
    padding-left: 1px;
    font-size: 0.9em;
    color: black;
    font-family: Verdana, Geneva, Sans-Serif;
    text-align: left;
    font-variant: small-caps;
}


div.clsFilterItemFloat span.clsFilterData {
    text-align: left;
    font-size: 1rem;
}
/* -- ^^ ----- Dynamic Filter Styles --------- ^^ --------------------------*/

/* -- vv ----- KPI Styles -------------------- vv -- */
.clsKPILabel {
    font-size: 0.75rem;
    color: windowtext;
    font-family: Verdana, Geneva, Sans-Serif;
    text-align: left;
}

.clsKPILabelBold, .clsKPILabelBoldRight {
    font-size: 0.75rem;
    color: windowtext;
    font-family: Verdana, Geneva, Sans-Serif;
    font-variant: small-caps;
    font-weight: bold;
}

.clsKPILabelBoldRight {
    text-align: right;
}

.clsKPIValue {
    text-align: right;
    padding-right: 1ex;
    font-size: 0.75rem;
}

.clsKPSpacer {
    background-color: buttonface;
}

.clsKPIHeader {
    color: darkblue;
    text-shadow: #fafc04;
    font-size: 0.95rem;
    text-align: center;
    font-weight: bold;
}
/* -- ^^ ----- KPI Styles -------------------- ^^ -- */


/* For a series of dates */

div.lDateContainer {
    border: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 8px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 4px;
    margin-right: 0px;
    white-space: nowrap;
    display: block;
}

div.lFloatDate {
    display: block;
    vertical-align: baseline;
    float: left;
    min-width: 140px;
    overflow: visible;
    padding-right: 8px;
    white-space: nowrap;
}

div.lFloatDateEmpty {
    display: block;
    vertical-align: baseline;
    float: left;
    width: 20px;
    min-width: 14px; /*not hidden!*/
}

/* sfTextLink clicks lColMenuSelector; sfTextDocLink clicks sfDocHL */
.sfTextLink, .sfTextDocLink, .sfDocSelectLink, .sfExpandLink, .sfUIRowDetailToggle {
    cursor: pointer;
}
.sfUIHiddenButton{
    display:none;
}
.sfUIRowDetailToggle {
    padding-left: 4px;
}
.clsDataGridSelectedItem .sfUIRowDetailToggle::before {
    content: "\f106";
}
/*.clsDataGridSelectedItem i.sfUIRowDetailToggle {
    content:"";
}*/



.sfTextLink:hover, .sfTextDocLink:hover, .sfDocSelectLink:hover, .sfExpandLink:hover {
    text-decoration: underline;
}

    .sfExpandLink:hover::after {
        content: '\f078';
        font: var(--fa-fontSolid);
        font-weight: 900;
        position: absolute;
        padding-left: 4px;
    }

.clsContactLabel:not(.sfUIClickEditEnabled):hover::after {
    content: '\f2bb';
    font: var(--fa-fontSolid);
    padding-left: 4px;
    position: absolute;
}


TR.clsDataGridSelectedItem .sfExpandLink:hover::after {
    content: "\f106";
    font: var(--fa-fontSolid);
    position: absolute;
    padding-left: 4px;
}
.clsProjectLabel:hover::after {
    font: var(--fa-fontSolid);
    content: "\f35d";
    position: absolute;
    font-size: 0.8em;
    padding-left: 4px;
    background: none;
    text-decoration: none !important;
}
td.sfTextDocLink:hover::after,
div.webix_cell span.sfTextDocLink:hover::after,
div.ProjSideMenuPopouts td.ItemTextCell:hover::after {
    font: var(--fa-fontSolid);
    content: "\f35d";
    position: absolute;
    font-size: 0.8em;
    padding-left: 4px;
    background: none;
    text-decoration: none !important;
}




SPAN.sfAfterTextLink:hover {
    text-decoration: none;
}

SPAN.sfAfterTextLink {
    background: none;
    border: none;
    text-decoration: none;
}

.sfIsNew {
    font-weight: bold;
}

.sfShowPointer {
    cursor: pointer;
}

.ui-autocomplete {
    max-height: 49%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px; /* add padding to account for vertical scrollbar */
}

.ui-autocomplete-loading {
    background: white url('ui-anim_basic_16x16.gif') right center no-repeat;
}

UL.ui-autocomplete LI.ui-menu-item {
    padding: 1px .2em;
    line-height: 1.4;
    font-weight: normal;
    font-size: .75rem;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    overflow: visible;
}

    UL.ui-autocomplete LI.ui-menu-item.ui-state-focus {
        font-weight: bolder;
        white-space: nowrap;
        overflow: hidden;
    }

.uiUppercase {
    text-transform: uppercase;
}

.uiByCapability {
    background-color: #FFF0E0;
}

TABLE.clsHTMLEditor.uiByCapability {
    background-color: #FFF0E0;
}

.uiIsRequired {
    border-bottom-color: red;
}

.uiSoftRequired {
    border-bottom-color: gold;
}

.uiValidationPending {
    border-bottom-color: brown;
}
.uiValueNotValid, .uiWarning, .uiIsNegative {
    color: red;
}

/* ---- Other ---- */

td.sfUIAlertSummaryCol {
    min-width:10%;
}
td.sfUIAlertDetailCol {
    width: 40%;
}

/* oAuth error message */
.clsOAuthError {
    color: red;
}

.clsLogPopup {
    font-size: 1.0em;
}

.uiAttachmentSummaryBar {
    display: inline-flex;
    float: right;
    margin-right: 2px;
}

.uiAttachmentSummaryBarHot {
    padding-bottom: 3px;
    border-bottom: 2px groove green;
}
i.clsRowSortHandleIcon{
    display:none;
}
/* doc header */
.sfIsVendorIcon {
    padding-left: 1ex;
}
.sfComplianceIcon, .sfTermsIcon{
    padding-left: 2ex;
}
.sfVendorName, .sfComplianceInfo, .sfTermsInfo {
    font-size: 0.8rem;
}

.sfFVCIndicator {
    opacity: .80;
    font-size:0.8em;
}
.sfFVC-Locked {
    color: blue;
}
.sfFVC-CheckedOut {
    color: red;
}
div.webix_cell i.fas.sfFVC-CheckedOut,
div.webix_cell i.fas.sfFVC-Locked
{
    position: relative;
    top: -9px;
    left: -7px;
    margin-right: -6px;
}

/* Popup panel for Field Information */
.overlayPanel {
    display: none;
    position: fixed;
    width: auto;
    height: auto;
}

.overlayPanel-content {
    background-color: #fefefe;
    border: 1px solid;
    border-color: gray;
    height: 100%;
}

.overlayPanel-close {
    color: #003366;
    float: right;
    text-align: center;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    width: 26px;
    height: 26px;
}

    .overlayPanel-close:hover,
    .overlayPanel-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* End Popup Panel */

div.sfUsageTips {
    font-size: 0.7rem;
}

.sfNotificationHolder {
    width: 100%; 
    position: absolute; 
    text-align: right; 
    top: 5em; 
    overflow: visible;
    z-index: 9;
}
.sfNotification {
    padding: 9px 15px 9px 15px;
    display: inline-block;
}
.sfNotificationContent {
    float: left;
}
button.sfNotificationDismiss {
    margin-left:1.5em;
}


input[type="number"].uiNoSpinner::-webkit-outer-spin-button, input[type="number"].uiNoSpinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* HTML Buttons 
    catalog =input[id$="btnFilterSearchNow"], reports=input[id$="btnFilterRefreshNow"]

*/

td.TEProductionCell {
    font-size: 1.3em;
    font-variant-caps:small-caps;
    color: darkmagenta;
}

input[type="submit"], input[type="button"], button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 2px 0;
    border: solid 1px transparent; /* invisible border (will be colored on hover/focus) */
    border-radius: 4px;
    padding: 0.25em 1em; /* button size comes from text + padding, avoid height */
    cursor: pointer;
    font-style: oblique;
    font-size: 0.85rem;
    /* make sure colors have enough contrast! */
    color: #FFFFFF;
    background-color: #5575af;
}


    input[type="submit"]:active, input[type="button"]:active, button:active {
        transform: translateY(1px);
        filter: saturate(150%);
    }

    input[type="submit"]:hover, input[type="button"]:hover, button:hover {
        color: #5575af;
        border-color: currentColor;
        background-color: white;
    }

    input[type="submit"]:focus, input[type="button"]:focus, button:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(103, 229, 252, 0.5), 0 0 0 1.5px rgba(103, 229, 252, 0.5);
    }



table.uiUserSettingsDialog input[type="submit"],
table.uiUserSettingsDialog input[type="button"],
table.uiUserSettingsDialog button {
    font-size: 0.85rem;
}