/* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
 This file is licensed under the Affero General Public License version 3 or later.
 See the COPYING-README file. */

select#languageinput,
select#timezone {
	width: 15em;
}

input#openid,
input#webdav {
	width: 20em;
}

/* PERSONAL */

#avatar {
	display: inline-block;
	float: left;
	width: 160px;
	padding-right: 0;
}

#avatar .avatardiv {
	margin-bottom: 10px;
}

#avatar .warning {
	width: 100%;
}

#removeavatar,
#selectavatar,
#uploadavatarbutton {
	width: 33px;
	height: 33px;
}

.jcrop-holder {
	z-index: 500;
}

#avatar #cropper {
	float: left;
	background-color: #fff;
	z-index: 500;
	position: relative;
}

#displaynameform,
#groups,
#language,
#emailform,
#passwordform {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-right: 0;
	min-width: 60%;
}

#avatar,
#passwordform {
	margin-bottom: 0;
	padding-bottom: 0;
}

#groups {
	overflow-wrap: break-word;
	max-width: 75%;
}

.clientsbox img {
	height: 60px;
}

#sslCertificate tr.expired {
	background-color: rgba(255, 0, 0, 0.5);
}

#sslCertificate td {
	padding: 5px;
}

#displaynameerror {
	display: none;
}

#displaynamechanged {
	display: none;
}

input#identity {
	width: 20em;
}

#displayName,
#email {
	width: 17em;
}

#showWizard {
	display: inline-block;
}

.msg.success {
	color: #fff;
	background-color: #47a447;
	padding: 3px;
}

.msg.error {
	color: #fff;
	background-color: #d2322d;
	padding: 3px;
}

table.nostyle label {
	margin-right: 2em;
}

table.nostyle td {
	padding: 0.2em 0;
}

#apppasswords table,
#sessions table {
	width: 100%;
	min-height: 150px;
	padding-top: 25px;
}

#apppasswords table th,
#sessions table th {
	font-weight: 800;
}

#apppasswords table td,
#apppasswords table th,
#sessions table td,
#sessions table th {
	padding: 10px;
}

#apppasswords .token-list td,
#sessions .token-list td {
	border-top: 1px solid #DDD;
	text-overflow: ellipsis;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
}

#apppasswords .token-list td a.icon-delete,
#sessions .token-list td a.icon-delete {
	display: block;
	opacity: 0.6;
}

#new-app-login-name,
#new-app-password {
	width: 186px;
	font-family: monospace;
	background-color: lightyellow;
}

.app-password-row {
	display: table-row;
}

.app-password-label {
	display: table-cell;
	padding-right: 1em;
}

/* USERS */
#newgroup-init a span { margin-left: 20px; }
#newgroup-init a span:before {
	position: absolute;	left: 12px; top:-2px;
	content: '+'; font-weight: bold; font-size: 150%;
}

#newgroup-form {
	height: 44px;
}
#newgroupname {
	margin: 6px;
	width: 95%;
	padding-right: 32px;
	box-sizing: border-box
}
#newgroup-form .button {
	position: absolute;
	right: 0;
	top: 3px;
	height: 32px;
	width: 32px;
}

.isgroup .groupname {
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}
.isgroup.active .groupname {
	max-width: 80%;
}

li.active span.utils .delete,
li:hover span.utils .delete {
	float: left; position: relative; opacity: 0.5;
	top: -7px; left: 7px; width: 44px; height: 44px;
}

li.active span.utils .rename,
li:hover span.utils .rename {
	padding: 8px 14px 20px 14px;
	top: 0px; position: absolute; width: 16px; height: 16px;
	opacity: 0.5;
	display: inline-block !important;
}

li.active span.utils .delete img,
li:hover span.utils .delete img { margin: 14px; }

li.active .rename,
li:hover .rename { opacity: 0.5; }

li:hover span.utils .delete:hover, li.active .rename:hover { opacity: 1; }

span.utils .delete, .rename { display: none; }

#app-navigation ul li.active > span.utils .delete,
#app-navigation ul li:hover > span.utils .delete,
#app-navigation ul li:hover > span.utils .delete,
#app-navigation ul li:hover > span.utils .rename { display: block; }
#usersearchform {
	position: absolute;
	top: 2px;
	right: 0;
}
#usersearchform input {
	width: 150px;
}
#usersearchform label { font-weight: 700; }

/* display table at full width */
table.grid {
	width: 100%;
}

