/*
 * Stylesheet for Moodle-Tools
 * 
 * Author: Daniel Wunderlich (daniel.wunderlich@gymnasium-walldorf.de)
 * Date: 12.09.2020
 * 
 */ 
 
body {
/*
	background-color: #333333;
*/
}

a, a:visited, a:active {
	color: #D76C0B;
}

.container {
	background-color: #fff;
	padding-right: 25px;
	padding-left: 25px;
}

.img-max {
  max-width: 500px;
  width:100%;
}

div#header-container {
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

img#header-logo {
	max-width: 1140px;
	width: 100%;
}

.main {
	padding-bottom: 0.75rem;
}

footer .container {
	border-top: 2px solid #333333;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	background-color: #dddddd;
}

footer #cclogo {
/*
	margin-right: 1.5rem;
	float: left;
*/
	margin-bottom: 0.5rem;
}

label {
	margin-right: 0.5rem;
}


label.form-check-label {
	margin-right: 0.5rem;
}

/*
input.form-check-input {
	position: relative;
	bottom: -0.15rem;
}
*/

/*
#nameGenerator input[type=text], select {
	width: 25rem !important;
}
*/

label.form-check-inline-pre-label {
	margin-right: 0.5rem;
}

.text-after-input {
	color: #959595;
	margin-left: 1rem;
}

#nameGenerator #nameshort {
	width: 7rem;
}

#nameGeneratorResult input {
	width: 25rem;
}

/*
#nameGenerator #classchecks {
	margin-left: 1.5rem;
}
*/

#nameGeneratorResult {
	color: #F98012 !important;
	background-color: #FFECDB;
	padding: 10px;
}

#idnumber-group {
	margin-bottom: 0px;
}

form h3 {
	margin-bottom: 1.5rem;
	margin-top: 0rem;
}
