/*-------------------------------------- Farbige Input-Felder und PLaceholder --------------------------------------*/
.full_input_start{
	background-color: #D4EDFD;
}
.empty_input_start{
	background-color: #FAFAFA;
}
.empty_input{
	background-color: #FAFAFA;
	-webkit-transition: background-color 600ms ease 0s;
	-moz-transition: background-color 600ms ease 0s;
	-ms-transition: background-color 600ms ease 0s;
	-o-transition: background-color 600ms ease 0s;
	transition: background-color 600ms ease 0s;
}
.active_input{
	background-color: #fcffb4;	
	-webkit-transition: background-color 600ms ease 0s;
	-moz-transition: background-color 600ms ease 0s;
	-ms-transition: background-color 600ms ease 0s;
	-o-transition: background-color 600ms ease 0s;
	transition: background-color 600ms ease 0s;
}
.full_input{
	background-color: #D4EDFD;
	-webkit-transition: background-color 600ms ease 0s;
	-moz-transition: background-color 600ms ease 0s;
	-ms-transition: background-color 600ms ease 0s;
	-o-transition: background-color 600ms ease 0s;
	transition: background-color 600ms ease 0s;
}
::-webkit-input-placeholder {
    color:    #aeaeae;
}
:-moz-placeholder {
    color:    #aeaeae;
}
::-moz-placeholder {
    color:    #aeaeae;
}
:-ms-input-placeholder {
    color:    #aeaeae;
}
.placeholder {
	color: #aeaeae;
}

/*-------------------------------------- Generelle Definitionen --------------------------------------*/
div.formular { 
	position: relative;
	overflow: visible;
}

.formular .w_10 {width: 10px;}
.formular .w_20 {width: 20px;}
.formular .w_30 {width: 30px;}
.formular .w_40 {width: 40px;}
.formular .w_50 {width: 50px;}
.formular .w_60 {width: 60px;}
.formular .w_70 {width: 70px;}
.formular .w_80 {width: 80px;}
.formular .w_90 {width: 90px;}
.formular .w_100 {width: 100px;}
.formular .w_110 {width: 110px;}
.formular .w_120 {width: 120px;}
.formular .w_130 {width: 130px;}
.formular .w_140 {width: 140px;}
.formular .w_150 {width: 150px;}
.formular .w_160 {width: 160px;}
.formular .w_170 {width: 170px;}
.formular .w_180 {width: 180px;}
.formular .w_190 {width: 190px;}
.formular .w_200 {width: 200px;}
.formular .w_210 {width: 210px;}
.formular .w_220 {width: 220px;}
.formular .w_230 {width: 230px;}
.formular .w_240 {width: 240px;}
.formular .w_250 {width: 250px;}
.formular .w_260 {width: 260px;}
.formular .w_270 {width: 270px;}
.formular .w_280 {width: 280px;}
.formular .w_290 {width: 290px;}
.formular .w_300 {width: 300px;}
.formular .w_310 {width: 310px;}
.formular .w_320 {width: 320px;}
.formular .w_330 {width: 330px;}
.formular .w_340 {width: 340px;}
.formular .w_350 {width: 350px;}
.formular .w_360 {width: 360px;}
.formular .w_370 {width: 370px;}
.formular .w_380 {width: 380px;}
.formular .w_400 {width: 400px;}
.formular .w_410 {width: 410px;}
.formular .w_420 {width: 420px;}
.formular .w_450 {width: 450px;}
.formular .w_480 {width: 480px;}
.formular .w_500 {width: 500px;}
.formular .w_520 {width: 520px;}
.formular .w_530 {width: 530px;}
.formular .w_540 {width: 540px;}
.formular .w_550 {width: 550px;}
.formular .w_560 {width: 560px;}
.formular .w_w {width: 100%;}

.formular .h_20 {height: 20px;}
.formular .h_20 {height: 20px;}
.formular .h_25 {height: 25px;}
.formular .h_50 {height: 50px;}
.formular .h_60 {height: 60px;}
.formular .h_70 {height: 70px;}
.formular .h_80 {height: 80px;}
.formular .h_90 {height: 90px;}
.formular .h_100 {height: 100px;}
.formular .h_110 {height: 110px;}
.formular .h_120 {height: 120px;}
.formular .h_130 {height: 130px;}
.formular .h_140 {height: 140px;}
.formular .h_150 {height: 150px;}
.formular .h_160 {height: 160px;}
.formular .h_170 {height: 170px;}
.formular .h_180 {height: 180px;}
.formular .h_190 {height: 190px;}
.formular .h_200 {height: 200px;}
.formular .h_210 {height: 210px;}
.formular .h_220 {height: 220px;}
.formular .h_230 {height: 230px;}
.formular .h_240 {height: 240px;}
.formular .h_250 {height: 250px;}
.formular .h_260 {height: 260px;}
.formular .h_270 {height: 270px;}
.formular .h_280 {height: 280px;}
.formular .h_290 {height: 290px;}
.formular .h_300 {height: 300px;}

