#share_private_link_section {
	display: none;
}

#content_private_link_section > article{
	padding-top : 14px;
}

.modal--show nav {
	margin: 0 20px;
	font-size: 0;
}

.share_dialog_nav_button {
    position: relative;
    display: inline-block;
    width: 134px;
    height: 47px;
    padding-left: 33px;
    line-height: 47px;
	font-size: 14px;
    color: #697C8B;
	background-color: #DCDCDC;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.share_dialog_nav_button.selected {
    color: #4A5A68;
	background-color: #F9F9F9;
}
.share_dialog_nav_button > span {
    position: absolute;
    top: 7px;
    left: 8px;
    display: inline-block;
    margin-right: 10px;
}
#share_dialog_public_nav > span {
    width: 32px;
    height: 34px;
    background: url('img/icon_sprite.png') -57px -192px no-repeat;
}
#share_dialog_public_nav.selected > span {
    top: 4px;
    background-position: 0 -189px;
}
#share_dialog_private_nav > span {
    width: 25px;
    height: 34px;
    background: url('img/icon_sprite.png') -89px -192px no-repeat;
}
#share_dialog_private_nav.selected > span {
    top: 4px;
    background-position: -32px -189px;
}

.share_dialog_nav_button.selected {
	background-color: #fafafa;
}

#sharing_content_bar_chkbox {
    display: none;
    opacity: 0;
    pointer-events: none;
}

#sharing-modal-tooltip-icon {
    position: relative;
    cursor: pointer;
    left:593px;
    top:-31px;
}

#sharing-modal-tooltip-icon:hover,
#sharing-modal-tooltip-icon:active,
.icn_help_active {
    background-position: -120px -184px;
}

#sharing-modal-tooltip {
    position: relative;
    top:-10px;
    left:60px;
    z-index: 21;
    display: none;
    height: 0;
    color: #fff;
    padding: 0;
    font-size: 14px;
}

.popup-text {
    background-color: rgba(40,40,40,.9);
    color: #EBEBEB;
    padding: 20px;
    max-width: 500px;
    border-radius: 4px;                    
}

#sharing-modal-tooltip:before {
    position: relative;
    top: 42px;
    right:-540px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(40,40,40,.9);
}

.file_link_view_chkbox_container {
    display: none;
    opacity: 0;
    pointer-events: none;
}

#sharing_content_bar_chkbox .chkbox {
	margin-top: 7px;
}

.sharing_detail_content_bar_chkbox {
    display: none;
    width: 22px;
    height: 32px;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: 0px;
}

.sharing_detail_content_bar_chkbox .chkbox {
	margin-top: -16px;
}

.blank_shared_icon{
	width: 17px;
	height: 17px;
	background: none;
}


/*
#privacy_center_home article {
    margin: 25px 0px;
}
*/

#public_links_article {
    padding: 0 0 15px 15px;
    margin-top: 68px;
}

#private_links_article,
#shared_folders_article {
    padding: 0 0 15px 10px;
    margin-top: 30px;
}

.private_shared_article {
    padding: 15px 0;
}

#privacy_center_home header {
	padding-left: 0;
	height: 28px;
    margin: 20px 0 0 5px;
}

#privacy_center_home header > span {
    display: inline-block;
}

#privacy_center_home header > .spriteBg {
    margin-left: 11px;
}

.pc_head_txt {
	font-size: 16px;
	color: #464646;
	cursor: default;
	font-weight: bold;
    /*margin-left: 5px;*/
}
#public_links_label,
#private_links_label,
#sharedwithme_content_bar_name{
    width: 82%;
}
#public_links_label_modified,
#private_links_label_modified{
    vertical-align: middle;
    text-align:left;
    color: #BFBFBF;
    font-size:12px;
    font-weight: 100;
    cursor: default;
    visibility: hidden;
}

#sharedwithme_label_modified{
    vertical-align: middle;
    text-align:left;
    color: #BFBFBF;
    font-size:12px;
    font-weight: 100;
    cursor: default;
    display: inline-block;
}

.privacy_container ul {
    margin: 0;
    padding: 10px 0 0 0;
}

.privacy_container ul > li {
    list-style: none;
    line-height: 44px;
}

.privacy_container ul > li > div {
    display: inline-block;
}
.icon_display {
    display: table-cell;
    width: 5%;
}
.sharedwithme_icon_display{
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}
.privacy_container ul > li > .chkbox {
    position: relative;
    top: -16px;
}

