#myCookieConsent {
	z-index: 999;
	min-height: 20px;
	font-family: OpenSans, arial, "sans-serif";
	padding: 10px 20px;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
	position: fixed;
	color: #FFF;
	bottom: 0px;
	right: 10px;
	display: none;
	left: 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#myCookieConsent div {
	padding: 5px 0 0;
}
#myCookieConsent a {
	color: #ffba55;
	display: inline-block;
	padding: 0 10px;
}
#myCookieConsent a:hover {
	color: #fda016;
}
#myCookieConsent a#cookieButton {
	display: inline-block;
	color: #000000;
	font-size: 1.1em;
	background: #ffba55;
	text-decoration: none;
	cursor: pointer;
	padding: 2px 20px;
	float: right;
	border-radius: 20px;
}
#myCookieConsent a#cookieButton:hover {
	background: #fda016;
	color: #000;
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

img {
	max-width: 100%;
	height: auto;
}

input {
	text-align: center !important;
}

/*
.ui-page {
	background:#ffffff;
}
*/

.hidden {
	display: none;
	visibility: hidden;
}

.in-line {
	display:inline-block;
	width:50px;
}

.in-line-div {
	display:inline-block;
}

.date-input {
	display:inline-block;
	width:500px;
	max-width:100%;
}

.cost-table-row {
	max-height:50px;
	vertical-align: top;
	padding:0px;
}

.cost-table-dropdown {
	max-height:50px;
	vertical-align: top;
	padding:0px;
	margin:0px;
}

.chart-container {
	position: relative;
	width:100vw;
	max-width:100%;
	max-height:100vh;
}

.l1 {
	width: 130px;
	display: inline-block;
}

.l2 {
	min-width: 200px;
	display: inline-block;
}

.align-bottom {
	vertical-align: bottom;
}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.plaintext {
	font-family: 'Trebuchet MS', sans-serif;
	text-align: center;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.fixed-table {
	table-layout:fixed;
}

.overlay {
	position: absolute;
	top: 5px;
	left: 1vw;
	height: 8vw;
	z-index: 1;
}

.white {
	background-color: #ffffff !important;
}
