#name_container {
    position: relative;
    top: 37px;
    left: 245px;
}

#folder_name_header {
    display: inline-block;
    max-width: 450px;
    font-size: 20px;
    font-weight: 100;
    color: #4C5A69;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transform: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transform: all .3s ease-in-out;
}

#folder_name_header + span {
    position: relative;
    top: -6px;
    left: 10px;
    display: inline-block;
}

#folder_name_header.privacy_center + span {
    width: 27px;
    height: 25px;
    background: url('img/icon_sprite.png') -34px -84px no-repeat transparent;
}

#folder_name_header.shared_with_me + span {
    width: 34px;
    height: 25px;
    background: url('img/icon_sprite.png') 0 -84px no-repeat transparent;
}

#devices_container {
    position: fixed;
    top: 60px;
    z-index: 7;
    width: 83%;
    height: 47px;
    padding: 14px 0 0 10px;
    font-size: 12px;
    background: #FFF;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.full_width #devices_container,
.full_width_no_left_nav #devices_container {
    width: 100%;
}

#content.full_width_no_left_nav {
    width: 100%;
    margin-left: 0px;
}

#device_browser{
    margin: 0;
    min-height: 500px;
}

.sharing_device_browser {
    min-height: 150px;
    margin: 0 15px 0 0;
}

#devices_content_bar {
    position: fixed;
    z-index: 3;
    top: 107px;
    width: 100%;
    line-height: 51px;
    color: #BEBEBE;
    background: #FFF;
}
#devices_content_bar.full_width {
    width: 1400px;
}

/* File List Area */

#device_content_container {
    position: relative;
    z-index: 1;
    margin: 78px 0 0;
}

#device_content {
    height: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0 0 35px;
    -webkit-transition: height .3s ease-in-out, max-height .3s ease-in-out;
    transition: height .3s ease-in-out, max-height .3s ease-in-out;
    box-sizing: border-box;
    /* 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;
}

#device_content.loading {
    height: 90px;
    background: url("img/loading/spinner.svg") center center no-repeat transparent;
    background-size: 70px 70px;
}

#device_content.empty,
#sharedwithme_detail_content.empty {
    height: 42px;
}

#device_content.empty:before,
#sharedwithme_detail_content.empty:before {
    display: block;
    content: "";
    line-height: 40px;
    text-align: center;
    color: #4B5A68;
}

.empty_folder_msg {
    display: block;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    color: #BEBEBE;
    pointer-events: none;
}

#empty-photos-gridview:before {
    margin: 0px;
    position: relative;
    top: -2px;
    color:#BEBEBE;
}

.empty_share_msg {
    display: block;
    font-size: 24px;
    color: #BEBEBE;
    pointer-events: none;
}

/* Device Browser */

#devices_content_bar,
.sharing_content_bar {
    font-size: 12px;
    color: #BEBEBE;
    font-weight: 300;
    line-height: 38px;
    cursor: default;
}
#devices_content_bar {
    line-height: 30px;
    background: #FFF;
}

#dir_content_bar {
    display: table;
    width: calc(100% - 246px);
    background: #FFF;
}
#dir_content_bar.full_width {
    width: 100%;
}

#dir_content_bar > span {
    display: table-cell;
    box-sizing: border-box;
}

#dir_content_bar_name,
.device_content_name,
.device_content_edit_name {
    position: relative;
    display: inline-block;
    width: 68%;
    padding-left: 15px;
    vertical-align: middle;
    overflow: hidden;
}

#dir_content_bar_name {
    padding-left: 10px;
    padding-right: 0;
}
.gecko #dir_content_bar_name {
    width: 74%;
}

#dir_content_bar_name,
.device_content_edit_name {
    text-overflow: ellipsis;
}

.device_content_edit_name {
    top: -5px;
    width: 77%;
    overflow: visible !important;
}

.device_content_name input {
    width: 100%;
}

#create_dir_path + button {
    position: relative;
    top: -1px;
    height: 31px;
    padding: 0 5px;
    font-size: 12px;
    color: #FFF;
}

#content_public_link_detail .device_content_name,
#content_private_link_detail .device_content_name,
#content_shared_folder_detail .device_content_name {
    width: 100%;
    padding-left: 20px;
}

#dir_content_bar_size,
.device_content_size {
    display: inline-block;
    width: 11%;
    padding-left: 15px;
    vertical-align: middle;
    text-align: left;
}

#dir_content_bar_size {
    position: relative;
}
.gecko #dir_content_bar_size {
    left: -7%;
    padding-left: 103px;
    white-space: nowrap;
}

.shared_icon {
    display: inline-block;
    width: 31px;
    text-align: center;
}

.device_content_link {
    display: block;
}

.audio_item .device_content_link {
    position: relative;
    left: 1px;
    top: 3px;
}

#dir_content_bar_modified,
.device_content_modified {
    display: inline-block;
    width: 13.4%;
    padding-right: 9px;
    padding-left: 41px;
    vertical-align: middle;
    text-align: left;
}