.privacy_container ul > li > .icon-web-icon-get-link {
    position: relative;
    top: 0;
    margin: 0 10px 0 64px;
}

#privatelink_detail_content.loading,
#publiclink_detail_content.loading,
#sharedfolder_detail_content.loading {
    height: 180px;
    background: url("img/loading/spinner.svg") center center no-repeat transparent;
    background-size: 140px 140px;
}

#shared_with_me_content,
#sharedfolder_detail_content,
#privatelink_detail_content,
#sharedwithme_detail_content {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    box-sizing: border-box;
}


#publiclink_detail_content{
    list-style-type: none;
    padding: 0;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
    box-sizing: border-box;
}
/*
#publiclink_detail_content .device_content_name {
    width: 91%;
}
*/
#shared_with_me_content.empty {
	border-style: none;
}
 
#privatelink_detail_content .device_content_type,
#publiclink_detail_content .device_content_type,
#sharedfolder_detail_content .device_content_type,
#shared_with_me_content .device_content_type {
    margin-left: 5px;
}

#privatelink_detail_content.empty,
#publiclink_detail_content.empty,
#sharedfolder_detail_content.empty {
	min-height: 10px;
}

.no_content_container {
	text-align: center;
	font: 14px Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	display:none;
}

.no_content_image {
	margin: 0 auto;
	margin-bottom: 20px;
}

.add_files_on_nocontent {
	color: #15ABFF;
	font: 14px Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.delete_files_on_nocontent  {
	color: #15ABFF;
	font: 14px Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.public_links_content_name{
    position: relative;
    top: -1px;
    display: table-cell;
    width: 85%;
    min-width: 0;
    padding-left: 41px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shared_with_me_content_name{
    position: relative;
    top: -1px;
    display: table-cell;
    width: 85%;
    min-width: 0;
    padding-left: 10px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.icon-web-icon-get-link{
    position: relative;
    top: 3px;
}
span.icn_shared_folder{
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 3px;
}
.private_links_content_name,
.shared_folders_content_name,
.privatelink_detail_content_name,
.publiclink_detail_content_name,
.sharedfolder_detail_content_name {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 66%; /*37*/
    padding-left: 41px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public_links_content_name input,
.private_links_content_name input,
.shared_folders_content_name input,
.privatelink_detail_content_name input,
.publiclink_detail_content_name input,
.sharedfolder_detail_content_name input {
    width: 100%;
}


#public_links_content .ui-selected,
#private_links_content .ui-selected,
#shared_folders_content .ui-selected,
#privatelink_detail_content .ui-selected,
#publiclink_detail_content .ui-selected,
#sharedfolder_detail_content .ui-selected,
#file_link_public_links_content .ui-selected,
#file_link_private_links_content .ui-selected,
#file_link_shared_folders_content .ui-selected {
    background: #E0F6FF;
	color: #4B5A69;
}

#public_links_content .ui-selected a:hover,
#public_links_content .ui-selected a,
#private_links_content .ui-selected a:hover,
#private_links_content .ui-selected a,
#shared_folders_content .ui-selected a:hover,
#shared_folders_content .ui-selected a,
#publiclink_detail_content .ui-selected a:hover,
#publiclink_detail_content .ui-selected a,
#privatelink_detail_content .ui-selected a:hover,
#privatelink_detail_content .ui-selected a,
#sharedfolder_detail_content .ui-selected a:hover,
#sharedfolder_detail_content .ui-selected a,
#file_link_public_links_content .ui-selected a:hover,
#file_link_public_links_content .ui-selected a,
#file_link_private_links_content .ui-selected a:hover,
#file_link_private_links_content .ui-selected a,
#file_link_shared_folders_content .ui-selected a:hover,
#file_link_shared_folders_content .ui-selected a {
	color: #4B5A69;
}

#content_private_link_detail,
#content_public_link_detail,
#content_shared_folder_link_detail {
    position: relative;
    left: -228px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 223px;
}



#content_private_link_section,
#content_shared_folder_section {
    padding-left: 12px;
    padding-right: 10px;
}

#content_public_link_section{
    padding-left: 12px;
    padding-right:10px;
    margin-top: 9px;
}

#backToPrivacyFromPublicLink,
#backToPrivacyFromPrivateLink,
#backToPrivacyFromSharedFolder
{
    /*
    color: #15ABFF;
    */
    font: 14px Helvetica, Arial, sans-serif;
    text-decoration: none;
    
    
	display: inline-block;
	vertical-align: middle;
	color: #85939C;
	cursor: default;
    padding-top: 5px;    
}

