/*
 * admin.css
 * /

/* --- toolkit ------------------------------------------------------------	*/

.tkt-card-twothird {
	min-width: 400px;
	width: 66%;
	margin: auto;
}

.tkt-card-half {
	min-width: 300px;
	width: 50%;
	margin: auto;
}

.tkt-center {
	text-align: center;
}

.tkt-link {
	text-decoration: underline;
	cursor: pointer;
}

/* --- waitingOverlay -----------------------------------------------------	*/

.tkt-waitingOverlay {
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 5;
}