@charset "utf-8"; 


#boksklicke {
	width: 15%;
	background-color: rgb(238,238,238);
	position: relative;
	text-align: center;
}

.aktivna {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.1em;
  line-height: 2em;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
}

.uvtab tr
{
	border-bottom: 1px #C5C5C5 solid;
}

.uvtab tr:last-child
{
	border-bottom: none;
}

.uvtab td
{
	padding: 6px;
	border-right: 1px #C5C5C5 solid;
	text-indent: 0;
}

.uvtab td:first-child
{
	padding-right: 10px;
}

.uvtab td:last-child
{
	border-right: none;
}




#popis
{
}

#popis tr
{
}

#popis tr:nth-child(even) {background: #ddd}
#popis tr:nth-child(odd) {background: #aaa}

#popis td
{
	border: 1px #000 solid;
	font-family: monospace;
	padding: 2px 5px;
}

.moje {
	background: #fff !important;
}

.vtab tr
{
	border-bottom: 1px #C5C5C5 solid;
}

.vtab tr:last-child
{
	border-bottom: none;
}

.vtab td
{
	padding: 1px 5px 1px 5px;
	border-right: 1px #C5C5C5 solid;
	text-indent: 0;
}

.vtab td:first-child
{
	padding-right: 10px;
}

.vtab td:last-child
{
	border-right: none;
}



#pri18 {
	margin: auto 2em;
	border: 1px solid #fff;
	padding: 1em;
}

#pri18 label {
	display: block;
	margin-bottom: 1em;
}

#pri18 label input {
	display: block;
	width: 80%;
}

#pri18 label input[type="radio"] {
	display: inline-block;
	width: auto;
}

.dolaznik {
	border: 1px solid #fff;
	margin-bottom: 1em;
	padding: 1em;
}

.d {
	text-align: right;
}
.gumb-dodaj, .gumb-makni {
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #fff;
}

.gumb-dodaj {
	background-color: #093 !important;
}
.gumb-makni {
	background-color: #903 !important;
}

#pri18 .error {
	background-color: #fff;
	color: #f00;
}
.uplatnica {
	margin: 1em 0;
	padding: 1em;
	padding-left: 2em;
	border: 1px solid #111;
	background-color: #eee;
	color: #111;
	font-family: "Courier New", Courier, mono;
	font-size: 1.2em;
	line-height: 2em;
}