﻿/***********/
/***TTE*****/
/**********/

.az-top-nav-bar, .az-top-nav-bar .az-container {
  
    background-color: #2C427A;
    background: -webkit-gradient(linear,left top,left bottom,from(#2C427A),to(#2C427A));
    background: -webkit-linear-gradient(top,#2C427A,#2C427A);
    background: -moz-linear-gradient(top,#2C427A,#2C427A);
    background: -ms-linear-gradient(top,#2C427A,#2C427A);
    background: -o-linear-gradient(top,#2C427A,#2C427A);
    background: linear-gradient(top,#2C427A,#2C427A);
}
a.az-top-pin-btn
{
    color:#bbb;
 }
a.az-top-pin-btn-selected
 {
      color:#fff;
  }
 a.az-top-nav-btn-hover,   a.az-top-pin-btn-hover
 {
      background-color: rgba(0, 0, 0, 0.8);
      color: #ffffff;
  }
  a.az-top-nav-btn-pressed, a.az-top-pin-btn-pressed {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}
.az-main-menu
{
    background-color: rgba(0, 0, 0, 0.9);
    }
.az-main-menu.az-main-menu-widget
{
  background-color:transparent;  
 }
 
.az-icon-cross-red-filled-32 {
    background: url(Shared/images/Cross32x_new.png) no-repeat center center;
} 
.az-icon-copy-red-filled-32 {
    background: url(Shared/images/icons8-copy-32.png) no-repeat center center;
}  

.az-action-disable
{
	opacity: 0.2 !important;
} 


/*
 
 a.az-btn-branding-regular
{
    background-image: linear-gradient(to bottom, #df042e 0px, #df042e 100%);
    border-color:#df042e;
 }
 a.az-btn-branding-regular.az-btn-hover
{ 
    background-image: linear-gradient(to bottom, #900c17  0px, #900c17  100%);
    border-color:#900c17 ;
}
a.az-btn-branding-regular.az-btn-focused
{ 
  background-image: linear-gradient(to bottom, #900c17  0px, #900c17  100%);
    border-color:#900c17 ;
}
a.az-btn-branding-regular.az-btn-pressed
{ 
     background-image: linear-gradient(to bottom, #900c17  0px, #900c17  100%);
    border-color:#900c17 ;
}

 a.az-btn-branding-regular span span.az-btn-text
{
     color: #fff; 
     font-weight: bold;
}
*/