@CHARSET "UTF-8";

/* Table content */
.browser {
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}
#userscontent .browser {
	margin-top: 5px;
}
.browser + div#content {
	margin-top: 0px;
}
.browser-title {
	font-weight: bold;
}
.browser-title, .browser-item {
	line-height: 22px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	white-space: nowrap;
}
.file-browser > #content > .browser-item {
	cursor: pointer;
	position: relative;
}
#file-browser > .browser-title > .item-name,
#title > .asc,
#title > .desc {
	position: relative;
	text-indent: 10px;
}
#title > div:before {
	font-family: FontAwesome;
	left: -6px;
	position: absolute;
	top: 6px;
}
#title > div.desc:before {
	content: "\f0d7";
}
#title > div.asc:before {
	content: "\f0d8";
}
.browser-item,
.browser-title {
	border-bottom: 1px solid #dddddd;
}
.browser-item.selected-browser-item.marked {
	overflow: visible;
	z-index: 11;
}
body#files .last,
body#files .prevlast {
	bottom: 32px;
	border-bottom: none !important;
	border-top: 1px solid !important;
	margin: 0;
}
.browser-item > .item-name > div.input-reg {
	color: inherit;
	text-decoration: none;
	font: inherit;
}
.browser-item > .item-name > div.input-reg:hover {
	cursor: pointer;
	text-decoration: underline;
}
#fileversions .file-browser > #content > .browser-item:hover {
	background-color: transparent;
}
.no-selectable > .item-name > div.input-reg:hover {
	border-bottom: none;
	cursor: default;
	color:inherit;
	text-decoration: none;
}
div.no-selectable > .item-name:hover {
	cursor: pointer;
}
.browser-item > div, 
.browser-title > div {
	padding: 5px;
}
div#devices > .browser > .browser-item > * {
	padding: 0;
}
.item-name > .input-reg {
	display: block;
}
input.rename-active + label.input-reg {
	display: none;
}
.user-panel > .browser > .browser-title > div {
	padding-left: 5px;
}
.actions-dir {
	height: 28px;
}
.no.actions-dir {
	min-width: 1px;
}
.browser-title > *,
.browser-item > * {
	text-overflow: ellipsis;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}
