/*Dynamic Navigation Menu*/
.show-badges .a-Menu-accel {
    padding: 0 6px;
    font-size: 11px;
    line-height: 1.6rem;
    font-weight: 500;
    background-color: #0076df;
    color: #fff;
    display: inline-block;
    margin-left: 4px;
    border-radius: 16px;
}


/* Yes/No Tick Mark CSS*/
.syn-check-J:before,.syn-check-Y:before {
  content: "\f00c";
  color: green;
  font-weight: bold;
}
.syn-check-N:before {
  content: "\f00d";
  color: #ff3a30; /* color: red; */
  font-weight: bold;
}

/*P0_search Bar*/
/*Search Button*/
#P0_SEARCH {
  width: 25px;
  height: 25px;
  border-width: 0px;
  border-radius: 3px !important;
  background-color: transparent;
  color: #fff;
  outline-width: 0;
  margin-top: -6px;
  margin-bottom: -4px;
  margin-left: 5px;
}


/*All Input Items*/
/* Removes borders from items */
.t-Form-inputContainer input[type="text"],
.t-Form-inputContainer input.text_field,
.t-Form-inputContainer input.password,
.t-Form-inputContainer input.datepicker,
.t-Form-inputContainer span.display_only,
.t-Form-inputContainer input.popup_lov,
.t-Form-inputContainer select,
.u-TF-item--text,
.u-TF-item--datepicker,
.u-TF-item--select,
.a-IRR-selectList[size="1"],
.t-Form-inputContainer select.selectlist[size="1"],
.t-Form-inputContainer select.yes_no,
.u-TF-item--select,
.apex-item-select {
   background-color: #fff;
   /*border-top-color: #2494EF;
   border-left-color: #2494EF;
   border-right-color: #2494EF;
   border-bottom-color: #2494EF;
   border-radius: 5px;*/
   border: 0.8px solid #DBDBDB;
  box-sizing: border-box;
  border-radius: 30px;
}

.apex-item-display-only{
    width: inherit;
    padding-left: 8px;
  /*border: 1px solid;*/
  border: none;
}

/*Global Success Message WHen Dialog IS closed*/
#successMessage{
  position: fixed;
  top: 12px;
  right: 12px;
  max-width: 480px;
  z-index: 2000;
  opacity: 0.9;
  border-radius: 2px;
  display : none;
} 

/* User Profile */
.image_icon{
/*line-height: 4rem; */
background-size: contain;
background-repeat: no-repeat;
/*border-radius: 50%; */
}

.image_icon a{
	margin-left: 30px;
}	

/* Hide User Icon Imgae on Page 0 */
#P0_USER_ICON{
    display:none;
}


:focus {
    outline: none !important
}

.PROF_DID .t-DialogRegion-buttons{
    background-color: #FBFBFB;
}

.t-Button.t-Button--header:active, .t-Button.t-Button--header:focus:active {
    background-color: rgba(0, 0, 0, 0)  !important;
}

.t-Button.t-Button--header:focus:before, .t-Button.t-Button--header:active:focus:before {
    box-shadow: none !important;
}
.t-Button.t-Button--header:hover {
    background-color: rgba(0,0,0,0);
    box-shadow: none !important;
}



.a-Header-photo {
   background-repeat: none !important;
   background-repeat: no-repeat !important;
   border-radius: 50px;
}

.PROF_DID.ui-widget.ui-dialog {
  right:100px !important;
  left:initial !important;
  float:right !important;
  top:47px !important;
  border-radius:.4rem !important;
  box-shadow:rgba(0,0,0,.1) 0 0.4rem 1.6rem !important;
}



.PROF_DID.ui-dialog{
    width:370px !important;
    height:220px !important;
}

#exitpopup_bg{
     height:250px !important;
}



.PROF_DID.ui-dialog .ui-dialog-titlebar {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: none;
}



