.t-NavTabs-item.is-active .t-NavTabs-link {
    --ut-navtabs-item-highlight-color: #6b8f63 !important;
}
  #P0_GLOBAL_SEARCH{
      border-radius: 40px;
      background: #56504b;
      color:#fcfbfa;
  }
  #P0_GLOBAL_SEARCH:focus {
      background:#fcfbfa;
      color:#858382;
  }

.oh_submenu{
    padding-top:4px;
    padding-bottom:4px;
}   

#tab_btn_series,#tab_btn_session,
#tab_btn_dashboard {
    background: var(--a-cv-actions-background-color);
}

.t-Body-content{
    background: #e0e0e0 !important;
    
   // background-image: url('#APP_IMAGES#TEXTUREBLUR.jpg');
//background-repeat: repeat;    
   //backdrop-filter: blur(25px);
 // filter: blur(2px);
}   

 
#t_Footer {
    background-color: #f1efed;
}

span.copyright-Span {
    float: right; 
}

.t-Header-logo {
    flex-grow: 0;
} 
 
 
/* extra header/body styles */

.t-PageBody.page-w1280p .t-Body-mainContent  {
    max-width: 1280px;
    min-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px){
    .t-PageBody.page-w1280p .t-Body-mainContent  {
    min-width: 1200px;
    margin: 0 auto;
    }    
}
@media only screen and (max-width: 1024px){
    .t-PageBody.page-w1280p .t-Body-mainContent  {
    min-width: 1024px;
    margin: 0 auto;
    }    
}

@media only screen and (max-width: 991px){
    .t-PageBody.page-w1280p .t-Body-mainContent  {
    min-width: 991px;
    margin: 0 auto;
    }    
}

@media only screen and (max-width: 812px){
    .t-PageBody.page-w1280p .t-Body-mainContent  {
    min-width: 812px;
    margin: 0 auto;
    }    
}

@media only screen and (max-width: 768px){
    .t-PageBody.page-w1280p .t-Body-mainContent  {
    min-width: 768px;
    margin: 0 auto;
    }    
}

@media only screen and (max-width: 667px){
    .t-PageBody.page-w1280p .t-Body-mainContent  {
    min-width: 667px;
    margin: 0 auto;
    }    
}

@media only screen and (max-width: 479px){
    .t-PageBody.page-w1280p .t-Body-mainContent  {
    min-width: 479px;
    margin: 0 auto;
    }    
}

@media only screen and (max-width: 375px){
    .t-PageBody.page-w1280p .t-Body-mainContent  {
    min-width: 375px;
    margin: 0 auto;
    }    
}

/*Card image styles */

img.t-Card-image {
    width: 22px;
}


.cards-class
{
    min-height:350px;
}

.t-Card-icon.card-Image-div {
    padding: 5px;
}