﻿body {
	font-family: Arial;
}

li label {
	display: inline-block;
}

.version_info {
	color: #888;
}

ul {
	width: 100%;
}

li input {
	margin-right: 8px;
	margin-top: 0px;
	vertical-align: top;
}

.model_name {
	font-weight: normal;
}

#modellist li {
	display: block;
	float: left;
	padding: 5px;
	vertical-align: middle;
}

ul, li {
	list-style: none;
}

li {
	width: 300px;
}

.clear {
	clear: both;
}

#login_screen label, #login_wrapper {
	margin-top: 10px;
	display: block;
}

#login_screen input {
	display: block;
}

#msg {
	padding: 10px;
}

#mp1 {
	border: 1px solid #ddd;
	border-top-style: none;
}

.vendor_info, #modellist .vendor_info {
	display: block;
	clear: both;
	float: none;
	color: #96c100;
	width: 99%;
	margin-right: 30px;
	font-weight: bold;
	font-size: 16px;
}

.vendor_td {
	color: #96c100;
	font-weight: bold;
}

	.vendor_info:first-child, #modellist .vendor_info:first-child {
		padding-top: 10px;
	}

	.vendor_info a {
		font-size: 11px;
	}

a, a:hover, .RadGrid_Bootstrap .rgRow a, .RadGrid_Bootstrap .rgRow a:hover, .RadGrid_Bootstrap .rgAltRow a, .RadGrid_Bootstrap .rgAltRow a:hover {
	text-decoration: none;
	color: #96c100;
	font-weight: normal;
}

#start_buttons a, .vendor_info a {
	margin-left: 8px;
}

#start_buttons a {
	font-size: 16px;
}

svg {
	max-width: 30px;
	border-radius: 3px;
	box-shadow: 2px 2px 5px #000;
	background: #fff;
	fill: none;
	stroke: #96c100;
	stroke-linecap: round;
	stroke-width: 8%
}

	svg.queued {
		stroke: #ccc;
	}

	svg.started {
		stroke: #96c100;
	}

	svg.finished, svg.failed {
		display:none;
	}

.failed {
	color: red;
}

use {
	stroke: #000;
	animation: a 2s linear infinite
}

.runinfo {
	font-size:11px;
	width:120px;
}

@keyframes a {
	to {
		stroke-dashoffset: 0px
	}
}
@media (min-width: 1400px) {
	.container {
		width: 1338px;
	}
}