#team.domain_billing .browser-item > *,
.browser-title > * {
	white-space: nowrap;
	overflow: hidden;
}
div.tag_hidden {
	display: none;
	position: absolute;
	z-index: -999;
}
.no-display {
	display: none;
}
.user-* > input {
	padding-left: 0px;
}
div.item-check,
div.no-item-check {
	padding-right: 0px;
}
.item-message {
	white-space: normal;
	text-align: center;
	padding: 8px;
	padding-top: 30px;
	color: #777;
	font-size: 1.1em;
}
.browser-item.no-files:hover {
	background: #fff !important;
	cursor: default !important;
}
.item-source,
.item-author {
	max-width: 120px;
}
.billing-users.edition {
	width: 517px;
	max-width: 517px;
}
.item-groupmember > .input-reg > div {
	display: inline-flex;
}
.item-groupmember > div.input-reg:hover {
	cursor: default;
}
.log-time {
	width: 30%;
}
div.browser-icon + div.browser-icon {
	margin-left: 10px;
}
.user-mail,
.user-name {
	width: 250px;
	max-width: 250px;
}
.browser-content .item-groupactions,
#browser-content .item-groupactions {
	overflow: visible;
}
.item-grouptag {
	width: 125px;
	max-width: 125px;
}
.domain-users > .browser-title > .item-name,
.domain-users > .browser-item > .item-name,
.group-create > .browser-title > .item-name,
.group-create > .browser-item > .item-name {
	width: 200px;
	max-width: 200px;
}
.item-groupactions > .actions > div.menu-header-icon {
	margin: 0;
	margin-top: 3px;
}
.item-groupactions > .actions > div.menu-header-icon > div.help-navigator-option {
	height: 12px;
	line-height: 12px;
}
.item-groupactions > .actions {
	text-align: center;
}
.item-groupactions > .actions > * {
	display: inline-block;
}
.item-groupactions > .actions > div.menu-header-icon + div.menu-header-icon {
	margin-left: 10px;
}
.rename {
	border: 0;
	width: 100%;
	background-color: transparent;
	overflow: hidden;
	display: none;
	padding: 0;
}
.rename-active {
	display: inline-block;
	height: 22px;
}
input.rename-active {
	padding: 0px;
}
.rename-active:focus {
	background-color: #fff;
	border: 1px solid;
	text-shadow: 0.3px 0px 0px;
	max-width: 80%;
	padding: 3px;
}
.rename-active:focus + .input-reg {
	display: none;
	overflow: hidden;
}
.file-nav-padding {
	padding-right: 8px;
	font-size: 1.5em;
	min-width: 17px;
	margin: 0px !important;
	text-align: center;
}
.input-reg:hover {
	cursor: pointer;
}
.browser-item > .item-password {
	letter-spacing: 2px;
}
.item-deldate {
	width: 275px;
	width: 25%;
	max-width: 275px;
}
.item-fromdate, .item-thrudate {
	width: 150px;
	max-width: 130px;
}
.item-share, .no-link {
	width: 85px;
	text-decoration: none;
}
div.show-info {
	overflow: visible;
}
div.item-actions.show-info > .data-title {
	margin-left: 5px;
	margin-right: 5px;
	line-height: 24px;
}
div.show-info > div.navigator-option > div.help-navigator-option {
	line-height: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	overflow: visible;
	width: 40vw;
	max-width: 595px;
	white-space: normal;
	top: 62px;
	right: -60px;
	font-size: 1.1em;
	font-weight: normal;
}
div.show-info > div.navigator-option > div.help-navigator-option > .help-navigator-arrow {
	right: 62px;
	top: -17px;
	bottom: auto;
}
.browser-item > .item-share .share i {
	padding-left: 5px;
}
.browser-item > .item-share > a.extended-share:hover {
	padding-bottom: 0px;
	border-bottom: 0px;
}
.browser-item > .item-share > .browser-item-dropmenu {
	position: absolute;
	margin-bottom: 20px;
	z-index: 50;
	padding: 8px;
	display: none;
	border: 1px solid;
	border-top: 0px;
	margin-top: 5px;
	right: 0;
	min-width: 150px;
}
/* Fix chrome 1px margin */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.browser-item > .item-share > .browser-item-dropmenu {
		margin-top: 5px;
		right: -1px;
	}
}

/* Item selected border style */
div.selected-browser-item.marked, 
div.browser-item.dropzone-active,
div.selected-browser-item {
	margin-top: -1px;
	margin-left: -1px;
	margin-right: -1px;
	box-sizing: content-box;
}
div.marked,
div.selected-browser-item { /* All selected items marked */
	border: 1px solid;
}

.browser-item > .item-share > div.browser-item-dropmenu.move-dropdown {
	top: -67px;
	border-bottom: 0px;
	border-top: 1px solid;
}
.browser-item-dropmenu > div {
	padding-left: 20px;
	line-height: 20px;
}
.browser-item-dropmenu > div + div {
	margin-top: 10px;
}
div.file-browser > .browser-item-dropmenu > div:hover,
div.file-browser > .browser-title > div:hover{
	text-decoration: underline;
	cursor:pointer;
}
div.file-browser > .browser-title > div.item-share:hover {
	text-decoration: none;
}
#title,
.browser-title,
#content,
.content,
.browser-content {
	border-left: 1px solid;
	border-right: 1px solid;
	border-left-color: transparent!important;
	border-right-color: transparent!important;
}
#content,
.content,
.browser-content {
	border-bottom: 1px solid;
	border-color: transparent;
}
#team .browser #content,
#team .browser .content,
#team .browser .browser-content {
	min-height: auto;
}
.item-check-lists .browser-content {
	min-height: auto;
}
.content-icon > * {
	padding-left: 25px;
}
.item-name.content-icon > input {
	margin-left: 25px;
	box-sizing: border-box;
	height: 1.4em;
}
.item-name,
.item-device-name {
	padding-right: 28px;
}
.browser-title > div.item-share:hover {
	cursor: default;
}
.browser-item > .item-share:hover {
	cursor: pointer;
}
.browser-item > .item-share > .extended-share {
	border:0;
	color: inherit;
}
.no-separator {
	border: none;
}
.select-all {
	display: block;
}
.browser-title.no-separator > *,
.browser-item.no-separator > *,
.browser-item.no-separator .item-check + label {
	border: none;
}
.margin-top-items {
	margin-top: 5px;
}

