html, 
body {

	padding: 0;
	margin: 0;

}

/* wrapper for the login field */
.wGeneral #wLogin {

	display: block;
	color: rgba(139, 173, 184, 0.9);

}

.wGeneral {

	max-width: 1220px;
	margin: auto;

}

.login > input,
.login > select,
.login > textarea {

	height: 3.5em;
	padding-left: 1.5em;
	width: 100%;
	border-radius: 3px;
	border: 0;
	margin-bottom: 20px;
	font-size: 1em !important;
	
}

.col-1-3 .login > input,
.col-1-3 .login > select,
.login > textarea {
	width: 90%;
	max-width: 90%;
	min-width: 90%;
}

.login > textarea {
	padding: 20px;
	height: 100px;
}

.login > select {

  border:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  padding: 10px;

}

.login > select > option {

	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 0;
	background-color: #333;
	color: #fff;

}

	option { 

		width: 100px;

	}

.wRegister {

	max-height: 0;
	overflow: hidden;
	clear: both;
	transition: all 1s;

}

.show {

	max-height: 200px;
	height: 200px;
	height: auto;
	transition: all 1s;

}

.inactive {

	pointer-events: none;
	opacity: 0.4;

}

.button:last-child {

	margin-left: 15px;

}

.button:not(.active) {

	cursor: pointer;

}

.button {

	opacity: 0.8;

}

.button.fLeft {

	margin-top: 5px;

}

.button.active {

	opacity: 1;

}

.button > div:hover {

	transition: all .5s;
	color: #eee;
	margin-top: 2px;

}

.button.active > div:hover {

	margin-top: 0;
	color: rgba(139, 173, 184, 0.9);

}

.wbtn {

	margin-bottom: 25px;
	text-align: right;

}

.submit {

	height: 0;
	width: 0;
	padding: 20px;

}

.missing {

	transition: all 0.2s;
	box-shadow: 0 0 5px red inset;

}

.missing:after {

	content: 'AAA';
	position: absolute;
	background-color: red;
	height: 200px;
	width: 200px;

}

.mUsername,
.sUsername,
.mRPassword,
.sRPassword,
.wRPassword,
.mPassword {

	position: relative;
	float: left;
	top: -10px;
	display: block;
	line-height: 0;
	font-size: 10px;
	font-weight: 200;
	font-family: "Helvetica";
	color: rgba(255, 150, 150, 1);

}

.hidden {

	display: none;
	visibility: hidden;

}






.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 11px;
	text-decoration:none;
	float: left;

	text-shadow:0px 1px 0px #ffffff;
	margin-right: 20%;
	margin-bottom: 18px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.myButton:active {
	position:relative;
	top:1px;
}

.bKinder {


}

.tabs {

	width: 92%;

}

.kTab {

	padding: 0 5px;
	background-color: #fff;
	width: 20px;
	float: left;
	text-align: center;
	border-left: 1px solid #ccc;

}

hr {

	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 25px;
	float: left;

}

[class*=col-1-3] > hr {

	width: 90%;

}

h3 {

	margin: 0;
	padding: 0;

}

.wKinder,
.wTermine {

	margin-top: 20px;

}

.tabContent,
[id*=tabs-] {

	height: 620px;
	background-color: #ccc !important;

}

#tabs {

	margin-bottom: 20px;

}

#tabs [class*=col-1] input{

	width: 100% !important;

}

[id*=tabs_k-] {

	height: 170px;
	clear: both;

}

#tabs_k {

	max-width: 90% !important;

}

.pKunde {

	padding: 5px 10px;
	margin: 5px 5px;
	background: #fff;
	text-align: center;

}

.pKunde a {

	color: #aaa;
	text-decoration: none;
	font-size: 14px;

}

.erstellt {

	color: #007fff;

}

.row {

	height: 35px;
	background: #fefefe;
	padding: 4px 10px;
	border-top: 1px solid #ccc;
	color:#333;

}

.rowShort {

	width: 200px;

}

.row .col-1-5 {

	border-right: 1px solid #ccc;
	min-width: 180px;
	margin-right: 20px; 
	float: left;
	color: #666;
	font-family: Helvetica;
	font-weight: 200;
	font-size: 14px;
	line-height: 26px;

}

// .row .col-1-2 {

// 	margin-right: 20px; 
// 	float: left;
// 	font-family: Helvetica;
// 	line-height: 26px;

// }

.spacer {

	margin-top: 20px;
	clear: both;
	display: block;
	padding: 10px;

}

.row .col-1-5 .col-1-3 {

	float: right;
	border: 0;

}

.edit {

	float: right;
	margin-top: 2px;

}

.editButton {

	margin-left: 10px; 
	height: 27px;
	width: 27px;
	background-image: url("../img/edit.png");	
	background-size: cover;
	cursor: pointer;
	float: right;
	display: inline;

	border: 0;
	background-color: #eee;

}

.activateAlteration {

	float: right;
	margin-right: 0;
	margin-top: 30px;

}

.addChildren {
	
	position: absolute;
	margin-left: 90px;
	margin-top: -56px;
	padding: 2px 5px;

}

.addTermin {

	margin-right: 0;
	position: absolute;
	margin-left: 108px;
	margin-top: -54px;
	padding: 2px 5px;

}

.addChildren.myButton:active,
.addTermin.myButton:active {

	position: absolute;
	top: auto;

}

.achtzig {

	width: 80% !important;

}

.col-1-3.wKind input {

	max-width: 50px;

}

.screen {

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba( 0,0,0,0.5 );

}

.wAdd {

	position: relative;
	margin: auto;
	max-width: 150px;
	background-color: #fff;
	top:25%;
	top: 25vh;

}

.tmin:before {

	content: 'Neuer Termin';
	position: absolute;
	margin-top: -30px;
	color:#fff;
}

.knd:before {

	content: 'Neues Kind';
	position: absolute;
	margin-top: -30px;
	color:#fff;
}

.wAdd input {

	float: left;
	padding: 10px;

}

.wAdd input {

	font-size: 16px;

}

.wAddWrapper {

	width: 100%;
	float: left;
}

.exit {

	font-size: 16px;
	float: right;
	padding: 8px 13px;
	background: rgba( 0,0,0,0.8 );
	color: #fff;
	cursor: pointer;

}

.wAdd input[type=submit] {

	margin-top: 10px;

}

.wAdd input[type=button] {

	width: 116px;

}

.deleteLink {

	float: right;
	color: #333;

}

.col-1-1 > .deleteLink {

	color: #fff;
	float: right;

}

.hr {

	margin-top: 60px;

}

.nowrap {

	white-space: nowrap;
	/*overflow-x: scroll;*/
	max-height: 25px;
	

}

.mLeft {

	margin-left: 37px;

}

.activeLink {

	background: #222;
	border-right: 1px solid #444;
	border-left: 1px solid #444;
    height: 64px;
    width: 800px;
    float: left;
    display: table;
    text-align: center;
    color: #eee;
    line-height: 64px;

}

.activeLink a {

	display: table-cell;

}

.wKunden {

	margin-top: 50px;

}

.cLink {

	color: #ccc;
	float: left;
	width: 65px;		
	border-right: 1px solid #444;

}

.cLink:last-child {

	border-right: 0;
	background-size: contain;
	background-size: 40%;
	background-position: center;
	background-repeat: no-repeat;

}

@media only screen and (max-width: 800px) {

	#wLogin [class*='col-']{
		width: 100%;
	    float: left;
	    margin-top: 5px;
	}

	#wLogin .button .fRight {
		float: left;
	}

}



