/*hlavni tabulka pro vyplnovani*/

#form {
  float: left;
  width: 450px;
  height: 120px;
  border-collapse: separate;
  position: relative;
  padding: 15px;
  border-radius: 20px;
  background-color: white;
  border: 1px solid #cccccc;
  color: #55555;
  font-weight: 900;
  font: normal normal normal 13.3333330154419px/normal Arial;
}

#not_found{
  display: none;
}

/*radky tabulky s vyslekdy */

#form tr,
#form_out tr {
  background-color: white !important;
}

#form td,
#form_out td {
  padding: 0 !important;
  border: 0 !important;
}


/*popisky*/

label {
  font-weight: 100;
}


/*potvrzovaci tlacitko*/

#submit {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 12px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin-bottom: 0;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  margin-top: 15px;
  width: 98%;
}


/*textove pole*/

.textField {
  height: 23px;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  color: #55555;
}


/*vstup majitel*/

#majitel {
  width: 320px;
}


/*vstup signatura*/

#sign {
  width: 319px;
}


/*pamatovaci zaskrtavani*/

#memory {
  margin-left: 60px;
}


/*zprava o chybe*/

#message {
  position: inherit;
  clear: right;
}


/*autokompletace*/

.ui-autocomplete {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}


/*vytuponi tabulka*/

#form_out {
  border-collapse: separate;
  float: left;
  padding: 11px;
  border: 1px solid #cccccc;
  color: #55555;
  );
  border-radius: 20px;
  width: 420px;
  height: auto;
  position: relative;
  font: normal normal normal 13.3333330154419px/normal Arial;
  margin-left: 5px;
  display: none;
}

.output {
  width: 270px;
  text-align: center;
  height: 28px;
  padding: 6px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  color: #55555;
}

#output {
  color: #ccc2cc;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid rgba(78, 78, 78, 0.2);
  border-radius: 20px;
  width: auto;
  height: auto;
  position: relative;
  position: relative;
}

tr {
  background-color: none;
}
