table img {
	width: 60px;
}

.center {
	text-align: center;
}

a {
	cursor: pointer;
}

img.logo {
	width: 250px;
	margin-bottom: 20px;
}

.progress table {
	table-layout: fixed;	
}

.progress td {
	text-align: center;
    vertical-align: middle;
    color: #ffffff;
	background-color: #5594CC;
	width: calc(100% / 7);
	padding: 5px;
	cursor: pointer;
}

.progress td:hover {
	background-color: #224f9c;
}

.progress td.active {
	background-color: #224f9c;
}

.site-plan {
	display: none;
}

.supplier-submit {
	border: 5px solid #ED9B3F;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
}

.supplier-submit table {
	margin: 0 auto;
}

.supplier-submit table tr {
	cursor: pointer;
}

.supplier-submit table tr:hover i {
	color: #5594CC;
}

.overlay {
	background-color:rgba(0,0,0,0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	display: none;
}

.overlay .explanation {
	border: 5px solid #ED9B3F;
	border-radius: 20px;
	padding: 20px;
	background-color: #fff;
	text-align: center;
	opacity: 1;
	width: 40%;
	margin: 10% auto;
}

div.current-user {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 8px;
	background-color: #ED9B3F;
	color: #ffffff;
}

legend {
	display: none;
}

.far {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1; 
	font-family: 'Font Awesome 5 Free';
	font-weight: 400; 
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../css/webfonts/fa-solid-900.eot");
	src: url("../css/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/fa-solid-900.woff2") format("woff2"), url("../css/webfonts/fa-solid-900.woff") format("woff"), url("../css/webfonts/fa-solid-900.ttf") format("truetype"), url("../css/webfonts/fa-solid-900.svg#fontawesome") format("svg"); 
}

.fa-check-circle:before {
	content: "\f058"; 
}

.fa-times-circle:before {
  content: "\f057"; 
}



.tooltip {
	position:relative;
}

.tooltip .right {
	min-width:300px; 
	top:50%;
	left:100%;
	margin-left:20px;
	transform:translate(0, -50%);
	padding:10px 20px;
	color:#444444;
	background-color:#EEEEEE;
	font-weight:normal;
	font-size:13px;
	border-radius:8px;
	position:absolute;
	z-index:99999999;
	box-sizing:border-box;
	box-shadow:0 1px 8px rgba(0,0,0,0.5);
	visibility:hidden; 
	opacity:0; 
	transition:opacity 0.8s;
}

.tooltip:hover .right {
	visibility:visible; opacity:1;
}

.tooltip .right i {
	position:absolute;
	top:50%;
	right:100%;
	margin-top:-12px;
	width:12px;
	height:24px;
	overflow:hidden;
}

.tooltip .right i::after {
	content:'';
	position:absolute;
	width:12px;
	height:12px;
	left:0;
	top:50%;
	transform:translate(50%,-50%) rotate(-45deg);
	background-color:#EEEEEE;
	box-shadow:0 1px 8px rgba(0,0,0,0.5);
}