/***************************************************************************************************/
/* Checkboxes aspect */
.item-check {
	position: relative;
}
.item-check > input {
	opacity: 0;
	float: left;
	pointer-events: none;
}
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
	content: '';
	background-color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	width: 11px;
	height: 12px; /* dim. of the box */
	border: 1px solid #ddd;
}
/* Check symbol aspect */
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
	position: absolute;
	top: -1px;
	left: 3px;
	color: #fff;
	transition: all .2s; /* animation incoming :p */
}
.checkbox-custom-label:hover {
	cursor: pointer;	
}
.checkbox-custom:checked + .checkbox-custom-label:before,
.checkbox-custom:checked + .check-white:before {
	background-size: auto 70%;
	background-position: center center;
	background-repeat: no-repeat;
}
/* if "not checked" */
input[type="checkbox"]:not(:checked) + label:after {
	opacity: 0; /* invisible */
	transform: scale(0); /* scaled down to 0 */
}
/* If "checked" */
input[type="checkbox"]:checked + label:after {
	opacity: 1; /* visible */
	transform: scale(1); /* scaled up to normal */
}
/* Disabled checked aspect */
input[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
/* Styling label when disabled? :p */
input[type="checkbox"]:disabled + label {
	color: #aaa;
}

/***************************************************************************************************/
/* Other Links*/

#sharelinkinfo {
	width: 80%;
}

/* About action*/
div.about-actions {
	background-repeat: no-repeat;
	background-position: right center;
	overflow: visible;
	min-height: 20px;
	min-width: 20px;
}
/* Devices page */
.item-actions .click.pipe:before {
	content: " | ";
	color: #aaa;
	padding: 0px 0px 0px 4px;
}
.item-actions .click.pipe:before:hover {
	color: inherit !important;
}
div.item-actions > div.browser-icon {
	padding-left: 25px;
	display: inline-block;
}
div.item-actions.about-actions {
	padding-right: 30px;
	display: inherit;
}
div.browser-item > .item-actions > div {
	display: initial;
	box-sizing: border-box;
}
.browser-item > div.item-actions > div:hover {
	cursor: pointer;
	color: rgb(255,0,0) !important;
}
div.item-actions > div > .browser-icon + div {
	vertical-align: middle;
	max-width: 120px;
	display: inline-block;
	white-space: normal;
	line-height: 15px;
}

/* Footer */
div.button-footer {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
}
div.button-footer > * {
	margin-right: 0px;
}
div.button-footer > div > a:hover {
	text-decoration: underline;
}
div.new-user-footer {
	margin-bottom: 20px;
	overflow: hidden;
}

/* Devices status */
div.unlinked, 
div.unlinked:hover {
	background-color: #FDF1F2; /*#FFD7D7;*/
}
div.deleted, 
div.deleted:hover {
	background-color: #FAE3E5;
}

div.unlinked .item-actions, 
div.deleted .item-actions{
	white-space: normal;
	box-sizing: border-box;
}

/* Check list */
div.user-panel > div.item-check {
	margin-left: 20px;
}
.item-check + *,
.no-item-check + * {
	font-size: 1em;
	line-height: 22px;
}

/* Container */
div.input-horitzontal-container {
	position: relative;
	display: inline-flex;
}
div.input-horitzontal-container > * {
	font-size: 1em;
}
div.input-horitzontal-container > div + div, 
div.input-horitzontal-container > input + input {
	margin-left: 50px;
	font-size: 1em;
}