.a-MediaBlock.a-Menu-content {
    background: none;
    border: none;
    box-shadow: none;
}
.a-Header-accountDialog .a-MediaBlock-graphic {
    margin-right: 16px;
}
.a-MediaBlock-graphic {
    float: left;
    margin-right: 8px;
}
.a-Header-accountDialog .a-Header-userPhoto--large {
    background-color: #F8F8F8;
}
.a-Header-userPhoto {
    box-shadow: 0 0 0 1px #B0B0B0 inset;
}
.a-Header-userPhoto {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}
.a-Header-accountDialog.a-Menu .a-Menu-label {
    padding: 0;
}
.a-Header-accountDialog.a-Menu .a-Menu-item {
    display: inherit;
    color: inherit;
    line-height: inherit;
    float: none;
}
.a-Header-accountDialog-editProfile.a-Menu-item.a-Menu-label {
    text-align: center;
}
.a-Header-accountDialog-editProfile.a-Menu-item.a-Menu-label, .a-Menu-content .a-Header-dialogLink.a-Menu-item .a-Menu-label {
    display: block;
    margin-top: 4px;
    color: #146fb8;
}
.a-Header-accountDialog-editProfile.a-Menu-item.a-Menu-label, .a-Header-dialogLink.a-Menu-item .a-Menu-label {
    font-size: 11px;
    line-height: 16px;
    padding: 0;
    border-radius: 2px;
    transition: none;
}
.a-Header-accountDialog .a-MediaBlock-content {
    padding: 4px 0;
}
.a-Header-userPhoto--large, .a-Header-userPhoto--large .a-Icon, .a-Header-userPhoto--large img {
    width: 64px;
    height: 64px;
}
.a-Header-dialogName {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}
.a-Header-dialogText {
    display: block;
    line-height: 16px;
}
.a-Header-photoPlaceholder {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15)inset;
}
.a-Header-accountDialog.a-Menu .a-Menu-item {
    display: inherit;
    color: inherit;
    line-height: inherit;
    float: none;
}
.a-Header-accountDialog.a-Menu .a-MediaBlock-content .a-Menu-item.a-Menu-label {
    cursor: default;
}
.a-Header-dialogUsername {
    font-size: 11px;
    font-weight: 400;
}
.a-Header-dialogLabel, .a-Header-dialogUsername {
    color: #777;
}
.a-Header-dialogLabel {
    margin-top: 16px;
    line-height: 10px;
    font-size: 9px;
    text-transform: uppercase;
    display: block;
}
.a-Header-dialogValue {
    font-size: 12px;
    line-height: 16px;
}
.a-Header-dialogName, .a-Header-dialogValue {
    color: #404040;
}
.profile-icon {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    cursor: pointer;
    border-radius: 100%;
    margin-right: 5px;
}

div#oj-inputsearch-choice-P0_UNIVERSAL_SEARCH_HIDDEN {
    /*background-color: #3794ff;*/
}
div#Search_Body {
    margin-left: 50%;  
    margin-right: -50%;
    width: 30%; 
    position: absolute; 
    transform: translate(-50%, -50%);
}
/*Android Device Specific CSS*/
@supports not (-webkit-touch-callout: none)
{
    div#Search_Body {margin-top: 8.5ex;}
}
/*Apple Mobile Device Specific CSS*/
@supports (-webkit-touch-callout: none) 
{
    div#Search_Body {margin-top: 8.5ex;}
}
/*Safari 11+ Hack to display search correctly*/
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  div#Search_Body {margin-top: 8.5ex;}
}}


/* BEGIN comments/chat region styles */
.t-Chat .t-Chat--own .t-Comments-icon {
  margin-right: 0;
  margin-left: 12px;
}
 
.t-Chat .t-Chat--own {
  flex-direction: row-reverse;
}
 
.t-Chat .t-Chat--own .t-Comments-body {
  align-items: flex-end;
}
 
.t-Chat .t-Chat--own .t-Comments-comment:after {
  border-left-color: var(--ut-comment-chat-background-color);
  border-right-color: rgba(0,0,0,0);
  right: none;
  left: 100%;
}
/* END comments/chat region styles */

:root {
  --ut-nav-width: 20rem!important;
}
li.t-LinksList-item.itm-0.t-linkList-grouped {
    border-bottom-style: none!important;
}
.t-LinksList-item {
    border-bottom-style: none!important;
}
.t-ExpCollIcon {
    font-size: 10px;
    padding-left: 13px;    
    padding-top: 3px;
    color: grey;
}
.p-LeftMenu-GroupTitle {
    width: 220px;
    border: none;
    background-color: #fff;
    cursor: pointer;    
}
a.p-LeftMenu-GroupTitle:hover,
a.p-LeftMenu-GroupTitle:focus,
a.p-LeftMenu-GroupTitle:active {
  text-decoration: none;
}

/* Chart AI */
.t-chart-ai .t-Button-label{
    color: white;
}

.t-chart-ai-img{
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.t-Drawer-page--standard {
        border-radius: 10px !important;
}

/*Global Notification*/
div#globalNotification {
    background-color: lightblue;
}
.global-noti {
	color: rgb(0, 0, 0) !important;
	font-size: 1.4em !important;    
    padding-bottom: 10px;
    padding-top: 10px;    
}