﻿/*font 400  #0074e0
background 100  #e6f1ff  rgb(230, 241, 255);
header 500   #265ca4
top-boder 200   #6ea4eb

button 500
button:hover 300 #5c8aca
help selected 600
    button press 600
*/

:root {
    --color400: rgb(0, 116, 224);
    --color100: rgb(230, 241, 255);
    --color500: #265ca4;
    --color300: #5c8aca;
    --color200: #6ea4eb;
    --color600: #123c73;
}


.CommonMainHeader {
    height: 45px;
    background: rgb(38, 92, 164);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
}

.ObjectHeader {
    width: 100%;
    background: rgb(230, 241, 255);
    box-shadow: inset 0px -1px 0px 0px rgba(110, 164, 235, 0.5); 
    border-radius: 0px;
    font-size: 12px;
    height: 36px;
}

.LoginSubHeaderBackground {
    height: 36px;
    background: rgb(230, 241, 255);
    box-shadow: inset 0px -1px 0px 0px rgba(110, 164, 235, 0.5);
    border-radius: 0px;
}

#tdObjMenuHide {
    width: 20px;
    background: rgb(252, 252, 252);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}

#divMainHeadIconHide {
    width: 20px;
    height: 48px;
    background: #265ca4;
}

.MainSubHeader {
    background-color: #265ca4;
    color: #ffffff !important;
}

.ContentDiv {
    background: rgb(252, 252, 252);
    border: 1px solid rgb(205, 218, 230);
    border-radius: 0px;
    padding: 12px 12px 12px 12px;
    border-top: 3px solid #6ea4eb;
    /*overflow-x: auto;*/
    display: inline-block;
    width: 100%;
    max-height: calc(100vh - 150px);
    overflow:auto;
}

.RedlineContentDiv {
    background: rgb(252, 252, 252);
    border: 1px solid rgb(205, 218, 230);
    border-radius: 0px;
    /*padding: 5px 10px;*/
    /*margin: 0px 5px;*/
    border-top: 3px solid #6ea4eb;
}

.RedlineNavDiv {
    background: rgb(252, 252, 252);
    border: 1px solid rgb(205, 218, 230);
    border-radius: 0px;
    /*padding: 5px 10px;*/
    /*margin: 0px 5px;*/
    border-top: 3px solid #6ea4eb;
}

.InboxMain {
    border: 1px solid rgb(215, 220, 224);
    border-collapse: collapse;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 12px;
    border-top: 3px solid #6ea4eb;
    background: rgb(252, 252, 252);
    padding-bottom:12px;
}

.GroupAccordHeader160 {
    background: #ffffff;
    border-top: 3px solid #6ea4eb;
    cursor: pointer;
    width: 160px;
}

.GroupAccordHeader {
    background: #fcfcfc;
    border: 1px solid #e3e3e3;
    border-top: 3px solid #6ea4eb;
    cursor: pointer;
}

.GroupAccordHeader:hover {
    background: rgb(230, 241, 255);
    border: 1px solid #daeafa;
    border-top: 3px solid #6ea4eb;
    cursor: pointer;
}

.NavigationPaneBackgroundIcon {
    height: 48px;
    background: #265ca4;
    /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);*/
    border-radius: 0px;
}

.NavigationPaneBackgroundTitle {
    border-collapse: collapse;
    white-space: nowrap;
    vertical-align: top;
    height: 48px;
    background: rgb(38, 92, 164);
}

.NavigationPaneBackgroundHeader {
    border-collapse: collapse;
    white-space: nowrap;
    vertical-align: top;
    height: 48px;
    background: #265ca4;
    display:flex;
    justify-content:space-between;
}

.NavigationPaneBackgroundLeft {
    display: inline-block;
    line-height: 48px;
}

.NavigationPaneBackgroundRight {
    float: right;
    display: inline-block;
}

.InlineBlock:hover {
    background: #123c73;
    border-radius: 0px;
    cursor: pointer;
}

.circle:hover {
    background: #123c73;
    border-radius: 0px;
    cursor: pointer;
}

.NavigationPaneIcon {
    padding: 8px 15px;
    background-color: rgb(252, 252, 252);
    cursor: pointer;
    border-left: 3px solid rgb(252, 252, 252);
}