/* Custom title */
.section {
	font-size: 1.3em;
}

/* Send Link page */
#comment-invitation, 
#file-permision {
	width:280px;
	margin-top: 10px;
}

/* Fix padding */
.padding-fix {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	line-height: 32px;
}

/* Hide */
.hidden {
	display: none;
}

/* comment line */
.fileversion-comment {
	margin-left: -3px;
	margin-right: -3px;
	padding: 3px;
}
.add-comment {
	line-height: 24px;
	display: inline;
}


/* Line height for user href edition */
.user-link {
	line-height: 18px;
	display: inline-block;
	padding-left: 20px;
	vertical-align: bottom;
}
.user-link > a {
	padding-left: 0px;
}

/* File item tables */
.file-browser {
	width: 100%;
	min-width: 240px;
}
.no-item-check {
	min-width: 25px; /*18px*/
}
.item-name {
	width: 30%;
}
body#files.versions .file-browser .item-name {
	/* For not supported browsers */
	width: 20%;
	/* Standard */
	width: calc(100% - 80px - 140px - 90px - 100px - 250px) !important;
	/* IE */
	width: expression(100% - 80px - 140px - 90px - 100px - 250px) !important;
	/* Firefox */
	width: -moz-calc(100% - 80px - 140px - 90px - 100px - 250px) !important;
	/* WebKit */
	width: -webkit-calc(100% - 80px - 140px - 90px - 100px - 250px) !important;
	/* Opera */
	width: -o-calc(100% - 80px - 140px - 90px - 100px - 250px) !important;
}
body#my_shared_links .file-browser .item-name {
	/* For not supported browsers */
	width: 40%;
	/* Standard */
	width: calc(100% - 30px - 65px - 260px - 110px) !important;
	/* IE */
	width: expression(100% - 30px - 65px - 260px - 110px) !important;
	/* Firefox */
	width: -moz-calc(100% - 30px - 65px - 260px - 110px) !important;
	/* WebKit */
	width: -webkit-calc(100% - 30px - 65px - 260px - 110px) !important;
	/* Opera */
	width: -o-calc(100% - 30px - 65px - 260px - 110px) !important;
}
body#files.main .file-browser .item-name {
	/* Standard */
	width: calc(100% - 250px - 285px) !important;
	/* IE */
	width: expression(100% - 250px - 285px) !important;
	/* Firefox */
	width: -moz-calc(100% - 250px - 285px) !important;
	/* WebKit */
	width: -webkit-calc(100% - 250px - 285px) !important;
	/* Opera */
	width: -o-calc(100% - 250px - 285px) !important;
}
body#deleted_files .file-browser .item-name {
	/* Standard */
	width: calc(100% - 80px - 320px) !important;
	/* IE */
	width: expression(100% - 80px - 320px) !important;
	/* Firefox */
	width: -moz-calc(100% - 80px - 320px) !important;
	/* WebKit */
	width: -webkit-calc(100% - 80px - 320px) !important;
	/* Opera */
	width: -o-calc(100% - 80px - 320px) !important;
}

/* Devices */
.devices .item-name,
.user-devices .item-name  {
	width: 25%;
}
html[dir=ltr] .devices .item-name,
html[dir=ltr] .user-devices .item-name {
	padding-left: 10px;
}
body#user.devices .browser .item-name {
	/* Standard */
	width: calc(100% - 100px - 75px - 90px - 325px) !important;
	/* IE */
	width: expression(100% - 100px - 75px - 90px - 325px) !important;
	/* Firefox */
	width: -moz-calc(100% - 100px - 75px - 90px - 325px) !important;
	/* WebKit */
	width: -webkit-calc(100% - 100px - 75px - 90px - 325px) !important;
	/* Opera */
	width: -o-calc(100% - 100px - 75px - 90px - 325px) !important;
}
body#team.user-devices .browser .item-name {
	/* Standard */
	width: calc(100% - 100px - 75px - 90px - 430px) !important;
	/* IE */
	width: expression(100% - 100px - 75px - 90px - 430px) !important;
	/* Firefox */
	width: -moz-calc(100% - 100px - 75px - 90px - 430px) !important;
	/* WebKit */
	width: -webkit-calc(100% - 100px - 75px - 90px - 430px) !important;
	/* Opera */
	width: -o-calc(100% - 100px - 75px - 90px - 430px) !important;
}
.item-os {
	width: 100px;
}
.item-version {
	width: 75px;
}
.item-status {
	width: 90px;
}
.devices .browser .item-actions {
	width: 325px;
}
.user-devices .browser .item-actions {
	width: 430px;
}
.deleted .item-status,
.unlinked .item-status,
.remoteWipe .item-status {
	width: 325px;
	white-space: normal;
}
/* END */