.formular label.error{
	display: none;
	font-size: 18px;
	color: red;
}
.formular p{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0 0 7px 0; 
	font-size: 12px;
}

.formular h2{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 15px 0 4px 0; 
	font-size: 13px;
	color: black;
	font-weight: bold;
}
.formular h3{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #3D3E3E;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.formular h4{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: black;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.formular th{
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #3D3E3E;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.formular td{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
.formular .form-row {
	width: 100%;
	padding-top: 5px;
	margin-bottom: 2px;
	overflow: hidden;
	clear: both;
}
.formular .label {
	padding-top: 4px; 
	margin: 0;
	font-size: 12px;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	display: block;
	float: left;
}
.formular .label.small_font { 
	font-size: 11px;
}
.formular .input-container { 
	margin: 0;
	font-size: 12px;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	display: block;
	float: left;
}
.formular .hiddeninfos{
	margin: 15px 0 20px 20px;
	background-color: #efefef;
	padding: 5px 10px;
	border-bottom: 1px solid #6d6c6c;
	border-top: 1px solid #6d6c6c;
}

/*--- Input-Felder und Buttons ---*/
.formular input[type="email"],
.formular input[type="password"],
.formular input[type="text"] { 
	display: inline-block;
	width: 100%;
	padding: 0;
	border-width: 0;
	outline: none;
	width: 100%;
	height: 16px;
	padding-left: 5px;
	border: 1px solid #c4c4c4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.formular input[type="checkbox"], 
.formular input[type="radio"] { 
	margin: 5px 5px 0 3px;
	padding: 0;
	border: none;
}
.formular textarea {
	margin: 0;
	padding: 5px;
	width: 95%;
	height: auto;
	border: 1px solid #c4c4c4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}
input[type="submit"],
button{
	margin: 10px 10px 0 10px;
	padding: 0;
	cursor: pointer;
	display: block;
	float: right;
	border: none;
	background: url(../images/buttons_felder/login.png) 0 0 no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #575657;
	width: 150px;
	height: 32px;
}
input[type="submit"]:hover,
button:hover{
	color: #E30613;
}
button.savebutton{
	position: absolute;
	top: -75px;
	right: 0;
}
.sende_button {
	margin: 10px 10px 0 10px;
	display: block;
	float: right;
	border: none;
	background: url(../images/buttons_felder/login.png) 0 0 no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #575657;
	width: 150px;
	height: 32px;
	cursor: pointer;
}
.sende_button a:link, .sende_button a:visited {
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 6px 0 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #575657;
	text-decoration: none;
}
.sende_button a:hover, .sende_button a:active {
	color: #E30613;
	text-decoration: none;
}

/*--- Titelzeile und Ausklappereien ---*/
.formular .title-row .label{
	font-weight: bold;
	color: #3D3E3E;
}
.formular .title-row .label.clickable {
	cursor: pointer;
}
.formular .ausklapplink{
	display: inline-block;
	width: 30px;
	height: 30px;
	float:left;
}
.formular .title-row.geschlossen .ausklapplink{
	background: url(/images/ausklapppfeil_zu.png) 2px 4px no-repeat;
}
.formular .title-row.geschlossen:hover .ausklapplink{
	background: url(/images/ausklapppfeil_zu_hover.png) 2px 4px no-repeat;
}
.formular .title-row.offen .ausklapplink{
	background: url(/images/ausklapppfeil_offen_hover.png) 2px 4px no-repeat;
}
.formular .title-row.offen:hover .ausklapplink{
	background: url(/images/ausklapppfeil_offen_hover.png) 2px 4px no-repeat;
}
.formular .title-row.offen .label.clickable,
.formular .title-row:hover .label.clickable{
	color: #e30613;
}


/*-------------------------------------- Neu-Popup --------------------------------------*/
#neuerdatensatz{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(81,81,81,.8);
}
#neu_pop_up{
	position: fixed;
	top: 10vh;
	left: 50%;
	background-color: white;
	width: 800px;
	margin-left: -400px;
	max-height: 600px;
	height: 70vh;
	padding: 20px;
	border: solid 1px #999999;
	box-shadow: 0 0 5px #2f2f2f;
	overflow: scroll;
}


/*-------------------------------------- Delete-Popup --------------------------------------*/
#delete_all_over{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color:rgba(81,81,81,.8);
	width: 100%;
	height: 100%;
}
#delete_fuellerdiv{
	height: 40%
}
#delete_popup{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: white;
	width: 250px;
	height: 140px;
	margin: 0px auto;
	padding: 20px;
	border: solid 1px #999999;
	box-shadow: 0 0 5px #2f2f2f;
}
#delete_popup p{
	margin: 10px 0 15px 0;
}
#delete_popup .sende_button{
	margin: 0 50px 10px 50px;
}
#delete_link,
#delete_cancel{
	display: block;
	padding-top: 10px;
	clear: both;
}
#delete_popup .nav-5_button_box{
	margin-left: 34px;
}


