body {
	font-family: 'Open Sans';
	background-color: #1d5d75;
	margin: 0;
}
body,
html {
	height: 100%;
}

.btnImg {
	background-color: transparent;
	border: none;
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.btn {
	border: none;
	background-color: inherit;
	padding: 10px;
	font-size: 20px;
	cursor: pointer;
	display: inline-block;
}

/* On mouse-over */
.btn:hover {
	text-decoration: underline;
}

.success {
	color: green;
}
.info {
	color: dodgerblue;
}
.warning {
	color: orange;
}
.danger {
	color: red;
}
.default {
	color: blue;
}

h1 {
	text-align: center;
}

.logo {
	background-color: #223344;
	margin: 0;
}

.logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.mainChart {
	margin: 0 auto;
	max-width: 90%;
	height: 80%;
}

.details {
	background-color: whitesmoke;
	padding: 5px;
	float: left;
	margin: 10px;
}

.details h2 {
	background-color: #5f9ea0;
	padding: 5px;
	margin: 0 auto;
}

.detailsItem {
	margin: 0 auto;
	padding: 10px;
	background-color: #1d5d75;
}

.results {
	background-color: whitesmoke;
	padding: 5px;
	float: left;
	margin: 10px;
}

.results h2 {
	background-color: #5f9ea0;
	padding: 5px;
	margin: 0 auto;
}

.resultItem {
	margin: 0 auto;
	padding: 10px;
	background-color: #1d5d75;
}

.successSymbol {
	color: blue;
	margin-left: 5px;
}

.failedSymbol {
	color: red;
	margin-left: 5px;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	border-radius: 25px;
	box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.25);
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	height: 80%;
	overflow-y: auto;
}

/* .modeal-content-sample-details {
	width: 600px;
	height: 700px;
} */

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-content {
	position: relative;
	border: 0;
}
.modal-content .close {
	position: absolute;
	top: 2px;
	right: 20px;
	font-size: 46px;
}
.result img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.result .result-info {
	float: left;
	max-width: 220px;
	vertical-align: top;
	margin: -20px;
	padding: 20px;
}
.result .result-info::before {
	content: "Summary";
	display: block;
	font-size: 24px;
	margin: -20px;
	padding: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(225, 225, 225, 1);
}
.result .operations {
	padding-left: 0px;
}
.result .operations::before {
	content: "Operations";
	display: block;
	font-size: 24px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(225, 225, 225, 1);
}
.result .operation {
	position: relative;
	display: inline-block;
	min-width: 165px;
	max-width: 200px;
	min-height: 240px;
	vertical-align: top;
	background: rgba(245, 245, 245, 1);
	border-radius: 3px;
	padding: 15px;
	margin: 0px 0px 10px 10px;
	transition: all 0.35s;
}
.result .operation > div {
	text-align: left;
	border-bottom: 1px dotted rgba(220, 220, 220, 1);
	font-size: 14px;
	color: rgba(64, 64, 64, 1);
}
.result .operation .operation-count {
	position: absolute;
	left: 6px;
	text-align: center;
	padding: 2px 10px;
	border-radius: 8px;
	font-size: 14px;
	transition: all 0.35s;
}

/* .result .operation:hover {
	transform: scale(1.1);
	background: rgba(226, 233, 237, 1);
} */
.result .operation:hover .step-count {
	top: 0px;
	left: 0;
}

.result #testName,
.result #resultFile,
.result #resultDate {
	margin-bottom: 10px;
	text-align: right;
}

.result label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: rgba(120, 120, 120, 1);
	text-align: left;
	text-transform: uppercase;
}
.result .result-info label {
	margin-bottom: 5px;
}

.successSymbol,
.failedSymbol {
	display: inline-block;
	position: absolute;
	text-align: center;
	width: 25px;
	height: 25px;
	overflow: hidden;
	padding: 0.125rem 0;
	margin: -0.35rem 0 0 0.5rem;
}

.attribute-notes {
	width: 200px;
}

.attribute-image {
	width: 200px;
}

/* animation for the VectorPro image to access the menu */

.menuImage {
	height: 64px;
	position: relative;
	width: 64px;
}

.menuImage img {
	border-radius: 9999px;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 2;
}

@keyframes pulse {
	to {
		opacity: 0;
		transform: scale(1);
	}
}

.menuImage::before,
.menuImage::after {
	animation: pulse 2s linear infinite;
	border: #2d7a96 solid 8px;
	border-radius: 9999px;
	box-sizing: border-box;
	content: ' ';
	height: 140%;
	left: -20%;
	opacity: .6;
	position: absolute;
	top: -20%;
	transform: scale(0.714);
	width: 140%;
	z-index: 1;
}

.menuImage::after {
	animation-delay: 1s;
}

.menuImage:hover::before,
.menuImage:hover::after {
	/* animation: pulse 1s linear infinite, cycle-colors 6s linear infinite; */
	animation: pulse 1s linear infinite;
}

.btnImg input{
	width: 0px;
	height: 0px;
	border-width: 0px;
}