/*
Remove Header Background Image from wrapper
*/

#wrapper {
    background-image: none !important;
}

#ic15-branding {
    width:300px;
}

#header-v3-top {
    background: #F0600E;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.3);
}

#header-v3-top .top-bar-items {
    padding:0px;
    margin:0px;
    list-style: none;
}

#header-v3-top .top-bar-items li {
    color: #fff;
    padding:0px;
    margin:0px;
    height:24px;
    margin:0px 4px;
    padding:12px 10px 0px 10px;
    float:left;
}

#header-v3-top .top-bar-items li.sep {
    width:1px;
    height:36px;
    background: #f57d12;
    border-right: solid 1px #eb430a;
    padding:0px;
}

#header-v3-top .top-bar-items li#global-inbox-btn{
    background: url(/images/ic15-inbox-icon.png) left center no-repeat;
    padding-left:22px;
    cursor: pointer;
}

#header-v3-top .top-bar-items li#footer-new-stats{
    background: url(/images/ic15-reports-icon.png) left center no-repeat;
    padding-left:22px;
    cursor: pointer;
}

#header-v3-top .top-bar-items li#user-acc-btn{
    background: url(/images/ic15-settings-icon.png) left center no-repeat;
    padding-left:24px;
    cursor: pointer;
}

#header-v3-top .top-bar-items li#training-links-btn{
    background: url(/images/ic15-learn-icon.png) left center no-repeat;
    padding-left:24px;
    cursor: pointer;
}

#header-v3-top .top-bar-items li#user-acc-btn .txt-r{
    float:none;
    cursor: pointer;
}