.NavigationPaneIcon:hover {
    padding: 8px 15px;
    background-color: rgb(252, 252, 252);
    cursor: pointer;
    border-left: 3px solid rgb(0, 116, 224);
}

.NavigationPaneIcon.Selected {
    padding: 8px 15px;
    background-color: rgb(252, 252, 252);
    cursor: pointer;
    border-left: 3px solid rgb(0, 116, 224);
}



.NavigationPaneAccordionHeader:hover,
.NavigationPaneAccordionHeader.Selected {
    border-left: 3px solid rgb(0, 116, 224);
    color: rgb(0, 116, 224);
    cursor: pointer;
    background: rgb(230, 241, 255);
    font-size: 12px;
    font-weight:bold;
}

.NavigationPaneAccordionHeader:hover .icon-btn400,
.NavigationPaneAccordionHeader.Selected .icon-btn400 {
    color: rgb(0, 116, 224);
}

.TabBarButton:hover {
    cursor: pointer;
    border-radius: 0px;
    color: rgb(0, 116, 224);
}

.TabBarButton.Selected {
    font-weight: bold;
    border-bottom: 3px solid rgb(0, 116, 224);
    cursor: pointer;
    color: rgb(0, 116, 224);
    font-weight: bold;
}

.UpdateButton {
    height: 28px;
    background: #265ca4;
    border-radius: 2px;
    border: 1px solid #265ca4;
    line-height: 14px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 6px 12px;
    cursor: pointer;
    outline: none;
    min-width: 66px;
}

    .UpdateButton:hover {
        height: 28px;
        background: #5c8aca;
        border-radius: 2px;
        border: 1px solid #5c8aca;
        line-height: 14px;
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0px;
        padding: 6px 12px;
        cursor: pointer;
    }

    .UpdateButton:focus {
        height: 28px;
        background: var(--color300 );
        border-radius: 2px;
        border: 1px solid #5c8aca;
        line-height: 14px;
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0px;
        padding: 6px 12px;
        cursor: pointer;
    }

.CloseButton:hover {
    background: rgb(255, 255, 255);
    border: 1px solid #5c8aca;
    border-radius: 2px;
    color: #265ca4;
    font-size: 12px;
    letter-spacing: 0px;
    cursor: pointer;
}

.CloseButton:focus {
    height: 28px;
    background: rgb(255, 255, 255);
    border: 1px solid #5c8aca;
    border-radius: 2px;
    line-height: 14px;
    color: #265ca4;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 6px 12px;
    cursor: pointer;
}

.Stage.Selected {
    border: 3px solid rgb(0, 116, 224);
}

.White.Selected {
    background-color: #ffffff;
    padding: 5px 5px 5px 12px;
    border: 3px solid #6ea4eb;
}

.IconBorder3:hover {
    padding: 5px;
    border: 1px solid rgb(0, 116, 224);
    height: 26px;
    width: 26px;
    border-radius: 2px;
    cursor: pointer;
}

.icon-border5-btn.Selected {
    height: 26px;
    background: rgb(230, 241, 255);
    border: 1px solid rgb(0, 116, 224);
    border-radius: 2px;
    display: inline-block;
}
.icon-border5-btn:hover {
    display: inline-block;
    color: rgb(0, 116, 224);
    border: 1px solid rgb(0, 116, 224);
    height: 26px !important;
    width: 26px !important;
    border-radius: 2px;
    cursor: pointer;
}

.icon-btn-with-txt.Selected .icon-btn,
.icon-btn-with-txt:hover .icon-btn {
    color: rgb(0, 116, 224);
}
.icon-btn-with-txt:hover {
    border: 1px solid rgb(0, 116, 224);
}
.icon-btn-with-txt.Selected span,
.icon-btn-with-txt:hover span {
    color: rgb(0, 116, 224);
}

.icon-btn-with-txt.Selected {
    background: rgb(230, 241, 255);
}

.ChangeSummary:hover .icon-btn {
    color: rgb(0, 116, 224);
}

.icon-btn-with-txt-noborder:hover span{
    color: rgb(0, 116, 224);  
}

