/* 
    Document   : eval
    Created on : 30.04.2012, 08:44:16
    Author     : dak
    Description:
        Purpose of the stylesheet follows.
*/

root { 
  display: block;
}


body {
    min-width: 0;
 }

small { 
  font-size: 0.9em;
} 

#contentdiv {
    position: relative;
}
 
div.checkgroup {
    border: 1px solid #d4d4d4;
    margin-bottom: 5px;
}

#contentdiv h1, #contentdiv h2, #contentdiv h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #575757 !important;
  text-transform: none;
}

#contentdiv h1 {
    text-align: center;
}

#contentdiv h2 {
  font-size: 22px;
  margin: 15px 0px;
  border-bottom: 2px solid #575757 !important;  
}

#contentdiv h3 {
  font-size: 18px;
  margin: 15px 0px;
}

#contentdiv h4 {
    font-weight: bold;
    border-bottom: 1px dotted #AFAFAE;
    margin-bottom: 10px;
    color: #4d4d4d;
    margin-top: 10px;
}

#dialdiv {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0px;
    right: 0px;
}

#dialdiv_title {
    text-align: center;
    margin-top: -40px;
    font-weight: bold;
    color: rgb(102, 238, 102);
    font-size: 13px;
}

@media (min-width: 1000px) {
   /* breite Browserfenster */
   #dialdiv {
        position: fixed;
        top: 30px;
        left: 900px;
    }
 }

#infodesc {
    min-height: 50px;
}

/*div.topstripe {
  width: 1955px;
  height: 6px;
  background-color: #f7a925;
}*/

#layout_all {
  max-width: 1200px;
  background-repeat: repeat-y;
  background-image: url("/images/evalooe/schatten_bg.png");
  background-position: right 200px;
/*  background-color: #CCFFCC;*/
}

#layout_header {
  /*width: 100%;*/ 
  background-image: url("/images/evalooe/top_bg.png");
  background-repeat: repeat-x;
  height: 6px;
  position: relative;
  margin-right: 20px;  
}

#layout_content {
  /*background-color: transparent;*/
  margin-right: 25px;
}

div.explain {
     width: auto; 
     height: auto; 
}


#layout_footer {
  background: url("/images/evalooe/footer_top_right.png") right top no-repeat, url("/images/evalooe/bottom_bg_top.png") top repeat-x, url("/images/evalooe/footer_r.png") right bottom no-repeat, url("/images/evalooe/footer_m.png") left bottom repeat-x;
}

input[type="text"], input[type="email"], input[type="number"], textarea, input[type="password"] { 
    border: 1px solid gainsboro;
    border-radius: 5px;
    box-shadow: inset 1px 1px 5px 0px #C3C3C3;
    color: #666666;
    display: inline-block;
    font-size: 15px;
    outline: medium none currentColor;
    padding: 2px 0px 3px 10px;
    vertical-align: baseline;
}

.directentry-savedrows button{
    margin: 20px;
    background-color: #0e84ac;
    color: white;
    cursor: pointer;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
}

.autonext:focus {
    background-color: yellow;
}

.directentry-savedrows {
    background: none;
}

.directentry-savedrows textarea {
    height: 50px;
    width: 70%;
    margin-left: 20px;
    vertical-align: middle;
}

.directentry-headertab {
    background-color: #0e84ac;
}

#footer_logos {
  padding-top: 23px;
  padding-bottom: 40px;
  text-align: center;
  /*background-image: url("/images/evalooe/footer_m.png");*/
  background-repeat: repeat-x;
  margin: 20px;
}

#footer_logos img {
  margin: 5px 10px 25px 10px; 
  vertical-align: middle;
}

.frontrating {
    margin: 10px 2px;
}

