﻿.az-v-tab {
    
}
.az-v-tab-left {
     border-radius: 4px 0 0 4px;
    background-image: url(../images/azolve-brand-logo-white.png);
    background-repeat: no-repeat;
    background-position: -20px bottom;
}
.az-v-tab-right {
     border-radius: 0px 4px 4px 0px;
}
a.az-nav-btn {
    display: block;
    margin: 3px 0px;
    border-radius: 4px 0 0 4px;
    border-right: 0;
    border: none;
    letter-spacing: .025em;
    
}
a.az-nav-btn span.az-btn-left {
    padding: 5px 0;
}
a.az-nav-btn span.az-btn-left span.az-btn-text {
    line-height: 48px;
    height: 48px;
    padding-left: 60px;
    margin-left:5px;
}
.az-vTab-visual-selected {
    position: absolute;
    left:0 ;
    border-right: 1px solid #ffffff;
    height: 50px;
    z-index: 100;
    width: 0;
    
}

.navBtnWindow a.az-nav-btn span.az-btn-left span.az-btn-text {    
    height: 30px;
    line-height: 30px;    
    padding-left: 10px;    
}

.arrow_box { position: relative; background: #fff; border: 0px solid #fff; } 
.arrow_box:after, .arrow_box:before { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.arrow_box:after { border-color: rgba(255, 255, 255, 0); border-right-color: #fff; border-width: 5px; margin-top: -5px; } 
.arrow_box:before { border-color: rgba(255, 255, 255, 0); border-right-color: #fff; border-width: 11px; margin-top: -11px; }
a.az-nav-btn .fa
{
margin-left: -59px;
height: 48px;
width: 48px;
font-size: 24px;
background-color: #0e6d38;
text-align: center;
line-height: 48px;
float: left;
border-radius:2px;
}