﻿div.register-row.attach {
	height: 7em;
	border-radius: 10px;
	cursor: pointer;
	border: 2px solid #0c4f91;
}

.display-none {
	display: none;
}

button.sign-up {
	margin-top: 30px;
}

table {
	width: 100%;
	background-color: rgba(255,255,255,0.7);
}

	table tr.inbetweenTable {
		background-color: #1d61a1;
		color: #fff;
	}

	table td {
		width: 50%;
	}

.upload {
	pointer-events: none;
}

	.upload span {
		padding-left: 1em;
		word-break: break-word;
		font-size: 1.1em;
		line-height: 40px;
		width: 60vw;
	}

	.upload:after {
		content: '';
		background-image: url(/images/icons/documents/pdf_icon.png);
		background-repeat: no-repeat;
		background-size: contain;
		height: 90px;
		width: 142px;
		position: absolute;
		right: 0;
		margin-top: 0.5em;
		place-self: end;
		padding-right: 4%;
		border-radius: 6px;
		pointer-events: none;
	}

@media only screen and (min-width: 768px) and (max-width: 768px) {
	.upload:after {
		padding-right: 3%;
	}
}

@media only screen and (min-width: 992px) {
	.upload:after {
		padding-right: 8%;
	}
}

@media only screen and (min-width: 1200px) {
	.upload:after {
		padding-right: 16%;
	}
}

@media only screen and (min-width: 1600px) {
	.upload:after {
		padding-right: 23%;
	}
}

.btn-default {
	position: absolute;
	width: 100px;
	height: 30px;
	margin-left: 1em;
	margin-top: 60px;
	cursor: pointer;
}

#resultBtn h2 {
	border-radius: 8px;
	padding: 20px;
}

table tr:not(.inbetweenTable) {
	text-align: left;
}
