.usersettings button, .usersettings input {
	width:100%;
	margin-bottom:8px;
}
.usersettings button:last-child {
	margin-bottom:0;
}
.usersettings input {
	padding:8px;
	text-align:center;
}
.usersettings p {
	padding:5px;
}
.usersettings div {
	font-size:18px;
	margin:20px;
}
.usersettings .settings-actions {
	text-align:center;
}
.usersettings .settings-sysinfo span {
	display:inline-block;
	margin-right:8px;
	font-size: 16px;
}
.usersettings .settings-email input
{
	width:305px;
	margin-bottom:20px;
}
.usersettings .sys-info {
	font-family: monospace;
	font-size:1.2em;
}

.usersettings .sys-info::selection {
	background: rgb(141,198,63);
	background: rgba(141,198,63,0.8);
}
.user-row input {
	padding:6px;
	cursor:pointer;
}
.user-row button {
	width:120px;
}
.user-row button:last-child {
	margin-left:5px;
}
.user-row {
	margin:10px;
}
.user-row .user-enabled-status {
	width:60px;
	display:inline-block;
	text-align:center;
}
.user-enabled {
	color:green;
}
.user-disabled {
	color:red;
}
.passwordinput, .passwordvalidation {
	padding:10px;
	margin-left:10px;
}
.passwordvalidation {
	border-radius:5px;
}
.password_input_dialog label {
	width:155px;
	display:inline-block;
}
.backgroundsettings {
	overflow:hidden;
}
.backgroundloading {
	position: absolute;
	width:100%;
	text-align: center;
	top:240px;
	left:0;
}
.imagepicker {
	width:760px;
	height:440px;
	text-align:left;
}
.bgimagepreview {
	width:160px;
	height:120px;
	border: 5px solid #222;
	margin:10px;
	cursor:pointer;
	display:inline-block !important;
}
.bgimageselected {
	border:5px solid #eee;
}
.bgimagedefault {
	outline:2px dashed #eee;
}
.imageoptions {
	width:170px;
	height:130px;
	margin: 10px;
	position:absolute;
	text-align:center;
}
.imageoptions div {
	width:100%;
	height:65px;
	/*background-color:#333;*/
	line-height:60px;
	cursor:pointer;
	/* opacity:0.7; */
	background-color:rgb(10,10,10);
	background-color:rgba(10,10,10,0.4);
	font-size: 1.25em;
}
.imageoptions div:first-child {
	border-bottom:1px solid #000;
}
.imageoptions .imgopthover {
	background-color:rgb(10,10,10);
	background-color:rgba(10,10,10,0.75);
}