.icon-btn-with-txt-noborder:hover .icon-btn {
    color: rgb(0, 116, 224);     
}

.icon-btn-with-txt-noborder:hover a { 
    color: rgb(0, 116, 224) !important;
}

.icon-btn-with-txt-noborder-navbar:hover span {
    color: rgb(0, 116, 224);
}

.icon-btn-with-txt-noborder-navbar:hover .icon-btn {
    color: rgb(0, 116, 224);
}

.icon-btn-with-txt-noborder-navbar:hover a {
    color: rgb(0, 116, 224) !important;
}

.icon-border5-btn.Selected,
.icon-border5-btn:hover {
    color: rgb(0, 116, 224);
    border: 1px solid rgb(0, 116, 224);
    border-radius: 2px;
}

.icon-btn:hover {
    display: inline-block;
    color: rgb(0, 116, 224);
    height: 16px !important;
    width: 16px !important;
    cursor: pointer;
}

.icon-btn400 {
    display: inline-block;
    color: #0074e0;
    height: 16px !important;
    width: 16px !important;
    cursor: pointer;
}
.icon-group:hover{
    color: rgb(0, 116, 224);
    cursor: pointer;
}
.icon-dropdown2:hover {
    color: rgb(0, 116, 224);
    border: 1px solid rgb(0, 116, 224);
    cursor: pointer;
}
.icon-group:hover .icon-dropdown2 {
    color: rgb(0, 116, 224);
    border: 1px solid rgb(0, 116, 224);
    cursor: pointer;
}
.icon-group:hover .icon-border5-btn {
    color: rgb(0, 116, 224);
    cursor: pointer;
}


.icon-dropdown-btn:hover {
    display: inline-block;
    color: rgb(0, 116, 224);
    height: 16px !important;
    width: 16px !important;
    cursor: pointer;
}

select.EmpowerMutiple:hover,
select.EmpowerMutiple.Selected,
select.EmpowerMutiple:focus {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 116, 224);
    border-radius: 2px;
    font-size: 12px;
    padding: 4px;
    outline: none;
}

select.EmpowerHeaderAuto:hover,
select.EmpowerHeaderAuto.Selected,
select.EmpowerHeaderAuto:focus {
    height: 24px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    border: 1px solid rgb(0, 116, 224);
    outline: none;
}

select.EmpowerAuto:focus,
select.EmpowerAuto:hover,
select.EmpowerAuto.Selected {
    height: 28px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    border: 1px solid rgb(0, 116, 224);
    outline: none;
}


select.Empower:hover,
select.Empower.Selected,
select.Empower:focus {
    height: 28px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    border: 1px solid rgb(0, 116, 224);
    outline: none;
}

input.EmpowerDialogSearch.Selected,
input.EmpowerDialogSearch:hover,
input.EmpowerDialogSearch:focus {
    height: 24px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 116, 224);
    border-radius: 2px;
    font-size: 12px;
    outline: none;
}

select.EmpowerDialogSearch.Selected,
select.EmpowerDialogSearch:hover,
select.EmpowerDialogSearch:focus {
    height: 24px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 116, 224);
    border-radius: 2px;
    font-size: 12px;
    outline: none;
}

select[multiple=multiple].EmpowerDialogSearch.Selected,
select[multiple=multiple].EmpowerDialogSearch:hover,
select[multiple=multiple].EmpowerDialogSearch:focus {
    height: unset;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 116, 224);
    border-radius: 2px;
    font-size: 12px;
    outline: none;
}

input.EmpowerSearch:hover,
input.EmpowerSearch.Selected,
input.EmpowerSearch:focus {
    height: 28px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 116, 224);
    border-radius: 2px;
    font-size: 12px;
    outline: none;
}

select.EmpowerSearch:hover,
select.EmpowerSearch.Selected,
select.EmpowerSearch:focus {
    height: 28px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 116, 224);
    border-radius: 2px;
    font-size: 12px;
    outline: none;
}
 
input.EmpowerSearchInput:hover,
input.EmpowerSearchInput.Selected,
input.EmpowerSearchInput:focus {
    height: 28px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(0, 116, 224);
    border-radius: 2px;
    font-size: 12px;
    outline: none;
}
 
