#uw-alert-branch-info {
    font-size: 1.2em;
    padding: 0;
    border-radius: 0;
    height: 32px;
    line-height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    margin: 0;
    text-align: center;
    background-color: #2b3f53;
    color: #dedede;
    box-shadow: 0 0 10px rgba(0,0,0,0.5)
}

#uw-alert-bottom-info {
    padding: 0; margin: 0; border-radius: 0; height: 32px; line-height: 32px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 100000; background-color: rgba(0,0,0,.2);
    text-align: center;
    background-color: #2b3f53;
    color: #dedede;
}

.block-client {
    /*box-shadow: 0 0 2px rgba(0,0,0,0.5);*/
    border: 1px solid #ddd!important;
    border-color: #2b3f53;
}

#top-client-info {
    text-align: center;
    position: fixed; top: 32; left: 0; right: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-color: #2b3f53;
    background-color: #EDEDED;
    z-index: 90000;
    padding: 4px;

}

#top-client-info .name {font-size: 1.1em; font-weight: bold;}

.sidebar-footer {
    position: fixed!important;
    bottom: 32px!important;
    color: red;
}
