.invisible {
	display: none;
}

.visible {
	display: block;
}

body {
	font-family: 'Titillium Web','Open Sans',sans-serif;
}

.table-header {
	background-image: url('../images/logo-eval.png');
	display: table;
	text-align: center;
	background-color: #eaecec;
    background-repeat: no-repeat;
    background-size: 86px;
    background-position-y: center;
    background-position-x: 36px;
    height: 84px;
	width: 100%;
}

.cell-header {
	display: table-cell;
	vertical-align: middle;
	font-size: 26px;
	color: #3b4544;
}

.content .content-title {
	font-size: 23px;
	color: #004d71;
	text-align: center;
	padding-top: 15px;
	font-weight: 600;
}

.progress-bar {
	text-align: center;
	font-weight: bold;
}

.progress-bar ul {
	padding-inline-start: 0px;
}

.progress-bar li {
	width: 2.5em;
	height: 2.5em;
	text-align: center;
	line-height: 2.5em;
	border-radius: 1.25em;
	background: white;
	margin: 0 1.25em;
	display: inline-block;
	color: #004d71;
	position: relative;
	border: 1px solid #004d71;
}

.progress-bar li::before{
	content: '';
	position: absolute;
	top: 1.25em;
	left: -4em;
	width: 4em;
	height: 1px;
	background: #004d71;
	z-index: -1;
}


.progress-bar li:first-child::before {
	display: none;
}

.progress-bar .active {
	color: white;
	background: #004d71;
}

.empty-progress-bar {
	height: 2.5em;
}

div.content-columns {
	padding-left: 5%;
	padding-right: 5%;
}

div.content-columns div {
	float: left;
}

div.content-columns .col50 {
	width: 50%;
}

div.content-columns .col50-center {
	width: 50%;
	padding-left: 25%;
}

div.content-columns .col75-center {
	width: 75%;
	padding-left: 12.5%;
}

div.content-columns .header {
	width: 100%;
	color: #004d71;
	font-weight: bold;
}

.button {
	background-color: #004d71;
	border: none;
	color: white;
	padding: 10px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

button[disabled]{
	background-color: #cccccc;
	cursor: not-allowed;
}

a {
	color: black;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.content img {
	width: 90%;
	padding: 5px;
	margin: 5px;
}

.content img.twothirds {
	width: 66%;
}

.content img.half {
	width: 50%;
}

.content img.third {
	width: 33%;
}

.content img.border {
	border: 1px solid;
    border-color: #004d71;
}

.content img.margin-10 {
	margin: 10%;
}

#install-detection {
	width: 100%;
	text-align: center;
	color: #004d71;
	padding-top: 10%;
}

div#circle {
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 1.25em;
	background: #004d71;
	margin: 0 1.25em;
	display: inline-block;
	color: #004d71;
	position: relative;
	border: 1px solid #004d71;
}

.lds-circle {
	display: inline-block;
	transform: translateZ(1px);
}
.lds-circle > div {
	display: inline-block;
	width: 51px;
	height: 51px;
	margin: 6px;
	border-radius: 50%;
	background: #004d71;
	animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-circle-select > div {
	width: 7px;
	height: 7px;
	float: right;
}

@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}

select#certificates {
	float:left;
	width: 92%;
}

div#loading-certificates {
	width: 5%;
}

textarea.text-area {
	width: 92%;
	height: 25%;
	resize: none;
}

.entire-width {
	width: 100%;
}