table.grid th { height:2em; color:#999; }
table.grid th, table.grid td { border-bottom:1px solid #ddd; padding:0 .5em; padding-left:.8em; text-align:left; font-weight:normal; }
td.name, td.password { padding-left:.8em; }
td.password>img,td.displayName>img, td.remove>a, td.quota>img { visibility:hidden; }
td.password, td.quota, td.displayName { width:12em; cursor:pointer; }
td.password>span, td.quota>span, rd.displayName>span { margin-right: 1.2em; color: #C7C7C7; }
span.usersLastLoginTooltip { white-space: nowrap; }

/* dropdowns will be relative to this element */
#userlist {
	position: relative;
}
#userlist .password,
#userlist .quota,
#userlist .mailAddress,
#userlist .enabled,
#userlist .storageLocation,
#userlist .userBackend,
#userlist .lastLogin {
	display : none;
}

/* because of accessibility the name cell is <th> - therefore we enforce the black color */
#userlist th.name {
	color: #000000;
}

#userlist .mailAddress .loading-small {
	width: 16px;
	height: 16px;
	margin-left: -26px;
	position: relative;
	top: 3px;
}

#newuser .groups {
	display: inline;
}

#newuser .groups li.creator {
	cursor: pointer;
}

#newuser .groupsListContainer.hidden,
#userlist .groupsListContainer.hidden {
	display: none;
}

tr:hover>td.password>span, tr:hover>td.displayName>span { margin:0; cursor:pointer; }
tr:hover>td.remove>a, tr:hover>td.password>img,tr:hover>td.displayName>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; }
td.remove {
	width: 25px;
}
tr:hover>td.remove>a {
	float: left;
}

div.recoveryPassword { left:50em; display:block; position:absolute; top:-1px; }
input#recoveryPassword {width:15em;}
#controls select.quota {
	margin: 3px;
	margin-right: 10px;
	height: 37px;
}
select.quota-user { position:relative; left:0; top:0; width:10em; }
select.quota.active { background: #fff; }

input.userFilter {width: 200px;}

/* positioning fixes */
#newuser {
	padding-left: 3px;
}
#newuser .multiselect {
	min-width: 150px !important;
}
#newuser .multiselect,
#newusergroups + input[type='submit'] {
	position: relative;
	top: -1px;
}
#headerGroups,
#headerSubAdmins,
#headerQuota {
	padding-left: 18px;
}
#headerAvatar {
	width: 32px;
}

/* used to highlight a user row in red */
#userlist tr.row-warning {
	background-color: #FDD;
}


/* APPS */

.appinfo {
	margin: 1em 40px;
}

#app-navigation .appwarning {
	background: #fcc;
}

#app-navigation.appwarning:hover {
	background: #fbb;
}

span.version {
	margin-left: 1em;
	margin-right: 1em;
	color: #555;
}

#app-navigation .app-external,
.app-version {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.app-level {
	margin-top: 8px;
}

.app-level span {
	color: #555;
	background-color: transparent;
	border: 1px solid #555;
	border-radius: 3px;
	padding: 3px 6px;
}

.app-level .official {
	border-color: #37ce02;
	background-position: left center;
	background-position: 5px center;
	padding-left: 25px;
}

.app-level .approved {
	border-color: #e8c805;
}

.app-level .experimental {
	background-color: #ce3702;
	border-color: #ce3702;
	color: #fff;
}

.apps-experimental {
	color: #ce3702;
}

.app-score {
	position: relative;
	top: 4px;
}

#apps-list {
	position: relative;
	height: 100%;
	min-height: 100px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

#apps-list .section {
	flex: 0 0 auto;
	box-sizing: border-box;
	width: 300px;
	/*height: 200px;*/
}

.section {
	position: relative;
	padding: 20px;
}

.section h2.app-name {
	margin-bottom: 8px;
}

.section span.app-name {
	margin-left: 10px;
}

.section h2.app-name.has-documentation {
	display: inline-block;
}

.section ul {
	margin-left: 20px;
}

.app-image {
	float: left;
	padding-right: 10px;
	width: 80px;
	height: 80px;
}

.app-image img {
	max-width: 80px;
	max-height: 80px;
}

.app-image-icon img {
	background-color: #ccc;
	width: 60px;
	padding: 10px;
	border-radius: 3px;
}

.app-level,
.app-score,
.app-version {
	display: inline-block;
}

.app-description-toggle-hide,
.app-description-toggle-show {
	clear: both;
	padding: 7px 0;
	cursor: pointer;
	opacity: 0.5;
}

.app-description-container {
	clear: both;
	position: relative;
	top: 7px;
}

.app-description {
	clear: both;
}

.app-description pre {
	white-space: pre-line;
}

#app-category-1 {
	margin-bottom: 18px;
}
/* capitalize "Other" category */
#app-category-925 {
	text-transform: capitalize;
}

.app-dependencies {
	color: #ce3702;
}

