.user-management .sv-item {
	margin: 10px;
}

.user-management .sv-item span {
	margin-right: 4px;
}

#dialog-add-user input,
#dialog-change-pass input,
#dialog-add-user select
{
	width: 100%;
    box-sizing: border-box;
}

#dialog-supervisors select {
	width: 80%;
    margin: 8px;
}

#dialog-sign .sign-image {
	padding: 14px;
	max-width: 360px;
	min-width: 24px;
}

table.user-rights-index {
	border-collapse: collapse;
	border: dashed 0px;
	border-color: black;
	width: 100%;
	margin-top: 10px;
}

table.user-rights-index th {
	padding: 4px;
    text-align: center;
}

table.user-rights-index td {
	padding: 2px;
    padding-right: 14px;
    padding-left: 14px;
	text-align: left;
	border-bottom: 1px solid rgb(34, 52, 77);
}

table.user-rights-index th.right-ctrl, table.user-rights-index td:last-child {
	text-align: right;
	padding: 0px;
	padding-left: 18px;
	width: 60px;
}

.user-rights-index input {
	width: 100%;
}

.notif-line-selected {
	background-color: rgb(215, 48, 132) !important;
}

.worker-group {
	display: block;
	background-color: rgb(71, 77, 90);
	padding: 5px;
	padding-left: 12px;
	padding-right: 12px;
	margin: 2px;
	width: 100%;
    box-sizing: border-box;
}

.user-rights-grp {
	display: flex;
    justify-content: space-between;
    background-color: rgb(71, 77, 90);
    border-left-width: 6px;
    border-left-style: solid;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 2px;
	width: 94%;
}

.user-rights-grp > *:first-child {
	margin-right: 10px;
	white-space: nowrap;
	color: rgb(237, 224, 255);
}

.user-rights-grp.selected,
.wgrp-selected,
.rgrp-selected {
	background-color: rgb(68, 128, 20);
}

.wgrp-selected:before,
.rgrp-selected:before {
	content: "✓ ";
}

th .rights-groups {
	background-color: rgb(26, 111, 148);
    margin-right: 4px;
}

table.r-g-index {
	border-collapse: collapse;
	border: dashed 0px;
	border-color: black;
	width: 100%;
	margin-top: 10px;
}

table.r-g-index td {
	vertical-align: middle;
	border-bottom: 1px solid rgb(51, 64, 90);
	border-left: 1px dashed rgb(51, 64, 90);
	font-size: 15px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

table.r-g-index th {
	border-bottom: 1px solid rgb(51, 64, 90);
}

.r-g-index a.shuffle-color {
	width: 99%;
	display: inline-block;
    text-align: center;
}

.del-sup {
	background-color: rgb(190, 38, 84);
}

#tab-id-usr-content .detail-container .detail-body > * {
	margin-bottom: 12px;
	display: inline-block;
	width: 100%;
}

#tab-id-usr-content .detail-container label {
	margin-bottom: 2px;
    margin-top: 8px;
    margin-right: 12px;
    font-size: 14px;
    display: block;
}

#tab-id-usr-content .detail-container button {
	width: 273px;
	margin-right: 4px;
}

#tab-id-usr-content .detail-container input {
	width: 100%;
	box-sizing: border-box;
	margin-top: 2px;
	margin-right: 4px;
}

#dialog-user-roles .user-role {
	margin-top: 5px;
    padding: 4px;
    border-bottom: 1px dashed rgb(57, 68, 88);
}

#dialog-user-roles .user-role.selected {
	background-color: rgb(23, 112, 88);
}

#dialog-user-roles .add-role,
#dialog-user-roles .rem-role {
	margin-right: 8px;
}

#dialog-user-roles .rem-role {
	background-color: rgb(190, 38, 84);
}

#dialog-user-roles .add-role {
	background-color: green;
}

#dialog-user-roles .role {
	margin-right: 12px;
}

#dialog-user-roles .info {
	white-space: nowrap;
    font-style: italic;
    font-size: 15px;
    color: rgb(201, 198, 255);
    display: inline-block;
    margin-left: 32px;
}

#dialog-leave-message .msg {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
}

#dialog-broadcast-users .stream,
#dialog-broadcast-users .users {
	margin-top: 8px;
    min-height: 200px;
    height: 400px;
    overflow-y: auto;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;

    padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
}

#dialog-broadcast-users .users {width: 300px;}

#dialog-broadcast-users .instant-msg input,
#dialog-broadcast-users .stream  {
	width: calc(100% - 300px);
}

#dialog-broadcast-users .stream {
	background-color: rgb(64, 70, 108);
	font-size: 15px;
}

#dialog-broadcast-users .stream .msg .msg-header {
	display: block;
}

#dialog-broadcast-users .stream .msg .created {
	color: rgb(162, 155, 147);
	white-space: nowrap;
}

#dialog-broadcast-users .stream .msg .from {
	color: rgb(126, 137, 185);
	margin-right: 6px;
	display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#dialog-broadcast-users .stream .msg .content {
	white-space: pre-wrap;
}

#dialog-broadcast-users .stream .msg.all {
	background-color: rgb(72, 25, 144);
}

#dialog-broadcast-users .msg,
#dialog-broadcast-users .bur {
	padding: 2px;
    padding-bottom: 6px;
    padding-top: 6px;
    border-bottom: 1px dashed rgb(37, 43, 55);
}

#dialog-broadcast-users .bur {
	cursor: pointer;
	padding-left: 4px;
	box-sizing: border-box;
	overflow: hidden;
}

#dialog-broadcast-users .bur > * {
	margin-right: 6px;
	white-space: nowrap;
}

#dialog-broadcast-users .bid {
	color: rgb(210, 216, 255);
	line-height: 24px;
	font-size: 12px;
	min-width: 48px;
	background-color: rgb(67, 72, 112);
}

#dialog-broadcast-users .bur.selected {
	background-color: rgb(90, 112, 161);
	border-bottom: 1px dashed rgb(163, 189, 246);
}

#dialog-broadcast-users .bur:before {
	content: "•";
	margin-right: 12px;
	font-size: 24px;
	color: lime;
}

#dialog-broadcast-users .bur.inactive:before {
	content: "◦";
	color: rgb(142, 142, 142);
}

#dialog-broadcast-users .instant-msg {
	position: relative;
}

#dialog-broadcast-users .instant-msg input {
	box-sizing: border-box;
    margin-top: 8px;
    float: right;
    padding-right: 35px;
}

#dialog-broadcast-users .instant-msg.sending input {
	color: gray;
}

#dialog-broadcast-users .instant-msg.sending .send {
	visibility: hidden;
}

#dialog-broadcast-users .instant-msg a.send {
	margin-left: 12px;
	background-color: rgb(2, 29, 89);
	position: absolute;
    right: 4px;
    top: 11px;
}

#dialog-broadcast-users .instant-msg.undeliverable input {
	color: rgb(217, 4, 86);
}

#tab-id-usr-content .me {
	color: #7FBA00;
}

#tab-id-usr-content .external:before {
	content: "✈ ";
    color: rgb(88, 106, 134);
}

#tab-id-usr-content .bot:before {
	content: "bot ";
    color: rgb(134, 109, 95);
    font-variant: small-caps;
    font-size: 14px;
    font-weight: bold;
}
