.navbar-inverse .navbar-nav>.active>a {
    background-image : linear-gradient(to bottom,#222 0,#807D7D 100%);
}

.header_icon {
    color: #ffffff;
}


.account-wall
{
    margin-top: 20px;
    padding: 30px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.login-img
{
    /*
        margin: 0 auto 10px;
    */
    margin: 0 0 10px 7px;
    display: block;
    /*
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    */
}

.logo-img
{
    margin: 7px 50px 0px -60px;
    display: block;
}

.page404
{
    background-color: #f3f3f3;
    height: 300px;
}
.login-img-404
{
    display: block;
}

.btn-black
{
    background-color: hsl(0, 0%, 16%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828));
    background-image: -moz-linear-gradient(top, #5b5b5b, #282828);
    background-image: -ms-linear-gradient(top, #5b5b5b, #282828);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #282828));
    background-image: -webkit-linear-gradient(top, #5b5b5b, #282828);
    background-image: -o-linear-gradient(top, #5b5b5b, #282828);
    background-image: linear-gradient(#5b5b5b, #282828);
    border-color: #282828 #282828 hsl(0, 0%, 11%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.text_margin
{
    padding-bottom: 10px;
}
.billing-tbody input,
.billing-tbody select,
.billing-tbody submit,
.billing-tbody button
{
    font-size:12px!important;
    padding-left:10px!important;
}
.billing-tbody td{
    white-space: nowrap!important;
    font-size:12px;
}
select.round{
  max-width: 180px!important;
  overflow: hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}