.item-kind {
	width: 170px !important;
}
#my_shared_links .item-kind {
	width: 65px !important;
}
.item-size {
	width: 80px;
}
.item-modtime {
	width: 150px !important;
}
.item-deltime {
	width: 130px !important;
}
.item-share,
.no-link {
	overflow: visible;
}
.item-share {
	z-index: 1;
}

/* Files version */
#files.versions .item-source {
	width: 90px;
}
#files.versions .item-author {
	width: 100px;
}
#files.versions .item-comments {
	width: 250px
}

/* Notifications */
.send_link .browser-item > *,
.send_link .browser-title > * {
	width: 30%;
}
.send_link .browser .item-folderthrudate {
	width: 15%;
}
.send_link .browser .item-folderpermisions {
	width: 25%;
}
.send_link .browser .item-foldername {
	width: 20%;
}
.send_link #sharedinfo .browser-item > *,
.send_link #sharedinfo .browser-title > * {
	width: 32%;
}
.send_link .ui-button,
.send_link .browser-item > *,
.send_link .browser-title > *	{
	min-width: auto;
}
.send_link .ui-button	{
	padding: 0px 10px;
}


/* Pending shared folders invitations */
#pending .item-foldername {
	width: 15%;
	max-width: 100px;
}
#pending .item-folderuser {
	width: 35%;
	max-width: 220px;
}
#pending .item-foldermail {
	width: 35%;
	/* Standard */
	width: calc(100% - 100px - 220px - 220px) !important;
	/* IE */
	width: expression(100% - 200px - 220px - 220px) !important;
	/* Firefox */
	width: -moz-calc(100% - 100px - 220px - 220px) !important;
	/* WebKit */
	width: -webkit-calc(100% - 100px - 220px - 220px) !important;
	/* Opera */
	width: -o-calc(100% - 100px - 220px - 220px) !important;
}
#pending .item-confirmation > .ui-button:before {
	content: attr(data-action);
}

/* share accept */
#sharedfolderinfo .item-foldermail {
	width: 30% !important;
}
#sharedfolderinfo .item-folderthrudate {
	width: 15%;
}
#sharedfolderinfo .item-folderpermisions {
	width: 32.5% !important;
}
#sharedfolderinfo .item-confirmation {
	width: 22.5% !important;
}

/* share pending */
#sharedfolderpendingsinfo .item-foldermail {
	width: 30% !important;
}
#sharedfolderpendingsinfo .item-foldername {
	width: 25%;
}
#sharedfolderpendingsinfo .item-folderpermisions {
	width: 25% !important;
}
#sharedfolderpendingsinfo .item-confirmation {
	width: 20% !important;
}
.item-confirmation * {
	white-space: nowrap;
	margin: 1px;
}
.path > .dir-active,
.path > .current-dir,
.path > .parent {
	margin: 0px 1px 0px 0px;
}
.path > a + a:before {
	color: transparent;
	content: "\00a00";
	font-size: 0.7em;
	background-position:center center;
	background-size: auto 80%;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.path > .root > .item {
	padding: 0px !important;
}
.path > * > .item {
	padding-left: 5px;
}
#my_shared_links .path {
	height: 28px;
}
#my_shared_links .path .item {
	white-space: normal !important;
	word-break: break-all;
}
#files.main .footer-pagination {
	padding-bottom: 13px;
}