#backToSharedWithMe,
#sharedWithMeBreadCrumbs,
#viewAllSharedItems a {
    color: #15ABFF;
    font: 14px Helvetica, Arial, sans-serif;
    text-decoration: none;
}
#backToPrivacyFromPublicLink .icn_left_arrow_down,
#backToPrivacyFromPrivateLink .icn_left_arrow_down,
#backToPrivacyFromSharedFolder .icn_left_arrow_down,
#backToSharedWithMe .icn_left_arrow_down,
#sharedWithMeBreadCrumbs .icn_left_arrow_down {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

#backToPrivacyFromPublicLink:hover,
#backToPrivacyFromPrivateLink:hover,
#backToPrivacyFromSharedFolder:hover,
#backToSharedWithMe:hover,
#sharedWithMeBreadCrumbs:hover,
#viewAllSharedItems a:hover {
    color: #15ABFF;
    cursor: pointer;
}

#backToSharedWithMe.useSharingBreadCrumbs,
#sharedWithMeBreadCrumbs.doNotUseSharingBreadCrumbs {
	display:none;
}

#backToSharedWithMe.doNotUseSharingBreadCrumbs,
#sharedWithMeBreadCrumbs.useSharingBreadCrumbs {
	display:block;
}

#dir_content_bar_type + .icon-web-icon-get-link {
    display: inline-block;
    margin-left: -21px;
}

#publiclink_detail_bar_name,
#privatelink_detail_bar_name,
#sharedfolder_detail_bar_name {
    position: relative;
    display: inline-block;
    width: 56%;
    height: 35px;
    top: 5px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #BFBFBF;
}

.sharing_detail_breadcrumb_separator{
	top: 4px;
        margin-left: 10px;
}

.privacyCenterEmailList {
	min-width: 80%;
    font: 14px/16px Helvetica, Arial, sans-serif;
}
.privacyCenterEmailList:focus,
.privacyCenterEmailList:active {
    border-color: #15ABFF;
}

#privacyCenterLinkAddUsersCancel_btn,
#privacyCenterFolderAddUsersCancel_btn{
    font-size: 18px;
    color:  #828282;
    line-height: 31.1px;
    margin: 10px 0 0 20px;
    display: inline-block;
}
#privacyCenterLinkAddUsersCancel_btn:hover,
#privacyCenterFolderAddUsersCancel_btn:hover{
    color:  #15abff;
    cursor: pointer;
}
#privacyCenterLinkAddUsers_btn,
#privacyCenterFolderAddUsers_btn{
    margin: 11px 0 0 0;
    display: inline-block;
}

#privacyCenterLinkAddUsers_btn.hidden,
#privacyCenterFolderAddUsers_btn.hidden,
#privacyCenterLinkAddUsersCancel_btn.hidden,
#privacyCenterFolderAddUsersCancel_btn.hidden {
    display: none;
}

#device_browser_list_view_private_link_details,
#device_browser_list_view_shared_folder_details{
    margin-top: 38px;
}
#email_error_report,
#email_error_report_folder {
    margin-top: 6px;
}
.icon-web-icon-add-people:before{
    font-size: 14px;
    margin-left: 0px;
    margin-right: 8px;
}
#share_link_form {
    /*padding-top: 8px;*/
}
.share_link_form > div {
    display: table;
    width: 100%;
}
.share_link_form article {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
}
.share_link_form article:first-child {
    width: 60%;
}
.share_link_form article:last-child {
    position: relative;
    top: -28px;
    width: 40%;
    padding: 0 0 0 40px;
}
.share_link_form article:last-child .add_email_users_list {
    display: inline-block;
    min-width: 260px;
    max-height: 134px;
    margin: 25px 0 0;
    padding: 0;
    overflow: auto;
}
.ie .share_link_form article:last-child .add_email_users_list,
.ie11 .share_link_form article:last-child .add_email_users_list {
    width: 260px;
    height: 134px;
    -ms-overflow-style: auto;
}
.share_link_form article:last-child .add_email_users_list li {
    list-style: none;
    color: #4B5A68;
    box-sizing: border-box;
}
.share_link_form article:last-child .add_email_users_list li > label {
    display: block;
    padding: 8px 9px;
    cursor: pointer;
}
ul.add_email_users_list li.selected > label {
    background: #E3F0FB;
}
.share_link_form article:last-child .add_email_users_list li > span {
    pointer-events: none;
}
.share_link_form article:last-child .add_email_users_list li:hover {
    color: #15ABFF;
}
.share_link_form article:last-child .add_email_users_list .selected,
.share_link_form article:last-child .add_email_users_list .selected:hover {
    color: #15ABFF;
    background: #E3F0FB;
}

