/* CSS Document */
html, body
{
	margin: auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
	background: rgba(224,232,239,0.70);
	padding:0;
}

/*
html, body {
  margin: 0;
  padding: 0;
}
*/

h1
{
	font-size: 1.5em;
}

#content
{
	margin-top:100px;
	margin-left:20px;
	margin-right:20px;
}


.bigButton
{
	border-radius:10px;
	padding:20px;
	color:white;
	text-align:center;
	/*border:2px solid white;*/
}

.divButton
{
	padding:20px;
	background: hsla(183,35%,65%,1.00);
	border-radius: 10px;
	width:100%;
	text-align: center;
	color:white;
}

.underlineLow
{
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding-bottom:5px;
}

.tableItemBox
{
	border-radius: 10px;
	padding:10px;
	background:white;
	margin-bottom:4px;
}

.backBtnText
{
	font-style: italic;
}

.colorLowPrio
{
	color:hsla(199,10%,63%,1.00);
}

.colorMidPrio
{
	color:hsla(198,6%,40%,1.00);
}

.colorHighPrio
{
	color:hsla(197,17%,21%,1.00);
}

.colorAccentHigh
{
	color:hsla(197,50%,54%,1.00);
}

.backgroundAccentHigh
{
	background:hsla(197,50%,54%,1.00);
}

.backgroundAccentMid
{
	background:hsla(197,49%,65%,1.00);
}

.backgroundAccentLow
{
	background:hsla(197,41%,76%,1.00);
}

.backgroundAccentLowStriped
{
	background: repeating-linear-gradient(45deg, hsla(197,41%,76%,1.00), hsla(197,41%,76%,1.00) 3px, hsla(196,48%,83%,1.00) 3px, hsla(196,48%,83%,1.00) 6px);
}

.propertyDescriptionText
{
	min-width:90px;
}

.button 
{
  background-color: hsla(197,50%,54%,1.00);
  font-size:1em;
}

.shadowed
{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

.formSelect
{
	background:hsla(0,0%,96%,1.00);
	padding:10px;
	font-size:1em;
	height:35px;
}

.formDatetime
{
	background:hsla(0,0%,96%,1.00);
	height:40px;
	font-size:15px;
}

.formSubmit
{
	background-color: hsla(197,50%,54%,1.00);
	width:160px;
	height:50px;
	font-size:1em;
}

input[type="text"],
input[type="number"]
{
	border:1px solid hsla(0,0%,85%,1.00);
}

input[type="submit"]
{
	background: hsla(197,50%,54%,1.00);
}

textarea
{
	border:1px solid hsla(0,0%,85%,1.00);
}


a 
{
    text-decoration: none;
}

a:link 
{
    color: rgba(30,30,30,1.00);
}

a:visited 
{
    color: rgba(30,30,30,1.00);
}

a:hover 
{
	color: rgba(13,136,123,1.00);
}

a:active 
{
    color: rgba(30,30,30,1.00);
} 

table {
	border-collapse: collapse;
}

td {
	padding: 3px;
}

tr:nth-child(odd)
{
	background-color: hsla(197,41%,76%,0.2);
}