.actionBar {
    position: fixed;
    top: 69px;
    z-index: 7;
    display: table;
    width: 98%;
    padding: 12px 0 0;
    margin: 0;
    color: #4B5A69;
    box-sizing: border-box;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* Enable GPU for Animations, if possible */
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.actionBar > span {
    opacity: 0;
}
.actionBar.open > span {
    opacity: 1;
    pointer-events: all;
}
.actionBar.grid_view_ab {
    width: 230px;
    margin: 0 0 0 729px;
}
.actionBar > div {
    display: table-cell;
    box-sizing: border-box;
    white-space: nowrap;
}
.actionBar > div:first-child {
    width: 100%;
    padding-right: 6px;
    text-align: right;
}
.actionBar > div > span {
    display: inline-block;
    cursor: pointer;
    margin: 0 0 0 6px;
    pointer-events: auto;
}
#no_select_actions > .action_bar_button:first-child {
    margin-left: 6px;
}
#no_select_actions > .action_bar_button:nth-child(2) {
    margin-left: 0;
}
#no_select_actions > .action_bar_button:last-child {
    margin-left: 10px;
}
.actionBar .icon-web-icon-action-stop-sharing {
    position: relative;
    left: -7px;
}
.actionBar > div > .button_disabled,
.actionBar > div > .disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0;
    display: none;
}
.actionBar > div > .action_bar_hidden {
    display: none;
    opacity: 0;
}

.actionBar > div > .action_bar_divider {
    position: relative;
    cursor: none;
    top: 3px;
    display: inline-block;
    width: 1px;
    height: 18px;
    margin: 0 -10px 0 10px;
    background: #BEBEBE;
}

#action_bar_rename {
    margin-right: -4px;
}

#no_select_actions {
    background: #FFF;
    padding: 1px 0 0 0;
}

#refresh_sharedwithme_view {
    position: relative;
    top: 1px;
    margin-left: 10px;
}