body
{
	font-family: "Segoe UI", Tahoma, Helvetica, freesans, sans-serif;
	font-size: 90%;
	margin: 10px;
	color: #333;
	background-color: #fff;
}

div.loginSuccess{
   position:absolute;
   top:0;
   right:10;  
}

div.functionSelectorButton{
   position:absolute;
   top:14;
   left:10;  
}

div.headerText{
  text-align: center;
}

h1, h2
{
	font-size: 1.5em;
	font-weight: normal;
}

h2
{
	font-size: 1.3em;
}

legend
{
	font-weight: bold;
	color: #333;
}

#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
  vertical-align:middle;
}
  
#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

img
{
	max-width: 100%;
}

pre
{
	width: 95%;
	height: 8em;
	font-family: monospace;
	font-size: 0.9em;
	padding: 1px 2px;
	margin: 0 0 1em auto;
	border: 1px inset #666;
	background-color: #eee;
	overflow: auto;
}

#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}

#progress p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}

table, th, td
{
  border-collapse: collapse;
  border: 1px solid black;
}

th {
    background-color: #3300ff;
    color: white;
}

td {
  padding: 2px;
}

tr {
  background: #b8d1f3
}

tr:nth-child(even) {background: #b8d1f3}
tr:nth-child(odd) {background: #dae5f4}

.uploadimage-dragndrop { min-height: 11.57895em; margin-top: 50px; margin-bottom: 50px; padding: 75px 20px 20px 20px; text-align: center; border: dashed 3px #C1C3C5; }
.uploadimage-dragndrop:before { position: absolute; top: 12%; left: 50%; margin-left: -25px; content: ""; width: 51px; height: 33px; background-image: url("/Content/Styles/images/Sourcery/icn-upload.png"); background-size: 100%; }
@media only screen and (max-width: 600px) { .uploadimage-dragndrop { width: 100% !important; left: auto !important; margin-left: auto !important; } }
@media only screen and (max-width: 480px) { .uploadimage-dragndrop { padding-left: 10px; padding-right: 10px; } }

.uploadimage-text { font-size: 1.31579em; font-weight: 600; color: #b1b3b7; margin-bottom: 1.05263em; }

.uploadimage-fileinfo { text-align: left; }

#upload-input { margin-left: 55px; }
@media only screen and (max-width: 600px) { #upload-input { margin-left: 30px; } }

.container { width: 60em; margin-left: auto; margin-right: auto; }
.container:after { content: " "; display: block; clear: both; }
@media only screen and (max-width: 1024px) { .container { margin-left: 15px; margin-right: 15px; width: auto; } }

