/*
 * WWU-CERT Passwort-Generator
 *
 * Stil-Datei
 *
 * Autor: Dustin Gawron <dustin.gawron@uni-muenster.de>
 *
 * (c) 2017-2023 Westfälische Wilhelms-Universität Münster
 */

/* Allgemein */
.error {
	margin: auto;
	padding: 5px;
	width: 35%;
	text-align: center;
}

.green {
	background-color: lightgreen;
}

.tooltip {
	border-bottom: 1px dotted black;
}

.score {
	text-align: center;
	font-weight: bold;
	background: -webkit-linear-gradient(to right, red, yellow, green); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to right, red, yellow, green); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to right, red, yellow, green); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, red, yellow, green); /* Standard syntax (must be last) */
    background-size: 1000% 100%;
    background-position: 0%;
}

.inputtbl {
	margin: auto;
	padding: auto;
}

.inputtbl td {
	text-align: left;
}

/* Passwortkarte */
.pwcard {
	margin: auto;
	padding: auto;
	font-family: monospace;
	font-size: 1.5em;
	text-align: center;
	border-collapse: collapse;
}

.pwcard, .pwcard th, .pwcard td {
	border: 1px solid black;
}

#pwcard .score {
	margin-top: 5px;
}

/* Zufällige Passwörter */
.rndgen {
	height: auto;
	text-align: center;
}

.rndgen div {
	width: 440px;
	height: 400px;
	display: inline-block;
}

.rndgen table {
	text-align: left;
	padding: auto;
}

.rndgen legend {
	font-weight: bold;
	font-size: 1.1em;
}

.rndgen fieldset {
	width: 90%;
	height: 90%;
}

.rndgen textarea {
	width: 100%;
	height: 100%;
	resize: none;
}

/* Passwort-Check */
#pwcheck_details {
	margin: auto;
	border: 1px solid black;
	border-collapse: collapse;
}

#pwcheck_details th, #pwcheck_details td {
	text-align: left;
	border: 1px solid black;
	padding: 4px;
}

#pwcheck_details td:nth-child(2), #pwcheck_details td:nth-child(3) {
	text-align: center;
}

/* jQuery UI Anpassungen */
.ui-widget.ui-widget-content {
	border: none !important;
}

.ui-widget-content {
	border: none !important;
	background: inherit !important;
}

.ui-widget-header {
	border: none;
	background: inherit !important;
}

.ui-tooltip {
	background-color: #f6f6f6 !important;
}

.ui-button {
	background: #0070b8 !important;
	color: #fff !important;
}

.ui-tabs-anchor {
	font-weight: bold;
	font-size: 1.2em;
}

.ui-spinner-input {

}
