[class^="icon-"], [class*=" icon-"] {
  background-image: url("/web/img/bootstrap/glyphicons-halflings.png") !important;
}

.icon-white {
  background-image: url("/web/img/bootstrap/glyphicons-halflings-white.png") !important;
}

.navP1 .navbar-inner {
    background-color: #EEEEEE !important;
    background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #EEEEEE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#EEEEEE', GradientType=0);
    background-repeat: repeat-x;
    border: 1px solid #E5E5E5;
    border-radius: 0px;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;

    background-image: -webkit-linear-gradient(top, #F5F5F5, #EEEEEE);
    background-image: -o-linear-gradient(top, #F5F5F5, #EEEEEE);
    background-image: linear-gradient(top, #F5F5F5, #EEEEEE);
}

.navP1 .navbar .brand
{
    color: #808080;
}

.navP1 .navbar .nav > li > a
{
    color: #7C7C7C;
    text-shadow: none;
}

.navP1 .nav > li > a:hover
{
    background-color: #DBDBDB;
    text-decoration: none;
}

.navP1 .navbar .divider-vertical
{
    background-color: #C0C0C0;
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #E5E5E5;
    width: 0px;
}

.navP1 .navbar {
    margin-bottom: 0px;
}

.control-group > label {
    font-weight: bold;
}