input.Empower:hover,
input.Empower.Selected,
input.Empower:focus {
    height: 28px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    border: 1px solid rgb(0, 116, 224);
    outline: none;
}

textarea.Empower:hover,
textarea.Empower.Selected,
textarea.Empower:focus {
    border: 1px solid rgb(0, 116, 224);
    outline: none;
}

input.EmpowerAuto:hover,
input.EmpowerAuto.Selected,
input.EmpowerAuto:focus {
    height: 28px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    border: 1px solid rgb(0, 116, 224);
    outline: none;
}

textarea.EmpowerAuto:hover,
textarea.EmpowerAuto.Selected,
textarea.EmpowerAuto:focus {
    background: rgb(255, 255, 255);
    border-radius: 2px;
    border: 1px solid rgb(0, 116, 224);
    outline: none;
    height: 60px;
}

input.EmpowerHeaderAuto:hover,
input.EmpowerHeaderAuto.Selected,
input.EmpowerHeaderAuto:focus {
    height: 24px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    border: 1px solid rgb(0, 116, 224);
    outline: none;
}

.HoverMenuMain > table:hover {
    color: rgb(0, 116, 224);
    letter-spacing: 0px;
}

.HoverMenuMain > table:hover .icon-dropdown-btn {
    color: rgb(0, 116, 224);
}
#tab_object_info:hover .icon-btn {
    color: rgb(0, 116, 224);
}

.NavigationPaneSearchBackgroundActive:hover,
.NavigationPaneBackgroundActive:hover {
    color: rgb(0, 116, 224);
    cursor: pointer;
}

.NavigationPaneSearchBackgroundActive:hover a,
.NavigationPaneBackgroundActive:hover a {
    color: rgb(0, 116, 224) !important;
    text-decoration: none;
}

.NavigationPaneSearchBackgroundActive:hover .icon-btn,
.NavigationPaneBackgroundActive:hover .icon-btn {
    color: rgb(0, 116, 224);
}

.NavigationPaneBackgroundActive.Selected {
    background-color: rgb(230, 241, 255);
    cursor: pointer;
    border-left: 3px solid rgb(0, 116, 224);
    color: rgb(0, 116, 224);
    font-weight: bold;
}

.NavigationPaneBackgroundActive.Selected .icon-btn {
    color: rgb(0, 116, 224);
}

.NavigationPaneBackgroundActive.Selected:hover {
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(230, 241, 255);
    border-left: 3px solid rgb(0, 116, 224);
    color: rgb(0, 116, 224);
    cursor: pointer;
    border-radius: 2px;
    font-weight: bold;
}

.NavigationPaneBackgroundActive.Selected:hover .icon-btn {
    color: rgb(0, 116, 224);
}

.NavigationPaneAssignBackground:hover {
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(230, 241, 255);
    border-left: 3px solid rgb(0, 116, 224);
    color: rgb(0, 116, 224);
    cursor: pointer;
    border-radius: 2px;
}

    .NavigationPaneAssignBackground:hover .icon-btn {
        color: rgb(0, 116, 224);
    }

.NavigationPaneAssignBackground.Selected {
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(230, 241, 255);
    cursor: pointer;
    border-radius: 2px;
    border-left: 3px solid rgb(0, 116, 224);
    color: rgb(0, 116, 224);
    font-weight: bold;
}

.NavigationPaneAssignBackground.Selected .icon-btn {
    color: rgb(0, 116, 224);
}

.NavigationPaneAssignBackground.Selected:hover {
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(230, 241, 255);
    border-left: 3px solid rgb(0, 116, 224);
    color: rgb(0, 116, 224);
    cursor: pointer;
    border-radius: 2px;
    font-weight: bold;
}

.NavigationPaneAssignBackground.Selected:hover .icon-btn {
    color: rgb(0, 116, 224);
}



.NavigationSearchPaneBackgroundActive:hover {
    color: rgb(0, 116, 224);
    cursor: pointer;
}
.NavigationSearchPaneBackgroundActive:hover .icon-btn {
    color: rgb(0, 116, 224);
}