.add_email_icn {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-right: 6px;
    background: url('img/icon_sprite.png') -158px -125px no-repeat;
    overflow: hidden;
}
.selected .add_email_icn,
li:hover .add_email_icn {
    background-position: -158px -138px;
}

.sharing_link_name > input[type="text"],
.add_email_users_list input[type="checkbox"] {
    display: none;
}

.sharing_person_icn {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-right: 6px;
    background: url('img/icon_sprite.png') -158px -125px no-repeat;
    overflow: hidden;
}
.selected .sharing_person_icn,
li:hover .sharing_person_icn {
    background-position: -158px -138px;
}

.sharing_public_link_url {
	padding-left: 80px;
	padding-right: 80px
}

.copy_link_to_clipboard {
	color: #15ABFF;
	font: 14px Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-decoration: none;
}

.copy_link_to_clipboard:hover {
	color: #15ABFF;
}

#shared_public_url_textarea {
	background: #FAFAFA;
	border: 1px solid #FAFAFA;
	color: #85939C;
	font: 14px/14px Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0;
	resize: none;
	line-height: 20px;
}

.share_link_form > div {
    display: table;
    width: 100%;
}
.share_link_form article {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
}
.share_link_form article:first-child {
    width: 60%;
}
.share_link_form article:last-child {
    position: relative;
    top: -28px;
    width: 40%;
    padding: 0 0 0 40px;
}

.share_link_form textarea:focus {
    background-color: #F5F5F5;
    border: 1px solid #15ABFF;
}

.share_link_form .invalid {
    border: 1px solid #EC1F00;
}

.share_link_form article:last-child .add_email_users_list {
    display: inline-block;
    margin: 25px 0 0;
    padding: 0;
}
.share_link_form article:last-child .add_email_users_list li {
    list-style: none;
    color: #4B5A68;
    box-sizing: border-box;
}
.share_link_form article:last-child .add_email_users_list li > label {
    display: block;
    padding: 8px 9px;
    cursor: pointer;
}
.share_link_form article:last-child .add_email_users_list li > span {
    pointer-events: none;
}
.share_link_form article:last-child .add_email_users_list li:hover {
    color: #15ABFF;
}
.share_link_form article:last-child .add_email_users_list .selected,
.share_link_form article:last-child .add_email_users_list .selected:hover {
    color: #15ABFF;
    background: #E3F0FB;
}

.add_email_icn {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-right: 6px;
    background: url('img/icon_sprite.png') -158px -125px no-repeat;
    overflow: hidden;
}
.selected .add_email_icn,
li:hover .add_email_icn {
    background-position: -158px -138px;
}

.sharing_link_name > input[type="text"],
.add_email_users_list input[type="checkbox"] {
    display: none;
}

.sharing_person_icn {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-right: 6px;
    background: url('img/icon_sprite.png') -158px -125px no-repeat;
    overflow: hidden;
}
.selected .sharing_person_icn,
li:hover .sharing_person_icn {
    background-position: -158px -138px;
}

.sharing_public_link_url {
	padding-left: 80px;
	padding-right: 80px
}

.copy_link_to_clipboard {
	color: #15ABFF;
	font: 14px Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-decoration: none;
}

.copy_link_to_clipboard:hover {
	color: #15ABFF;
}

#shared_public_url_textarea {
	background: #FAFAFA;
	border: 1px solid #FAFAFA;
	color: #85939C;
	font: 14px/14px Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0;
	resize: none;
	line-height: 20px;
}

.detail_view_top_space {
	padding-top: 10px;
}

.detail_view_left_space {
	position: relative;
}


.shared_message {
	/*padding-top: 20px;*/
    color: #4B5A69;
    line-height: 16px;
    font: 16px Helvetica, Arial, sans-serif;
    font-weight:bold;
}

#sharedothers_list{
    margin-top: 100px;
}

#sharedothers_collab_list{
    margin-top: 100px;
}

.content_shared_message
{
	padding-top: 20px;
    color: #4B5A69;
    line-height: 16px;
}
.shared_message_desc {
    font-size: 12px;
    color: #86A1B7;
    line-height: 16px;
    margin-bottom: 26px;
}