/*-------------------------------------- Löschlink --------------------------------------*/
.formular .loeschlinkdiv{
	float: right;
	margin-right: 50px;
	width: auto;
}
a.loeschlink{
	background: url(/images/trash_hover.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}
a.loeschlink:hover{
	background: url(/images/trash.png) 0 0 no-repeat;
}
a.loeschlink_mittext{
	font-weight: normal;
	text-decoration: none;
	background: url(/images/trash_hover.png) right top no-repeat;
	padding: 2px 26px 0 0;
	color: #D90024;
}
a.loeschlink_mittext:hover{
	background: url(/images/trash.png) right top no-repeat;
	color: #575757;
}


/*-------------------------------------- Lehrerbereich --------------------------------------*/
a.schuelerentfernen{
	text-decoration: none;
	display: inline-block;
	float: left;
	width: 30px;
	height: 16px;
	background: url(/images/xzeichen.png) 0 1px no-repeat;
}
a.schuelerentfernen:hover{
	background: url(/images/xzeichen_over.png) 0 1px no-repeat;
}
a.unbestaetigt{
	text-decoration: none;
	display: inline-block;
	float: left;
	width: 30px;
	height: 16px;
	background: url(/images/fragezeichen_over.png) 0 1px no-repeat;
}
a.unbestaetigt:hover{
	background: url(/images/fragezeichen.png) 0 1px no-repeat;
}
.bestaetigt{
	text-decoration: none;
	display: inline-block;
	float: left;
	width: 30px;
	height: 16px;
	background: url(/images/hacken.png) 0 0 no-repeat;
}
a.einsehlink{
	text-decoration: none;
	display: inline-block;
	float: left;
	width: 30px;
	height: 20px;
	background: url(/images/auge.png) 0 0 no-repeat;
	margin-right: 5px;
	margin-top: -3px;
}
a.einsehlink:hover{
	background: url(/images/auge_over.png) 0 0 no-repeat;
}
.status_rot{
	background-color: #df454d;
}
.status_orange{
	background-color: #F0A948;
}
.status_gruen{
	background-color: #98CB85;
}
a.bearbeiten:link,
a.bearbeiten:visited{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/auge.png) 0 0 no-repeat;
}
a.bearbeiten:hover,
a.bestaetigen:active, 	
a.bestaetigen:focus{
	background: url(../images/auge_over.png) 0 0 no-repeat;
}
a.bestaetigen:link,
a.bestaetigen:visited{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/fragezeichen.png) 0 0 no-repeat;
}
a.bestaetigen:hover,
a.bestaetigen:active, 	
a.bestaetigen:focus{
	background: url(../images/fragezeichen_over.png) 0 0 no-repeat;
}


/*-------------------------------------- BIT und UMFRAGE --------------------------------------*/
#bit #schon_angemeldet{
	margin-bottom: 20px;
	border-left: 1px solid #98CB85;
	border-bottom: 4px solid #98CB85;
	padding: 0 0 10px 5px;
}
#bit #noch_nicht_angemeldet{
	margin-bottom: 20px;
	padding: 0 0 10px 5px;
	border-left: 1px solid #F0A948;
	border-bottom: 4px solid #F0A948;
}
#bit .abgesagt .label{
	text-decoration: line-through;
	color: #df454d;
}
#bit .anwesenheit_ue .label,
#bit .anwesenheit_ue .anwesenheit_status{
	color: #df454d;
}

#bit .anwesenheit_e .label,
#bit .anwesenheit_e .anwesenheit_status{
	color: #F0A948;
}
#bit .anwesenheit_t .label,
#bit .anwesenheit_t .anwesenheit_status{
	color: #749f64;
}
#bit .abgesagt_t .label{
	text-decoration: line-through;
	color: #df454d;
}
#umfrage{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0 0 7px 0; 
	font-size: 12px;
}
.formular input[type="checkbox"], .formular input[type="radio"]{
	padding-left: 0;
	margin-left: 0;
}
#umfrage .indent{
	padding-left: 18px;
}
#umfrage .clickfeldpunkt{
	margin-bottom: 	20px;
}
#umfrage .inner_bereich{
	background-color: #cacaca;
	padding: 10px;
	background-color: #cacaca;
}
#umfrage .hiddeninfos h4{
	margin: 3px 3px 3px 0;
}
#bit .einzelschuelerbit{
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	padding: 5px 0 7px 0;
}