#dir_content_bar_modified {
    padding-right: 30px;
}

.device_content_modified {
    padding-left: 0;
    white-space: pre;
}

.item {
    position: relative;
    display: table;
    width: 100%;
    height: 44px;
    max-height: 44px;
    font-size: 14px;
    color: #4B5A69;
    border-bottom: 1px solid #EBEBEB;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    /* 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;
}

.item:hover {
    background-color: #F1F1F1;
}

.item.dropzone:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(220, 239, 223, .7);
    pointer-events: none;
    box-sizing: border-box;
}

.item.dropzone > .device_content_name > a {
    position: absolute;
    top: 13px;
    z-index: 9;
}

.item.dropzone > .device_content_size,
.item.dropzone > .device_content_modified {
    display: none;
}

.item > span {
    display: table-cell;
}

.item a {
    display: inline-block;
    max-width: 80%;
    color: #4B5A69;
    text-decoration: none;
}

#content_shared_with_me .item a {
    position: relative;
    top: 3px;
    max-width: none;
}

#content_shared_with_me .item:not(.shared_with_me_dir_link) a {
    top: 4px;
}

.item a:hover {
    color: #15ABFF;
    text-decoration: underline;
}

.item > .chkbox_span {
    display: none;
    opacity: 0;
    pointer-events: none;
}

#privatelink_detail_content .item > .chkbox_span,
#publiclink_detail_content .item > .chkbox_span {
    top: -10px;
}

#overwrite_file_confirmation_content .dialog-ui-selected,
#overwrite_file_upload_content .dialog-ui-selected,
#device_content .dialog-ui-selected,
#device_content .ui-selected,
#sharedwithme_detail_content .ui-selected,
#shared_with_me_content .ui-selected {
    background: #E0F6FF;
}

#device_content .dialog-ui-selected a:hover,
#device_content .dialog-ui-selected a,
#device_content .ui-selected a:hover,
#device_content .ui-selected a {
    color: #4B5A69;
}

.audio_item.ui-selected > .device_content_type.album_art_container {
    box-sizing: border-box;
}

.audio_item.ui-selected > .device_content_type.album_art_container .lazy_loaded.error {
    position: relative;
    left: 2px;
}

.item_icon_cont {
    width: 30px;
    max-width: 30px;
    pointer-events: none;
    box-sizing: border-box;
}

.item_icon_cont > span {
    pointer-events: all;
}

.device_content_type {
    position: relative;
    top: 7px;
    left: 8px;
    display: inline-block;
}

.audio_item .device_content_type {
    display: inherit;
}

.device_content_type > .lazy_thumb,
.device_content_type > .lazy_thumb.lazy_loaded {
    width: 24px;
    height: 24px;
    margin: 0 auto 0 2px;
}

.device_content_type > .lazy_thumb.lazy_loaded.error {
    position: relative;
    top: -3px;
    left: -2px;
    width: 30px;
    height: 30px;
}


/* Deleting Indertiminate Progress Background */

.barber_blue {
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 103, 166, .25) 25%, transparent 25%, transparent 50%, rgba(0, 103, 166, .25) 50%, rgba(0, 103, 166, .25) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(135deg, rgba(0, 103, 166, .25) 25%, transparent 25%, transparent 50%, rgba(0, 103, 166, .25) 50%, rgba(0, 103, 166, .25) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(0, 103, 166, .25) 25%, transparent 25%, transparent 50%, rgba(0, 103, 166, .25) 50%, rgba(0, 103, 166, .25) 75%, transparent 75%, transparent);
    -ms-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: barber_pole 2s linear infinite;
    animation: barber_pole 2s linear infinite;
    text-shadow: 1px 1px 0 #FFF;
    -ms-box-shadow: inset 0 10px 0 rgba(255, 255, 255, .2);
    box-shadow: inset 0 10px 0 rgba(255, 255, 255, .2);
    /* 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;
    cursor: default;
}

#device_content_create_share_container.creating,
.item.renaming a {
    color: rgba(0, 0, 0, .2);
}

#rename_new_name {
    position: relative;
    width: 100%;
    font-size: 14px;
    border: 1px solid #DCDCDC;
}
#rename_new_name_gridview {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    border: 1px solid #DCDCDC;
}

#grid_view_container.loading {
    background: url("img/loading/spinner.svg") center center no-repeat transparent;
    background-size: 140px 140px;
}

#grid_view_container.not_empty,
#grid_view_container.empty {
    background: transparent;
}

#grid_view_container.empty {
    text-align: center;
    padding: 10px 0;
}

.item_download_icn {
    position: relative;
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("img/icon_sprite.png") -159px -181px no-repeat transparent;
}


/* Browser Fixes: */

.safari.mac #breadcrumbs_content .breadcrumb_separator {
    position: relative;
    top: 0;
}

#select_mode_toggle_icon,
#cancel_select_mode_toggle_icon {
    display: none !important;
}