.NavigationSearchPaneBackgroundActive.Selected {
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    border-radius: 2px;
    border-left: 3px solid rgb(0, 116, 224);
    color: rgb(0, 116, 224);
}
.NavigationSearchPaneBackgroundActive.Selected .icon-btn {
    color: rgb(0, 116, 224);
}

.NavigationSearchPaneBackgroundActive.Selected:hover {
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 3px solid rgb(0, 116, 224);
    color: rgb(0, 116, 224);
    cursor: pointer;
    border-radius: 2px;
}

 

.DefaultNodeContentStyle a:hover {
    /*color: rgb(0, 116, 235);*/
    text-decoration: underline;
}

a.NavTreeRoot:hover {
    color: rgb(0, 116, 235);
    text-decoration: underline;
}

.NavigationPaneAccordionContent a:hover {
    color: rgb(0, 116, 224);
}

#tvNavBar_DBBrowser a:hover {
    color: rgb(0, 116, 224);
}

.NewsTabBar:hover {
    cursor: pointer;
    background: rgb(230, 241, 255);
    border-radius: 0px;
    color: rgb(0, 116, 224);
    border-left: 3px solid rgb(0, 116, 224);
}

.NewsTabBar.Selected {
    cursor: pointer;
    background: rgb(230, 241, 255);
    border-radius: 0px;
    color: rgb(0, 116, 224);
    border-left: 3px solid rgb(0, 116, 224);
}

.NewsTabBar.Selected .icon-btn400 {
    color: rgb(0, 116, 224);
}
.NewsTabBar:hover .icon-btn400 {
    color: rgb(0, 116, 224);
}

.releaseTable:hover {
    background: rgb(230, 241, 255);
    border: 1px dashed rgb(0, 116, 224);
    color:rgb(0, 116, 224);
    cursor:pointer;
}

.SearchPager span {
    width: 24px;
    background: rgb(0, 116, 224);
    border-radius: 2px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0px;
    padding: 1px 5px;
}
.GroupButton {
    cursor: pointer;
}

.GroupButton:hover {
    cursor: pointer;
    background: rgb(230, 241, 255);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
a.NavBarMenuTree:hover {
    color: rgb(0, 116, 224);
}
.NavBarMenuTree a:hover {
    color: rgb(0, 116, 224);
}
.SelectedNodeStyle a {
    font-weight: bold !important;
    color: rgb(0, 116, 224)!important;
}

 
.NewsContent :hover {
    color: rgb(0, 116, 224) !important;
    cursor: pointer;
}
a.GreyLink:hover {
    color: rgb(0, 116, 224) !important;
    cursor: pointer;
    text-decoration: none;
}

.dashboard-sidebar-item:hover > span > svg {
    color: rgb(0, 116, 224);
}

.dashboard-sidebar-item:hover > span {
    color: rgb(0, 116, 224);
}

.dashboard-sidebar-item.selected {
    background: rgb(230, 241, 255);
    color: rgb(0, 116, 224);
    font-weight: bold;
    border-left: 3px solid rgb(0, 116, 224);
}

    .dashboard-sidebar-item.selected > span {
        color: rgb(0, 116, 224);
        padding-left: 9px;
        font-weight: 700;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
    /*margin: 2px;*/
    cursor: pointer;
    color: rgb(252, 252, 252);
    background-color: #265ca4;
    border: 1px solid #265ca4;
    padding: 5px;
    font-size: 12px;
    font-family: 'system-ui', 'Segoe UI', Segoe, 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
}

    .fileUpload:hover {
        position: relative;
        overflow: hidden;
        /*margin: 2px;*/
        cursor: pointer;
        color: rgb(252, 252, 252);
        background-color: #5c8aca;
        border: 1px solid #5c8aca;
        transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        padding: 5px;
    }

.ReporterPreferenceTitleBar {
    background: rgb(230, 241, 255);
    box-shadow: inset 0px -1px 0px 0px rgba(110, 164, 235, 0.5);
}

.username {
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    color: #0089ab;
    font-weight: bold;
    text-align: center;
    line-height: 2.1;
    margin: 10px 10px 8px 10px;
    font-size: 14px;
}