button.btn, input.btn, .btnsmll, input.frontbtn, button.frontbtn, .neue_klasse {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9e9e9e), color-stop(1, #000000));
	background:-moz-linear-gradient(top, #9e9e9e 5%, #000000 100%);
	background:-webkit-linear-gradient(top, #9e9e9e 5%, #000000 100%);
	background:-o-linear-gradient(top, #9e9e9e 5%, #000000 100%);
	background:-ms-linear-gradient(top, #9e9e9e 5%, #000000 100%);
	background:linear-gradient(to bottom, #9e9e9e 5%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#000000',GradientType=0);
	background-color:#9e9e9e;
	-moz-border-radius:22px;
	-webkit-border-radius:22px;
	border-radius:22px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
        font-size:1.2em;
        padding:2px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
        margin: 5px 2px;
        height: auto;
}
button.btn:hover, input.btn:hover, .btnsmll:hover, input.frontbtn:hover, button.frontbtn:hover, .neue_klasse:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #9e9e9e));
	background:-moz-linear-gradient(top, #000000 5%, #9e9e9e 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #9e9e9e 100%);
	background:-o-linear-gradient(top, #000000 5%, #9e9e9e 100%);
	background:-ms-linear-gradient(top, #000000 5%, #9e9e9e 100%);
	background:linear-gradient(to bottom, #000000 5%, #9e9e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#9e9e9e',GradientType=0);
	background-color:#000000;
}
button.btn:active, input.btn:active, .btnsmll:active, input.frontbtn:active, button.frontbtn:active, .neue_klasse:active {
	position:relative;
	top:1px;
}
input.btn:disabled {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #888888), color-stop(1, #dddddd));
	background:-moz-linear-gradient(top, #888888 5%, #dddddd 100%);
	background:-webkit-linear-gradient(top, #888888 5%, #dddddd 100%);
	background:-o-linear-gradient(top, #888888 5%, #dddddd 100%);
	background:-ms-linear-gradient(top, #888888 5%, #dddddd 100%);
	background:linear-gradient(to bottom, #888888 5%, #dddddd 100%);  
        color:#ffffff;
}


button.btnsmll {
/*    padding-bottom: 19px;*/
    margin-right: 2px;
}

button.action {
    font-size:1.3em;
    padding:7px 15px;
}

.frontbtn img {
    margin-right: 10px;
    vertical-align: middle;
}
        
#edulogo {
    display: block;
    margin: 10px 0px;
}

#logoutlink {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 14px;
}

#searchdiv123{
    position: relative;
}

#logoutlink, #trailleft {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
}
  
#logoutlink, #trailleft a {
  font-family: Arial, Helvetica, sans-serif;
  color: #575757;
}
  
.menudiv { 
  float: left;
  height: 220px;
  margin: 10px;
  padding: 0px;
  width: 220px;
  position: relative;
  font-size: 1.6em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}

.menudiv a{
  display: block;
  padding: 0px;
  
  background-position: 0px 7px;
  background-repeat: no-repeat;
  border: 4px solid white;
  border-radius: 6px;
  box-shadow: 2px 2px 10px -5px #000000;
  background: rgb(200,198,198);
  background: linear-gradient(336deg, rgba(200,198,198,1) 0%, rgba(242,242,242,1) 30%, rgba(255,255,255,1) 70%); 
}
.menudiv a:hover{
  background-position: 0px 7px;
  background-repeat: no-repeat;
  border: 4px solid #0788C7;
  background: rgb(198,227,242);
  background: linear-gradient(336deg, rgba(198,227,242,1) 0%, rgba(19,142,202,1) 50%, rgba(7,136,199,1) 100%);	
  color: white;
}

.menudiv img {
  vertical-align: middle;
  height: 0px;
  display: inline-block;
  margin-top: 0px;
}

.menudiv span {
  display: table-cell;
  width: 220px;
  height: 220px;
  vertical-align: middle;
}

.form_stammdaten a {
  background-image: url("/images/evalooe/button_stammdaten.png");    
}

.form_email a {
  background-image: url("/images/evalooe/button_email.png");    
}

.form_pw a {
  background-image: url("/images/evalooe/button_pw.png");    
}

.form_logins a {
  background-image: url("/images/evalooe/button_logins.png");    
}

.form_login a {
  background-image: url("/images/evalooe/button_account.png");    
}

.form_instrumente a {
  background-image: url("/images/evalooe/button_instrumente.png");    
}

.form_tans a {
  background-image: url("/images/evalooe/button_tans.png");    
}

.form_stat a {
  background-image: url("/images/evalooe/button_stat.png");    
}

.form_auswertungen a {
  background-image: url("/images/evalooe/button_auswertungen.png");    
}

.form_download a {
  background-image: url("/images/evalooe/button_umaterial.png");    
}

.form_faq a {
  background-image: url("/images/evalooe/button_help.png");    
}


.form_stammdaten a:hover {
  background-image: url("/images/evalooe/button_stammdaten_hover.png");    
}

.form_email a:hover {
  background-image: url("/images/evalooe/button_email_hover.png");    
}

.form_pw a:hover {
  background-image: url("/images/evalooe/button_pw_hover.png");    
}

.form_logins a:hover {
  background-image: url("/images/evalooe/button_logins_hover.png");    
}

.form_login a:hover {
  background-image: url("/images/evalooe/button_account_hover.png");    
}

.form_instrumente a:hover {
  background-image: url("/images/evalooe/button_instrumente_hover.png");    
}

.form_tans a:hover {
  background-image: url("/images/evalooe/button_tans_hover.png");    
}

.form_stat a:hover {
  background-image: url("/images/evalooe/button_stat_hover.png");    
}

.form_auswertungen a:hover {
  background-image: url("/images/evalooe/button_auswertungen_hover.png");    
}

.form_download a:hover {
  background-image: url("/images/evalooe/button_umaterial_hover.png");    
}

.form_faq a:hover {
  background-image: url("/images/evalooe/button_help_hover.png");    
}



#menuid {
  width: 95%;
  padding: 0px;
  margin: 50px auto;
}

div.msg {
  border: none;  
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
  background-color: #2280ff;
  background-image: url("/images/evalooe/icon_info.png");
  background-position: 5px 5px ;
  background-repeat: no-repeat;
  padding: 0px;
}

div.msginfo {
  background-image: url("/images/evalooe/icon_info.png");    
}

div.msgok { 
  background-color: #5dc30c;
  background-image: url("/images/evalooe/icon_ok.png");    
}
div.msgerror { 
  background-color: #ec1b30;
  background-image: none;
  background-image: url("/images/evalooe/icon_error.png");    
  
}

div.msg  div.innermsg {
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px 10px 10px 30px;
  position: relative;
}

div.submsg{
  background-color: #82c1ff;
  border-radius: 0px 0px  12px 12px;
  color: black;
  padding: 10px 10px 10px 30px;
}

div.msgerror div.submsg{
  background-color: #ff838f;
}

div.msgok div.submsg{
  background-color: #76f80f;
}

div.innermsg div {
/*  position:relative;
  top:10px;
  margin-left: 20px;*/
  /*width: 500px;*/
}

div.innermsg img{
  height: 78px;
  width: 80px;
  vertical-align: middle;
}



.lefttd {
  height: 27px;
}

.lefttd img{
  width: 1px;
  height: 27px;
  vertical-align: middle;
}

div.auswertdiv {
  float: left;
  margin: 0px 20px;
  max-width: 500px;
}

div.auswertdiv h2 {
    max-width: 450px;
    min-height: 52px;
}


a.auswerta {
  position: relative;
  display: block;
  padding: 8px 40px 8px 10px;
  min-height: 45px;
  width: 320px;
  vertical-align: middle;
  text-decoration: none;
  background-image: url("/images/evalooe/button_auswert.png");
  background-position: 0px 0px;
  background-size: 750px 100%;
  color: black;
  font-size: 18px;
}

a.auswerta:hover {
  background-position: -380px 0px;
  color: white;
}

a.auswerta img {
    position: absolute;
    right: 13px;
    top: 15px;
    width: 25px;
}

div.auswertdescdiv {
  width: 310px;
  margin: 0px 195px;
}

.HELPText {
  margin-top: 30px;
}

.highlightul li {
    padding-bottom: 7px;
    padding-top: 7px;
    border-top: 1px solid #C3C3C3;
    margin: 0px;
    height: auto;
}

.row0 {
    background-color: #eaeaea;
}

div.navbottom { 
    height: 80px;
}

div.frontfloathalf { 
    max-width: 700px;
}

div.frontfloat_rightfull {
width: auto;
}

fieldset {
    min-width: 350px;
    float: left;
}

li.frontli {
    border-color: #C3C3C3;
    margin-top: 20px;
}

div.front_center {
    /*background-color: blue;*/
}

div.front_left {
    width: 250px;
}

div.front_right {
    width: 250px;
}

input.frontdone, button.frontdone {
    font-size: 2em;
    padding: 10px;
}

input.school_name {
    
}

.rechtespalte
{
    margin-left:20px;
}
.linkespalte
{
    width:250px;
}

div.linkespalte 
{
    visibility: hidden;
}

/** DE-Änderungen TMP **/
div.frontfloathalf { 
  max-width: 500px;
}

@media only screen and (min-width: 990px)
{
    div.frontfloathalf { 
      width: 400px;
    }
    
}

div.frontfloat_rightfull div.frontnofloat{
    height: auto !important;
}

div.floatoff {
    float: left;
}

div.frontrating { 
height: auto;
margin: 0px 2px;
}

div.frontrating label { 
height: auto;
padding: auto 5px 5px;
}

li.frontli {
   margin-top: 0px;
   margin-bottom: 0px;
   border-collapse: collapse;
}
form.suchform span.formspan select.filterform
select[name=such_schulart]
{
    display:none !important;
}

select {
    font-size: 22px;
}
.EHH_checked, .EHH_checked label
{
    display:none;
}
#print_overlay
{
z-index:100000;
}

.zeile_double {
    cursor: pointer;
    padding: 0px 20px;
}


.classtext {
    margin-left: 30px;
}


a.marked {
    background-color: #76f80f;
}
.bg0 { background-color: #F6F6F6;}
.bg1 { background-color: #ffffff;}


div.m {
    border-left: 2px solid green !important;
    border-right: 2px solid green !important;
    background: url("/images/evalooe/bg_soft_act2.png") repeat-x !important;
}

div.m:hover {
    background-color: #ffffcc !important;
}

button.heavypoint_btn, button.heavypoint_btn:hover, button.heavypoint_btn:active {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background: url("/images/evalooe/instrumente_check_ko.png") no-repeat !important;
    background-position: right bottom !important;
    border: none;
}

button.heavypoint_btn:hover {
    background-image: url("/images/evalooe/instrumente_check_hover_ko.png") !important;
}

button.heavypoint_btn:active {
    background-image: url("/images/evalooe/instrumente_check_hover.png") !important;
}


button.checked {
    background-image: url("/images/evalooe/instrumente_check_ok.png") !important;    
}

button.checked:hover {
    background-image: url("/images/evalooe/instrumente_check_hover.png") !important;    
}

button.checked:active {
    background-image: url("/images/evalooe/instrumente_check_hover_ko.png") !important;    
}

button.m:hover, button.m:active {
    background-image: url("/images/evalooe/instrumente_check_ok.png") !important;
}
/*div.steps {

    background: url("/images/evalooe/3step_line.png") 100px repeat-x;
    width: auto;
    height: 40px;
}

div.step {
    background: url("/images/evalooe/step.png") no-repeat;
    height: 40px;
}*/

div.frontradio {
    width: 246px;
    height: 56px;
    margin: 2px;
    background: rgb(254,254,254); 
    background: linear-gradient(0deg, rgba(254,254,254,1) 0%, rgba(242,242,242,1) 50%, rgba(254,254,254,1) 100%);
    border-radius: 10px;
    border: 2px solid #e1e3e1;
}

div.wide {width: 380px;}

div.wide label {
    width: 350px;
}

div.wide span.outer  {width: 350px; }

div.frontradio.wide label {
background: url(/images/evalooe/answer_button_ko.png) no-repeat;
}

div.frontradio.wide label.checked, div.frontcbox.wide label.checked:hover{
  background: url(/images/evalooe/answer_button_ok.png) no-repeat;
}

div.frontradio.wide label:hover{
  background: url(/images/evalooe/answer_button_ko_hover.png) no-repeat;
}


div.frontcbox.wide label {
background: url(/images/evalooe/answer_cbx_button_ko.png) no-repeat;
}

div.frontcbox.wide label.checked, div.frontcbox.wide label.checked:hover{
  background: url(/images/evalooe/answer_cbx_button_ok.png) no-repeat;
}

div.frontcbox.wide label:hover{
  background: url(/images/evalooe/answer_cbx_button_ko_hover.png) no-repeat;
}


div.wide span.middle {width: 350px;}

div.wide span.inner {width: 300px;}

button.edit_btn,input.edit_btn{
        width: 290px;
        height: 40px;
	padding-left: 20px;
        font-size: 1.5em;
        padding-top: 10px;
        background-color: #006600;
        background-image: url("/images/evalooe/color_line.png");
        background-repeat: no-repeat;
}

button.edit_btn:hover,input.edit_btn:hover{
        background-image: url("/images/evalooe/color_line_rev.png");
}    

div#progressbar_inner {
    color: white;
}

div.collapsable {
    cursor: pointer;
    position: relative;
}

div.collapsable:hover {
    background-color: white;
}

div.collapsable div {
    display: block;
}

div.collapsable span {
    display: none;
}

div.collapsed div {
    display: none;
}

div.collapsed span {
    display: inline;
}

div.collapsable div.opener {
    display: block !important;
    width: 16px;
    height: 8px;
    background-image: url("/images/evalooe/pfeilobenunten.png");
    position: absolute;
    right: 10px;
    top: 2px;
}
div.collapsed div.opener {
    background-position-y: -8px;
}

@media screen and (max-width: 740px) {
    div#layout_all, div#layout_footer {
        background-image: none;
        background-color: #ffffff;
    }
}

@media screen and (max-width: 368px) {
    img#startlogo {
        width: 90%;
    }
}

#oldpupils {
    margin-bottom: 20px;
}

#oldpupils .klasse {
    margin-bottom: 20px;
}

#oldpupils .klasse a {
    margin-top: 10px;
}

#oldpupils .alteklasse {
    font-size: 1.5em;
    margin-top: 20px;
}

#oldpupils .kopiert:before  {
    /*background-color: #76f80f;*/
    content:'\2713';
    display:inline-block;
    padding:0 6px 0 0; 
    color: #006600;
}

img.mysize {
     height: auto !important; 
     width: auto !important;
}

.flexselect {
    height: 35px;
    width: 400px;   
    max-width: 87vw;
}

/* Für Handys */
@media only screen and (max-width: 600px) {
    #layout_content {
        padding: 0px;
        margin: 0px;
    }
    input {
        max-width: 78%;
    }
    
    .frontradio.wide {
        max-width: 96%;
    }
    
    span.inner {
        max-width: 80%;
    }
    
    div.wide {
        width: 350px;
    }

    div.wide span.inner {
        width: 270px;
    }

    div.wide span.middle {
        width: 280px;
    }
    
    div.wide span.outer {
        width: 280px;
    }    
    
    div.wide label {
        width: 280px;
    }    
}
