body {
	color: #333;
	margin: 0;
	/*padding: 8px;*/
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	background-color: rgba(142, 123, 170, 0.11);
}

a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

/* asarp */

.ready {
color : green
}

.modified {
color: red;
font-weight: bold;
}

.error {
color: red;
margin-left: 0.5em;
}

.success {
color: green;
margin-left: 0.5em;
}

.group {
    position: absolute;
  }

.group > span {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	color: white;
	text-shadow: 2px 2px 0 black;
	background-color: blue;
	border-radius: 0.6em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	z-index: 2;
	position: relative;
}

  select.select {
    background-color:rgb(233, 233, 237);
  }

  input.input {
    background-color:rgb(249, 244, 248);
  }


