.navbar-inverse {
    background-image: -webkit-linear-gradient(top,#0073AF 0,#222 100%);
    background-image: -o-linear-gradient(top,#0073AF 0,#222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#0073AF),to(#222));
    background-image: linear-gradient(to bottom,#0073AF 0,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0073AF', endColorstr='#5F5046', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}
.navbar-inverse {
    background-color: #0073AF;
    border-color: #5F5046;
}

/*
.panel-iweb > .panel-heading {
    color: #5F5046 ;
    color: white ;
    border-color: #0073AF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#62CAE3', EndColorStr='grey');
    background-image: linear-gradient(to bottom, #0073AF 0%,    #5F5046  999%);
    background-repeat: repeat-x;
}*/
