/*main*/

.bgred{background-color:#ff0000;}

.textred{color:#ff0000;}
.textwhite{color:#ffFFFF;}
.textbold{font-weight: bold;}
.textgrey{color: #CCCCCC;}
.bggrey{background-color: #AAAAAA;}

.btn-muted{
  background-color: #eeeeee;
  border-color: #dddddd;
}

.row{
  padding-top:5px;
}

.errorheadline{
  font-weight: bold;
  font-size: 16px;
  padding:10px;
}

#logo{
  float: left;
}
#logo_name{
  font-size:30px;
}
#logo_status{

}

.todo{
  font-style: italic;
  color: #ff0000;
}

.dashboard_kasten{
  width: 800px;
/*  float: left;*/
  background-color: #EEEEEE;
}

.dashboard_userfreigabe{
  width: 100%;
}
.dashboard_userfreigabe th{
  text-align: left;
}

.dashboard_anmeldungen{
  width: 100%;
}
.dashboard_anmeldungen th{
  text-align: left;
}


.anmeldung_uebersicht td,
.kriterienpunkt_uebersicht td{
  border-top: 1px solid #e7e7e7;
  padding-top: 5px;
  padding-bottom: 5px;
}
.anmeldung_uebersicht .anmeldung{
  width: 50px;
  text-align: center;
}
.anmeldung_uebersicht .kategorie{
  width: 25px;
  text-align: center;
}
.anmeldung_uebersicht .versorger{
  width: 300px;
}
.anmeldung_uebersicht .ort{
  width: 150px;
}
.anmeldung_uebersicht .nachricht{
  width: 90px;
  text-align: center;
}
.anmeldung_uebersicht .rechnung{
  width: 90px;
  text-align: center;
}
.anmeldung_uebersicht .angemeldet{
  width: 150px;
}
.anmeldung_uebersicht .option{
  width: 90px;
  text-align: center;
}
.anmeldung_uebersicht .todos{
  width: 300px;
}
.anmeldung_uebersicht .manuell_versorger{
  width: 535px;
}

.editlarge{
  width: 1280px;
}

.container.editlarge{
  width: 1500px;
}

.todoedit .ampel{
    text-align: center;
    vertical-align: top;
}
.todoedit .info input, .todoedit .info textarea {
    width: 410px;
}
.todoedit .trash{
    text-align: center;
    vertical-align: top;
}

.versorgerdownload td.filename{
  width:480px;
}

.blink {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.werversorgtwas td{
  border-bottom: 1px solid grey;
  padding-top: 5px;
  padding-bottom: 5px;
}

.werversorgtwas td.versorgername {width:700px;}
.werversorgtwas td.vstrom{width:50px; text-align: center;}
.werversorgtwas td.vgas{width:35px; text-align: center;}
.werversorgtwas td.vwasser{width:60px; text-align: center;}
.werversorgtwas td.reg{width:60px; text-align: center;
    border-left: 1px solid grey;}
.werversorgtwas td.anmeldung{width:50px; text-align: center; border-left: 1px solid grey;}
.werversorgtwas td.bestellung{width:50px; text-align: center; border-left: 1px solid grey;}
