/*
.right {
	float: right;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
*/
.clearfix {
	clear: both;
	overflow: auto;
}

/*
.left {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
*/
.center {
	margin: auto;
	padding: 10px;
}

.update-time {
	margin: 25px;
}

.top-spacer {
	padding-top: 20px;
}

.check-name {
	text-decoration: underline;
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-right: 25px;
}

.tile-block {
  border-color: #ddd;
  background-color: #f5f5f5;
  word-wrap: normal
}

#check-url {
	padding-left: 3.5vw;
}
/*
body {
	font-family: "SourceSansPro", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #222222;
	background-color: rgb(242, 242, 242);
}
*/

#app-switch-menu {
	background-color: #e1e1e1;
}

header > img {
	background-color: #0064a4;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
	max-height: 46px;
	max-width: 200px;
	position: relative;
	top: 50%;
	vertical-align: middle;
	transform: translateY(50%)
}

header {
	background-color: #0064a4;
	border-bottom: 4px solid #ffd200;
	position: relative;
	min-height: 60px;
}
/*
li, ul, p {
	list-style-type: none;
	margin: 0;
}
*/
#option-placeholder {
	margin-left: 0px;
}

#checkId-home {
	font-weight: bold;
	font-style: italic;
	background-color: #e0e0e0;
}

canvas {
	max-width: 600px;
	max-height: 300px;
}

.performance-chart-card {
	background-color: #f5f5f5;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}

/* https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_loader5 */
.spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin: -75px 0 0 -75px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.overlay {
    background: #e9e9e9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}
