/* CSS Document */

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

input {
  text-align: center;
}

.nap {
  width: 60px;
}

#header {
  background-color: #eee;
  margin: 0;
  padding: 0 10px;
}

#focim {
  font-size: 72px;
  float: left;
}

#targyHo {
  float: left;
  width: 33%;
  font-size: 22px;
  text-align: center;
}

#szamlaszam {
  float: left;
  width: 33%;
  font-size: 22px;
  text-align: right;
}

#wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

#nameSelectDiv {
  display: none;
}

.weekend {
  color: red;
}

/* -------- Nyomtatási beállítások ------- */
@media print {
  #table input {
    font-size: 15px;
  }
  
  #header {
    border-bottom: 1px solid #333;
  }
  
  .weekend, .list, .pH {
    display: none;
  }
  
  input[type=number] {
    -moz-appearance: textfield;
  }
  
  #total {
  }
  
}
/* ----------------------------------- */

#start {
    background-color: #963;
    box-shadow: 5px 5px 5px gray;
    color: white;
    font-size: 22px;
    height: 60px;
    width: 30%;
}

#start:hover {
  background-color: #c96;
}

#lista {
  width: 400px;
  height: 400px;
  background-color: #eda;
  position: absolute;
  z-index: 10;
  display: none;
  padding: 20px;
  box-shadow: 10px 10px 80px -10px #666;
  border: 5px solid #eee;
  overflow: auto;
}

#bezar {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: -10px;
}

#listTable tr:hover {
  background-color: #eee;
  cursor: pointer;
}

.list {
  cursor: pointer;
}

#uaar {
  text-align: center;
}

#amort {
  text-align: center;
}

#ado {
  border-collapse: collapse;
  width: 50%;
  margin: 40px 0;
  background-color: #eee;
  font-size: 115%;
}

#ado td {
  border: 1px solid gray;
  padding: 5px;
}

input[type="text"]:disabled {
    background: #666;
    color: #fff;
}

#total {
  font-size: 22px;
  background-color: #963;
  text-align: center;
}

#table {
  border-collapse: collapse;
}

#table th, #table td {
  border: 1px solid gray;
}

input {
  border: none;
}

#kelt {
  display: none;
  margin-top: 40px;
}

#datum, #igazolta, #munkaltato, #munkavallalo {
  width: 50%;
  float: left;
  margin-top: 20px;
}