#private_links_article .header,
#shared_folders_article .header {
	padding-left: 4px;
}

.detail_bar {
	width: 10px;
}

#privatelink_textarea,
#sharedfolder_textarea {
	width:100%;
}

#action_menu_add_files,
#action_menu_download_all,
#action_menu_stop_sharing {
	display: none;
}

#created_link_section {
	display:block;
	min-height: 259px;
	text-align: center;
	vertical-align: middle;
}

#created_link_section p {
	padding-top:90px;
}

#created_link_url {
	height: 51px;
	width: 592px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
        font-size: 16px;
        line-height: 19.2px;
        border-color: #dddddd;
        float: left;
        margin-top: 12px;
}
#get_link_msg {
    font-size: 12px;
    Color:#bebebe;
    text-align: left;
}
#share_link_section {
    min-height: 310px;
    padding: 15px 1.4em 0;
    margin: 0 7px;
}

#spinner_section {
    min-height: 259px;
    padding: 15px 1.4em 0;
    margin: 0 7px;
}

#share_popup_header {
    padding: 12px 0 0;
    margin: 0px;
}

#share_dialog_title {
    max-width: 592px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
}

.share_popup_message {
    font-size: 15px;
    color: #00b1ff;
    line-height: 17px;
}

#share_link_name_edit {
    text-decoration: none;
    color: #00b1ff;
}

#share_link_name,
#share_link_name_label {
    color: #9ea4a9;
}

#share_link_name,
#share_link_name_edit {
    font-size: 14px;
}

#share_link_name_input {
    font-size: 14px;
    color: #4b5a69;
    max-width: 75%;
    min-width: 75%;
    background: #FEFFFF;
}

#share_link_name_input:focus {
	background-color: #FEFFFF;
}

#share_link_error_name {
    line-height: 14px;
}

#share_dialog_label_link_created {
	padding-top:70px;
}

.count_of_people {
    position: relative;
    top: -1px;
	padding-left:20px;
}
#getPublicLinkFromPublicLink {
    margin-top: 25px;
}
#get_public_link_btn {
    display: block;
    margin: 0 auto;
    background: #16ABFF;
    color: #FAFAFA;
}
#createdLinkFromPublicLink {
    margin: 0 10px;
    width: 63%;
}
#privacyCenterFolderAddMore_link {
    position: relative;
    left: 4px;
    color: #0067A6;
    line-height: 16px;
    text-decoration: none;
}

p > .icn_privacy_eye,
p > .icn_pencil {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 6px;
}

#content_bar_checkbox_sharing_shared_folder_detail,
#sharedfolder_detail_content .chkbox_span {
    visibility:hidden;
}

#devices_container_sharedwithme {
    position: fixed;
    top: 60px;
    z-index: 2;
    width: 100%;
    height: 28px;
    padding-top: 17px;
    margin: 0 1px 0 10px;
    background: #FFF;
}

#device_nav_container_sharedwithme {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    padding-left: 10px;
}

#navigation_breadcrumbs_sharedwithme {
    font-size: 14px;
    min-height: 30px;
}

#device_current_sharedwithme,
#go_back_sharedwithme,
#breadcrumbs_content_sharedwithme > a {
    display: inline-block;
    max-width: 400px;
    text-decoration: none;
    color: #84929B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

#device_current_sharedwithme:hover,
#go_back_sharedwithme:hover,
#breadcrumbs_content_sharedwithme > a:hover {
    color: #15ABFF;
}

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

#breadcrumbs_content_sharedwithme > a:last-child {
    color: #15ABFF;
}

#public_download_all {
    position: relative;
    top: -6px;
    display: inline-block;
    font-size: 14px;
    color: #0067A6;
    cursor: pointer;
}
#public_download_all.public_hidden {
    display: none;
}
#public_download_all:hover {
    color: #15ABFF;
}

.empty_message {
    font-size: 14px;
    color: #85939C;
    margin-top: 10px;
	margin-left:15px;
	display:none;
}

#viewAllSharedItems {
	padding-left:15px;
	padding-top: 10px;
}

#shared_with_me_article header {
	padding: 36px 0 10px 10px;
}

#sharedwithme_content_bar_name {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #464646;
	cursor: default;
	font-weight: bold;
}

#sharedwithme_section_name {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #85939C;
	cursor: default;
	padding-left: 10px;
}

#sharedwithothers_section_name {
    position: fixed;
    top: 83px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #85939C;
    cursor: default;
    padding-left: 15px;
    background-color: #FFF;
    z-index: 3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


