#carousel-nav {
    width: 100%;
    margin: 22px 10px 19px;
}
.carousel_btn {
    top: -8px;
    display: inline-block;
    float: none;
    width: 35px;
    height: 45px;
    padding: 0;
    line-height: 0;
    background: #E3F1FB;
    outline: none;
    border: 0;
}
_:-moz-tree-row(hover), .carousel_btn {
    top: -12px;
}
.carousel_btn:first-child {
    margin: 0 8px 0 0;
}
.carousel_btn:last-child {
    margin: 0 0 0 6px;
}
.carousel_btn span {
    position: relative;
    left: 12px;
    display: block;
    width: 13px;
    height: 21px;
    background: url('img/icon_sprite.png') -180px -316px no-repeat transparent;
    overflow: hidden;
}
.carousel_btn:hover span {
    background-position: -193px -316px;
}
.carousel_btn:active span {
    background-position: -206px -316px;
}
.carousel_btn:first-child span {
    top: -1px;
    left: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* Device Data: */
#device_selector_carousel.carousel li > div {
    position: relative;
    top: 10px;
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    color: #85939C;
}
#device_selector_carousel.carousel li > div > div {
    position: absolute;
    display: table-cell;
    margin: 0;
    padding: 0;
}
#device_selector_carousel.carousel li > div > .device_info_container {
    padding: 0 0 0 39px;
}
.device_img_container {
    position: relative;
    width: 47px;
    height: 46px;
}
.device_img_container span {
    position: relative;
    display: block;
    margin: 0 auto;
}
.device_img_container .my_passport_ultra {
    top: 11px;
}
.device_img_container .EX2100,
.device_img_container .DL2100,
.device_img_container .EX4100,
.device_img_container .DL4100,
.device_img_container .my_passport_wireless {
    top: 4px;
}
.device_img_container .ex2 {
    top: 2px;
}
.selected > .device_img_container {
    top: -8px;
}

#device_selector_carousel .icn_medium_warning {
    display: none;
    position: absolute;
    top: 13px;
    left: 11px;
}

.device_hostname {
    display: block;
    color: #4D4D4D;
}

.storage_label {
    position: relative;
    top: -50px;
    display: inline-block;
    height: 0;
    width: 170px;
}
#device_selector_carousel.carousel .device_name {
    left: 44px;
}

#selected_device_settings_content {
    color: #15ABFF;
    cursor: pointer;
    margin-left: 140px;
}

#device_selector_list {
    overflow: auto;
}

/* 2.1 Styles */
#left_nav_device_selector > header:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,.6);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#left_nav_device_selector.show {
    display: block;
}

#left_nav_device_selector > header {
    height: 34px;
    padding: 4px 10px;
    text-align: center;
    background: #F1F3F4;
    border-bottom: 1px solid #9FC8DF;
    box-sizing: border-box;
}
#left_nav_device_selector > header > span {
    line-height: 26px;
}

#main-device-list-carousel {
    max-height: 475px;
    margin: 0;
    padding: 10px 0;
    box-sizing: border-box;
}
#main-device-list-carousel > li {
    position: relative;
    height: 70px;
    padding: 15px 0 0;
    list-style: none;
    background: #FCFCFC;
    border-left: 5px solid transparent;
    border-bottom: 1px solid #EDEDED;
    box-sizing: border-box;
    cursor: pointer;
}
#main-device-list-carousel > li:nth-child(2) {
    margin-top: 12px;
    border-top: 1px solid #EDEDED;
}
#main-device-list-carousel > .selected {
    height: auto;
    max-height: 175px;
    padding-bottom: 0;
    border-bottom: 0;
    border-left-color: #15ABFF;
    cursor: default;
}
#main-device-list-carousel > .selected.admin {
    min-height: 87px;
}

#main-device-list-carousel > li:hover {
    background: #F4FAFE;
}
#main-device-list-carousel > .selected,
#main-device-list-carousel > .selected:hover {
    background: #FFF;
}

#selected_device_settings_toggle {
    display: block;
    min-height: 24px;
    margin: -3px 0 0;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    background: #EEF7FD;
    border-top: 1px solid #D8E8EF;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
#selected_device_settings_toggle > span {
    position: relative;
}
#main-device-list-carousel > li > div:not(#selected_device_settings_content),
#main-device-list-carousel > li > span {
    display: inline-block;
}
#selected_device_settings_toggle > .spriteBg {
    top: 2px;
    left: -2px;
}

