@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	color: white;
	background-color: #333;
	background-image: linear-gradient(to bottom right, #111, #555);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	color: lime;
	padding: 0;
	margin-top: 12px;
	margin-bottom: 6px;
}
h2 {
	color: white;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0;
}
h3 {
	color: white;
	margin-top: 0;
	margin-bottom: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: 12px;
}
p.dense + p.dense {
	margin-top: 6px;
}
a:link, a:visited {
	color: lime;
	text-decoration: none;
}
a:hover, a:active {
	color: yellow;
	text-decoration: underline;
}
dl {
	margin-top: 0px;
}
dt {
	margin-top: 10px;
}
li {
	margin-top: 6px;
}
hr {
	clear: both;
	visibility: hidden;
	margin: 0;
}
label {
	padding: 0 3px;
	color: white;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
table {
	border: 1px solid white;
	border-spacing: 1px;
	border-collapse: collapse;
}
th {
	text-align: left;
	padding: 6px;
	color: white;
}
td {
	border-top: 1px solid silver;
	padding: 6px;
}
input, select {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
}
textarea {
	font-family: inherit;
	font-size: inherit;
	width: 380px;
	box-sizing: border-box;         /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box;    /* For Firefox                          */
	-webkit-box-sizing: border-box; /* For Safari                           */
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
}
textarea.wide {
	width: 100%;
	resize: vertical;
}
textarea.auto {
	width: 100%;
	resize: none;
}
input[type="number"] {
	width: 50px;
}
input[type="checkbox"] {
	-ms-transform: scale(1.2); /* IE */
	-moz-transform: scale(1.2); /* FF */
	-webkit-transform: scale(1.2); /* Safari and Chrome */
	-o-transform: scale(1.2); /* Opera */
}
table.bl {
	border-width: 0;
	border-collapse: collapse;
	margin: 3px;
}
table.bl td {
	border-width: 0;
	padding: 3px;
}
table.form-table {
	width: 100%;
	border-width: 0;
	padding: 0;
	margin: 0;
}
table.form-table td,
table.form-table th {
	border-width: 0;
	padding: 0 6px 0 0;
	margin: 0;
	vertical-align: top;
}
.form-field-text > input[type="text"], .form-field-option > select
{
	width: 200px;
}
#wrapper {
	padding: 24px;
	display: flex;
	align-items: flex-start;
	background: url("/img/watermark.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	min-height: 90vh;
}
#nav {
	/* display: inline-block;
	float: left; */
	background: rgba(0, 0, 0, 0.8);
	width: 150px;
	padding: 5px;
	border: 2px solid silver;
	border-radius: 5px;
	margin-right: 20px;
	opacity: 1;
	z-index: 1;
}
#content {
	/* display: inline-block;
	float: left; */
	width: 800px;
	padding: 5px;
	opacity: 1;
}
.form {
	width: 400px;
}
.toc {
	padding: 0px;
	border: 1px solid;
	display: inline-block;
	margin: 10px;
	width: 300px;
	background: rgba(0, 0, 0, 0.5);
}
.rtt {
	font-size: 12px;
	text-align: right;
}
.error {
	color: white;
	background: rgba(255, 0, 0, 0.2);
	border: 2px solid red;
	border-radius: 10px;
}
.info {
	color: white;
	background: rgba(255, 255, 0, 0.2);
	border: 2px solid yellow;
}
.hint {
	color: white;
	background: rgba(128, 128, 128, 0.2);
	border: 2px solid white;
}
.hint-text {
	cursor: help;
}
.drag-handle {
	cursor: move;
}
.message {
	border-radius: 10px;
	min-width: 200px;
	max-width: 400px;
	display: inline-block;
	margin: 5px;
	padding: 5px;
	float: left;
	clear: both;
	text-align: left;
}
#login-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.login {
	padding-top: 200px;
	width: 300px;
	display: inline-block;
}
.form-field {
	padding: 6px 0;
}
.form-field-text {
	text-align: right;
}
.form-field-text-large {
	margin-top: 0px;
}
.form-field-text-large > input {
	width: 100%;
	color: lime;
	font-size: 24px;
}
.form-field-text-large > label {
	font-size: 20px;
	margin-top: 15px;
	padding: 6px 0;
}
.form-field-option {
	text-align: left;
	padding-left 20px;
	display: inline-block;
}
.form-field-select {
	text-align: right;
}
.form-field-buttons {
	text-align: right;
}
.form-field-other {
	text-align: right;
}
.option {
	margin: 0;
}
.button {
	font-size: 14px;
	color: white;
	background-color: rgba(0, 255, 0, 0.5);
	border-color: lime;
	border-radius: 8px;
	padding: 1px 8px;
	margin: 0 6px;
	font-weight: bold;
}
.button-small {
	font-size: 14px;
	color: white;
	background-color: rgba(0, 255, 0, 0.5);
	border-color: lime;
	border-radius: 3px;
	margin: 3px;
	font-weight: bold;
	padding: 0;
	width: 20px;
	height: 20px;
}
.button-red {
	background-color: rgba(255, 0, 0, 0.5);
	border-color: red;
}
.button-yellow {
	background-color: rgba(255, 255, 0, 0.5);
	border-color: yellow;
}
.button-disabled {
	background-color: rgba(96, 96, 96, 0.5);
	border-color: gray;
}
.toggle-category {
	background-color: rgba(0, 255, 0, 0.3);
	border-color: lime;
	color: white;
	width: 300px;
	font-size: 16px;
	text-align: left;
	padding: 3px 12px;
}
.container-table {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.5);
	margin: 6px 0;
}
.container-text {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 6px;
}
.spacer {
	display: hidden;
	padding: 6px 0;
}
.inline-block {
	display: inline-block;
}
.container-edit {
	border: 1px solid rgba(255, 255, 0, 1);
	background-color: rgba(0, 0, 0, 0.5);
	width: 400px;
	padding: 6px;
}
.row-hidden {
	background-color: rgba(255, 0, 255, 0.2);
}
.row-locked {
	background-color: rgba(255, 255, 0, 0.2);
}
.item-description {
	background-color: rgba(255, 255, 255, 0.1);
	color: white;
	margin: 12px 0;
	padding: 6px;
}
.image-container-form > img {
	display: inline-block;
	max-width: 400px;
}
.image-container > img {
	display: inline-block;
	max-width: 800px;
}
.list-no-margin {
	margin: 0;
	padding: 0 0 0 16px;
}
.hint-text {
	border-bottom: 1px dotted;
}
.no-wrap {
	white-space: nowrap;
}
.center {
	text-align: center;
}
table.comments {
	border: 1px solid white;
	border-collapse: collapse;
	margin: 3px;
}
table.comments td {
	border-width: 0;
	padding: 3px;
	vertical-align: top;
}
table.comments tr + tr {
	border-top: 1px solid white;
}
table.comments td + td {
	border-left: 1px solid white;
}
td.comment-hidden-1 {
	background-color: rgba(127,0,255,0.5);
	text-shadow: 1px 1px 0 #000;
}
tr.comment-hidden-1 td:first-child {
	background-image: url('https://www.vosimperium.com/img/vis-slash.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 40px;
}
td.comment-hidden-2 {
	background-color: rgba(127,0,255,0.5);
	text-shadow: 1px 1px 0 #000;
}
tr.comment-hidden-2 td:first-child {
	background-image: url('https://www.vosimperium.com/img/vis-cross.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 40px;
}
td.comment-hidden-3 {
	background-color: rgba(127,0,0,0.5);
	text-shadow: 1px 1px 0 #000;
}
/* State badges: <label class="state s-0">open</label> */
.state {
	display: inline-block;
	font-size: 10px;
	border-radius: 3px;
	padding: 0 2px;
	text-transform: uppercase;
}
.s-0 {
	color: white;
	border: 1px solid white;
	margin: 2px 4px;
}
.s-1 {
	color: orange;
	border: 1px solid orange;
	margin: 2px 4px;
}
.s-2 {
	color: yellow;
	border: 1px solid yellow;
	margin: 2px 4px;
}
.s-3 {
	color: cyan;
	border: 1px solid cyan;
	margin: 2px 4px;
}
.s-4 {
	color: lime;
	border: 3px double lime;
	margin: 0 4px;
}
.s-5 {
	color: red;
	border: 3px double red;
	margin: 0 4px;
}
.s-6 {
	color: white;
	border: 3px double white;
	margin: 0 4px;
}
.moveable:nth-child(2n+1) { /* Odd */
    background-color: rgba(32,32,32,0.5);
}
.moveable:nth-child(2n) { /* Even */
    background-color: rgba(0,0,0,0.5);
}
label.tag {
	display: inline-block;
	border: 1px solid white;
	border-radius: 3px;
}
label.tag-agent {
	background-color: rgba(96,192,96,0.5);
}
label.tag-group {
	background-color: rgba(0,0,255,0.5);
}
label.tag-form {
	background-color: rgba(128,0,255,0.5);
}
label.remove-tag {
	cursor: pointer;
}
label.remove-tag:hover {
	color: red;
}
