body {
	background-image: url(../img/bgr.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 50px 0 50px 0;
}

.uzak {
	margin: 0 auto;
	width: 500px;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: rgba(254, 254, 254, 0.8);
	border-radius: 10px;
	position: relative;
}

#toTop {
	background-image: url(../img/totop-gray.png);
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 50px;
	right: 35px;
	display: none;
}

#toTop:hover {
	background-image: url(../img/totop-orange.png);
}

.header {
	width: 1000px;
	height: 130px;
/*	border-bottom: 1px solid #ddd;*/
}

.logo {
	width: 400px;
	height: 130px;
	float: left;
}

.menu {
	float: left;
	width: 600px;
	height: 130px;
	font-size: 22px;
	padding-left: 50px;
}

.menu-item {
	float: left;
	padding: 15px 10px;
	cursor: pointer;
}

.menu-item:hover {
	background-color: rgba(250, 166, 0, 0.3);
	border-radius: 0 0 5px 5px;
}

.menu a {
	color: black;
}

.menu a:hover {
	color: black;
}

.body {
	width: 1000px;
	/*height: 600px;*/
	padding: 30px;
}

.body .btn-group {
	margin-bottom: 30px;
}





/* REZULTATI */
.crveno {
	color: red;
}

.zeleno {
	color: green;
}
/* REZULTATI END */







/* UNOS REZULTATA */
.unos-body {
	/*background-color: yellow;*/
	margin: 40px 265px;
	width: 410px;
}

.unos-row {
	width: 410px;
	height: 30px;
	/*background-color: green;*/
}

.unos-cell {
	width: 80px;
	height: 22px;
	padding-right: 30px;
	/*background-color: orange;*/
	float: left;
}

.rezultat {
	width: 40px;
}

.unos-row.button {
	margin: 50px 0 0;
	height: 40px;
	text-align: center;
}

.cell-ime {
	width: 170px;
}

.unos-alert {
	width: 200px;
	margin: 0 370px;
	text-align: center;
}
/* UNOS REZULTATA END */







/* TERMNI */
.vremena {
	width: 640px;
	margin-left: 150px;
}

.vreme-wrap {
	width: 600px;
	height: 34px;
}

.vreme {
	float: left;
	width: 100px;
	height: 34px;
	padding-top: 7px;
}

.dugme {
	float: left;
	width: 500px;
	height: 34px;
}

.par {
	width: 500px;
	height: 34px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	position: relative;
}

.par:hover {
	background-color: rgba(255, 166, 0, 0.1);
}

.dugme .input-group {
	display: none;
}
/* TERMINI END */





/* KLADIONICA */
.body h3 {
	text-align: center;
}

#h4-tiket {
	cursor: pointer;
	color: red;
	font-weight: 700;
}

.klad-tabela {
	width: 400px;
	margin: 0 auto;
}

.klad-novi {
	display: none;
}

#desno-div {
	display: none;
}

#sred-div {
	display: none;
}

.halfb {
	width: 500px;
	height: 500px;
	margin: 0 50px;
	float: left;
}

.halfs {
	width: 220px;
	margin: 0 40px;
	float: left;
}

.picka {
	height: 530px;
}

.small {
	font-size: 10px;
}

.link {
	cursor: pointer;
}

.link:hover {
	text-decoration: underline;
}

.lista-kladionicara {
	display: none;
}
/* KLADIONICA END */



/* PRAVILA */
.uvucen {
	margin-left: 50px;
}
/* PRAVILA END */



/* ADMIN */
.pogodak-tekuci {
	cursor: pointer;
} 

.pogodak-tekuci:hover {
	text-decoration: underline;
}

.pogodak-ukupno {
	cursor: pointer;
} 

.pogodak-ukupno:hover {
	text-decoration: underline;
}

.div-pogodak-ukupno {
	display: none;
}
/* ADMIN END */