#main-device-list-carousel > li:last-child {
    border-bottom: 0;
}
#main-device-list-carousel > li:last-child > .device_img_container {
    top: 3px;
}
#main-device-list-carousel > li:last-child > .storage_label {
    top: -38px;
}

.device_img_container .spriteBg {
    top: -36px;
}

.device_info_container {
    position: relative;
    top: -11px;
    line-height: 16.8px;
    color: #4D4D4D;
}

.storage_used_label {
    color: #C6C6C6;
}

.device_status {
    padding-top: 5px;
    display: inline-block;
}

.offline .device_img_container {
    opacity: .5;
}

.offline .device_hostname,
.offline .device_status {
    color: #BEBEBE;
    font-style: italic;
}

.unsupported .device_status {
    color: #FF8100;
}

.manage_users_link {
    display: none;
    color: #15ABFF;
    cursor: pointer;
}
.manage_users_link:hover {
    color: #0090E1;
}
.selected .manage_users_link {
    display: block;
}

#refresh_drives_btn > .icn_devicedisc_refresh_down {
    position: relative;
    top: 4px;
    left: -4px;
    display: inline-block;
}

#refresh_drives_btn {
    color: #0067A6;
    cursor: pointer;
}
#refresh_drives_btn:hover {
    color: #15ABFF;
}
#refresh_drives_btn:hover span {
    background-position: -159px -521px;
}

/* User management */
.modal--show.device_modal header .back_txt_btn {
    position: absolute;
    top: 8px;
    left: -2px;
    font-size: 16px;
}
.modal--show.device_modal header .icon-web-icon-arrow-line {
    left: 0;
    top: 3px;
}
#refresh_drives:before {
    color: rgba(255,255,255,.8);
    -webkit-transition: color .5s linear;
    transition: color .5s linear;
}
#refresh_drives:hover:before {
    color: rgba(255,255,255,1);
}
.back_txt_btn > .icon-web-icon-arrow-line:before {
    font-size: 18px;
    color: #FFF;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#added_user_list {
    max-height: 395px;
    padding: 0;
    margin: 0;
}

.user_list_row {
    position: relative;
    height: 80px;
    padding: 0 15px;
    list-style: none;
    border-bottom: 1px solid #EDEDED;
    cursor: pointer;
    box-sizing: border-box;
}
/*
.user_list_row:hover {
    background: #F1F1F1;
}
*/

.icn_plus {
    display: inline-block;
    padding: 0 15px 0 0;
    font-size: 39px;
    color: #BEBEBE;
}

.user_fullname,
.user_email_addr {
    display: block;
}
.user_fullname {
    padding-top: 17px;
}
.user_email_addr {
    color: #A0A0A0;
}

.remove_device span,
.user_delete span {
    position: absolute;
    top: 25px;
    right: 25px;
}
.remove_device .icon-web-icon-action-delete:before,
.user_delete .icon-web-icon-action-delete:before {
    font-size: 20px;
    color: #BEBEBE;
}
.remove_device .icon-web-icon-action-delete:hover:before,
.user_delete .icon-web-icon-action-delete:hover:before {
    color: #464646;
}

#add_user_txt {
    position: relative;
    top: -8px;
}

#add_user_btn {
    line-height: 80px;
}

#invite_user_form fieldset {
    padding-top: 10px;
    border: 0;
    text-align: center;
}
#invite_user_form fieldset input {
    width: 95%;
    margin-bottom: 5px;
}
#invite_user_form fieldset button {
    min-width: 60%;
    margin: 30px auto;
}

#remove_user_confirmation {
    text-align: center;
}
#remove_user_confirmation > div {
    width: 90%;
    margin: 20px auto;
}
#cloud_holder_remove_confirmation_desc > strong {
    font-size: 18px;
}
#cloud_holder_content_remove_confirmation {
    text-align: left;
}
#remove_user_btn {
    margin: 5px auto 40px;
}

.user_username {
    display: none;
}

#load_processing > .spinner68 {
    margin: 40px auto 15px;
}
#msg_at_load_processing {
    text-align: center;
    font-size: 18px;
    color: #464646;
    padding-bottom: 40px;
}

#main-device-list-carousel > .selected > span.remove_device,
#main-device-list-carousel > li:first-child > span.remove_device {
    display: none;
}