.missing-dependencies {
	list-style: initial;
	list-style-type: initial;
	list-style-position: inside;
}

/* Transition to complete width! */
.app:active,
.app:hover {
	max-width: inherit;
}

.appslink {
	text-decoration: underline;
}

.score {
	color: #666;
	font-weight: bold;
	font-size: 0.8em;
}

.appinfo .documentation {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* LOG */
#log {
	white-space: normal;
	margin-bottom: 14px;
}

#lessLog {
	display: none;
}

table.grid td.date {
	white-space: nowrap;
}

/* ADMIN */
#security-warning li {
	list-style: initial;
	margin: 10px 0;
}

#security-warning-state span {
	padding-left: 25px;
	background-position: 5px center;
	margin-left: -5px;
}

#shareAPI p {
	padding-bottom: 0.8em;
}

#shareAPI input#shareapiExpireAfterNDays {
	width: 40px;
}

#shareAPI .nocheckbox {
	padding-left: 20px;
}

#shareAPI .indent {
	padding-left: 28px;
}

#shareAPI .double-indent {
	padding-left: 56px;
}

#shareAPI #fileSharingSettings h2 {
	display: inline-block;
}

#shareApiDefaultPermissionsSection label {
	margin-right: 20px;
}

/* correctly display help icons next to headings */
.icon-info {
	padding: 11px 20px;
	vertical-align: text-bottom;
}

#encryptionAPI h2,
#mail_general_settings h2,
#shareAPI h2 {
	display: inline-block;
}

#encryptionAPI li {
	list-style-type: initial;
	margin-left: 20px;
	padding: 5px 0;
}

.mail_settings p label:first-child {
	display: inline-block;
	width: 300px;
	text-align: right;
}

.mail_settings p select:nth-child(2) {
	width: 143px;
}

#mail_smtpport {
	width: 40px;
}

#mail_to_address {
	width: 197px;
}

.cronlog {
	margin-left: 10px;
}

.status {
	display: inline-block;
	height: 16px;
	width: 16px;
	vertical-align: text-bottom;
}

.status.success {
	border-radius: 50%;
}

#selectGroups select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 36px;
	padding: 7px 10px;
}

#log .log-message {
	word-break: break-all;
	min-width: 180px;
}

span.success {
	background: #37ce02;
	border-radius: 3px;
}

span.error {
	background: #ce3702;
}

span.indeterminate {
	background: #e6db00;
	border-radius: 40% 0;
}

/* PASSWORD */
.strengthify-wrapper {
	position: absolute;
	left: 189px;
	width: 131px;
	margin-top: -7px;
}

/* OPERA hack for strengthify*/
.strengthify-wrapper,
doesnotexist:-o-prefocus {
	left: 185px;
	width: 129px;
}

/* HELP */

#postsetupchecks .loading {
	height: 50px;
	background-position: left center;
}

#postsetupchecks .errors,
#postsetupchecks .warnings,
#security-warning > ul {
	color: #ce3702;
}

#admin-tips li {
	list-style: initial;
}

#admin-tips li a {
	display: inline-block;
	padding: 3px 0;
}

#selectEncryptionModules {
	margin-left: 30px;
	padding: 10px;
}

#encryptionModules {
	padding: 10px;
}

#warning {
	color: red;
}

/**
 * Icons for settings sections
 */
li > a.icon-search {
	background-image: url("../../core/img/actions/search.svg");
}

li > a.icon-shared {
	background-image: url("../../core/img/actions/shared.svg");
}

li > a.icon-folder {
	background-image: url("../../core/img/filetypes/folder.svg");
}

li > a.icon-list {
	background-image: url("../../core/img/actions/menu.svg");
}

li > a.icon-password {
	background-image: url("../../core/img/actions/password.svg");
}

li > a.icon-more {
	background-image: url("../../core/img/actions/more.svg");
}

li > a.icon-upload {
	background-image: url("../../core/img/actions/upload.svg");
}

li > a.icon-user {
	background-image: url("../../core/img/actions/user.svg");
}

li > a.icon-workflows {
	background-image: url("../../core/img/actions/play-next.svg");
}

#app-navigation li.divider {
	background: none;
}

li > a.icon-settings {
	background-image: url("../../core/img/actions/settings.svg");
}

div.app-settings .section {
	margin-bottom: 0;
}

.action.resendInvitationEmail img {
	vertical-align: text-bottom;
}

.usercount {
	margin-left: 5px;
}

.usercount.tag {
	display: inline-block;
	padding: .25em .4em;
	font-size: 90%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	color: #fff;
	background-color: #041e42;
	cursor: pointer;
	clear: both;
}