/*** HTML tags ****************************************************/

body {
}

/*** Common classes ***************************************************/

.ag-fields input.short {
	width: 5em;
}

.checkbox {
  display: inline;
  margin-right: 1em;
}

  .checkbox label {
    margin-left: 0.3em;
  }

.placeholder {
	color: #AAA;
}

/*** Structure: Header **********************************/

header {
}

/*** Structure: Body **********************************/

#body {
}

.highlighted {
	background-color: #FFA;
}


/*** Structure: Footer **********************************/

footer {
}

/********************************************************/

#flashMessage {
	padding: 2em 1em;
	background: rgb(17, 17, 17);
	background: rgba(17, 17, 17, 0.9);
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	color: white;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 25%;
	width: 400px;
	margin-left: -200px;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0 0 0.5em black;
	z-index: 1;
	border: none;
	border-image: initial;
}
