/*
DWZ Rechner - Ein Programm zum Berechnen von DWZ Zahlen von Schach Turnieren
Copyright (C) 2015  Martin Schmuck m_schmuck@gmx.net

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
#rechnerFormular {
  font-family: Arial, Helvetica, sans-serif;

  float:left;
  display:inline;
  border:1px solid #ccc;
  padding: 5px 0 5px 0;
  margin:5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px -2px rgba(133,133,133,.5);
  background-position: right bottom;
  background-repeat: no-repeat;
}

#rechts {float: right; padding: 0px 5px;}
#links {float: right; padding: 5px 10px;}

.basic {
  font-family: Arial, Helvetica, sans-serif;
  float:left;
  border:1px solid #949494;
  padding: 5px;
  margin: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.field  {
  font-family: Arial, Helvetica, sans-serif;
  text-align:left;
  display:block;
  margin:5px;
}

.field input {
  padding:5px;
}

.title {
  border-bottom:3px solid #949494;
  padding: 5px;
  margin: 5px -5px 5px -5px;

}

.dwzalter {

}

.dwzinputbox {
   background-color: #000;
}

.buttons {
  width:32px;
  height:32px;
  padding: 5px;
  margin: 5px;

}

.buttons:hover {
  cursor:pointer;
}


.addInputs {
  background-image: url("images/list-add-4.png");
  background-repeat: no-repeat;
  background-position: center;
  float:left;
}

.removeInputs {
  background-image: url("images/list-remove-4.png");
  background-repeat: no-repeat;
  background-position: center;
  float:right;
}

.info {
  background-image: url("images/help-about-3.png");
  background-repeat: no-repeat;
  background-position: center;
  float:right;
	
}

.infobutton {
  width:32px;
  height:32px;
  padding: 5px;
  margin: 5px;
  background-color:#FFFFCC;
  background-image: url("images/help-about-3.png");
  background-repeat: no-repeat;
  background-position: left;
}

.important {
  width:32px;
  height:32px;
  padding: 5px;
  margin: 5px;
  background-color:#FFFFCC;
  background-image: url("images/emblem-important.png");
  background-repeat: no-repeat;
  background-position: left;
}
.clear {
  clear:both;
}

.notice {
  padding: 5px;
  margin: 5px;
  background-color:#FFFFCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#ergebnis {
  width: 240px;
  min-height: 385px;
  background-color: #FFFFCC;
  display:block;
  border: 1px solid #949494;
  padding: 5px;
  margin: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.reload {
  float:right;
  width:16px;
  height:16px;

  background-image: url("arrow-refresh.png");
  /*background-position: center;*/
  background-repeat: no-repeat;
  padding: 5px;
  margin: 5px;
  
}
.run {
  width:16px;
  height:16px;

  background-image: url("arrow-refresh.png");
  /*background-position: center;*/
  background-repeat: no-repeat;
  padding: 5px;
  margin: 5px;
}
.symboltext {
  float:left;
  padding: 5px;
  margin: 5px;
}

.ergebnisfeld {
  float:right;
  padding: 5px;
  margin: 1px;
}
.indexfeld {
  float:left;
  padding: 5px;
  margin: 1px;
}
.ergbnisbox {
width:95%;
float:left;
  border-bottom:1px solid #949494;
  padding: 5px;
  margin: 1px;
  }
.rechnen {
  float:left;
  border:1px solid #949494;
  padding: 5px;
  margin: 5px;
  background-color: #E4E4E4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
