.bar-header,
.bar-subheader{
    border: 0px !important;
    border-bottom-color: transparent !important;
    background-image: none !important;
    border-bottom: none !important;
    background: #FFF;
}

.modal .bar-header{
    background: #FFF !important;
}

.bar-subheader{
    z-index: 11;
}

.nav-bar-tabs-top .bar-header{
    box-shadow: inherit !important;
}

.bar-header .title{
    color: #444;
    font-family: Roboto-Medium !important;
    font-size: 18px !important;
    font-weight: normal;
}

.bar-header .button{
    padding: 0 10px;
}

.filter-bar .filter-bar-wrapper .bar-header, 
.filter-bar .filter-bar-wrapper .bar-header .item-input-wrapper{
    background: #FFF;
}

.bar-subheader.bar-info{
    width: 100%;
    height: 70px;
}

.bar-subheader.bar-info h3{
    font-size: 1.3em;
}

.bar-subheader.bar-info .profile-intro{
    padding: 20px 0;
}

.bar-subheader.bar-info .profile-intro h2{
    font-size: 24px;
    font-family: 'Roboto-Medium';
}

.bar-subheader.bar-info .profile-intro h3{
    font-size: 18px;
    font-family: 'Roboto-Medium';
}

.bar-subheader{
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.3);
    color: #FFF;
    font-family: Roboto-Medium;
    font-size: 15px;
    font-weight: normal;
    background: #FFF !important;
    padding: 0 15px 0 15px;
    height: 38px;
}

.bar-subheader p{
    margin: 0;
}

.bar-subheader p:first-child{
    font-size: 14px;
    opacity: 0.95;
    line-height: 15px;
}

.has-subheader{
    top: 83px;
}

.has-subheader-info{
    top: 144px;
}

.bar-subheader.only-shadow{
    top: 6px;
}

.nav-bar-title p:first-child{
    line-height: 20px;
    font-size: 19px;
    /* padding-top: 4px; */
    margin: 0;
}

.nav-bar-title p:last-child{
    line-height: 11px;
    font-size: 13px;
    /* padding-top: 1px; */
    margin: 0;
}

/*  FOOTER  */
.has-footer{
    bottom: 35px;
}

.bar.bar-footer{
    border: 0px !important;
    border-bottom-color: transparent !important;
    background-image: none !important;
    border-bottom: none !important;
    background: #FFF;
    height: 35px;
    padding: 10px;
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.3);
}

.bar.bar-footer p{
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin: 0;
}

.bar.bar-footer p:last-child{
    margin-left: auto;
}


.nav-bar-container .bar.bar-header .buttons,
.nav-bar-container .bar.bar-header .title {
    position: relative !important;
}

.nav-bar-container .bar.bar-header .title {
    top: 0 !important;
    left: 0 !important;
    line-height: 36px;
    width: 100%;
}

.nav-bar-container .bar.bar-header .buttons.buttons-right{
    left: 0;
    top: 0;
}