#dir_content_bar_name_shared_with_me_detail_name{
    display: inline-block;
    width: 70%;
    height: 32px;
    vertical-align: middle;
}
.ru_ru #dir_content_bar_name_shared_with_me_detail_name {
    padding-left: 12px;
}
#dir_content_bar_name_shared_with_me_detail_size {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 8%;
    padding-left: 50px;
}
#dir_content_bar_name_shared_with_me_detail_modified{
    vertical-align: middle;
    text-align: left;
}

#dir_content_bar_type_shared_with_me_detail {
    display: none;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

#dir_content_bar_name_shared_with_me_detail {
    position: relative;
    display: inline-block;
    padding-left: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 2px;
}

.icn_breadcrumb_arrow_shared_with_me_detail {
	width: 4px;
	height: 7px;
	background-position: -131px -69px;
	display: inline-block;
	margin: 0 8px 0;
	position: relative;
	top: -4px;
}

.sharedwithme_empty_message {
	text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #4B5A68;
    padding-top: 5px;
	display: none;
}

#public_links_content .chkbox,
#private_links_content .chkbox,
#shared_folders_content .chkbox,
#privatelink_detail_content .chkbox,
#publiclink_detail_content .chkbox,
#sharedfolder_detail_content .chkbox,
#file_link_public_links_content .chkbox,
#file_link_private_links_content .chkbox,
#file_link_view_shared_folders .chkbox,
#chkbox_selectall_publiclink_detail,
#chkbox_selectall_privatelink_detail,
#chkbox_selectall_sharedfolder_detail {
    display: none;
    opacity: 0;
    pointer-events: none;
}

#privacyCenterLinkAddMore_link,
#privacyCenterLinkAddMore_link:active,
#privacyCenterLinkAddMore_link:visited,
#privacyCenterFolderAddMore_link,
#privacyCenterFolderAddMore_link:active,
#privacyCenterFolderAddMore_link:visited {
    left: 0;
    color: #15ABFF;
    text-decoration: none;
    /*padding-left:10px;*/
}

/* Sharing changes for 2.1 */
/* Checkbox for sharing popup */
/* TO DO: Will be updated by new UX spec. */
#share_dialog input[type=checkbox].sharing-popup-chkbox-input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0;
}

/* TO DO: Will be updated by new UX spec. */
#share_dialog input[type=checkbox].sharing-popup-chkbox-input:checked + .sharing-popup-chkbox-label {
    background-position: 0 -17px;
}

/* TO DO: Will be replaced by new images from UX */
#share_dialog .sharing-popup-chkbox-image{
	background-image: url("img/checkbox_sharing_popup.png");
}

#file_link_view_home {
	padding-left: 10px;
}

#device_browser_list_view {
    margin-left: 10px;
}

#file_link_view_show_all{
    position:fixed;
    top: 92px;
    z-index: 2;
}

#file_link_view_show_all a {
    padding-top: 23px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #15ABFF;
}

#file_link_view_show_all a:visited {
    color: #15ABFF;
}

/*
#sharedwithme_detail_content .device_content_name {
    padding-left: 0;
}
*/
#file_link_public_links_label,
#file_link_private_links_label,
#file_link_shared_folders_label {
	padding-left: 5px;
}

#public_links_content {
	/*padding-top: 15px;*/	
}

#private_links_content {
	padding-top: 0px;	
}

#shared_white_back_fixed_header_folder_view{
    top:-10px;
    z-index: 2;
}

#shared_white_back_fixed_header_detail_view{
    top: 50px;
    z-index: 1;
    height: 200px;
}

#shared_others_white_back_fixed_header_detail_view,
#shared_others_folder_collab_white_back_fixed_header_detail_view{
    top: 50px;
    z-index: 1;
    height: 75px;
}

#shared_others_private_breadcrumb,
#shared_others_collab_breadcrumb{
    margin-top: 30px;
}
#shared_list_white_back_fixed_header_user_icon_all_view{
    top: 50px;
    z-index: 1;
    height: 70px;
}

#file_link_view_public_links,
#file_link_view_sent_header
{
    margin-top: 70px;
}


.add_more {
    display: inline-block;
    position: relative;
    top: 1px;	
}

span.icn_pencil,
.item > span.count_of_people{
    display: inline-block;
}

.backgroundwhite{
    background-color: #FFF;
    width: 80%;
    height: 150px;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
