@font-face {
    font-family: 'DINProRegular';
    src: url('dinpro-regular.eot');
    src: url('dinpro-regular.eot') format('embedded-opentype'),
         url('dinpro-regular.woff') format('woff'),
         url('dinpro-regular.ttf') format('truetype'),
         url('dinpro-regular.svg#DINProRegular') format('svg');
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: DINProRegular;
}

.row {
	margin: 5px 0px;
	line-height: 30px;
}
.text-center {	
	text-align: center;
}
.text-right {
	text-align: right;
	line-height: 34px;
}
.login_code {
	width: 150px;
	display: inline;
}
.pitanje_chkbx .btn {
	margin: 2px 0px;
}
.inline {
	display: inline;
}

/*---------- BTN VOTING @ NEMANJA -----------------*/
.btn-1{
color: #ffffff;
background-color: #ef1618;
border-color: #a11718;
font-weight: 800;
}
.btn-2{
color: #ffffff;
background-color: #fb995a;
border-color: #b86a38;
font-weight: 800;
}
.btn-3{
color: #ffffff;
background-color: #fed769;
border-color: #c9a43d;
font-weight: 800;
}
.btn-4{
color: #ffffff;
background-color: #b4d267;
border-color: #839c44;
font-weight: 800;
}
.btn-5{
color: #ffffff;
background-color: #44b560;
border-color: #2d7c40;
font-weight: 800;
}

.btn-1:hover, .btn-2:hover, .btn-3:hover, .btn-4:hover, .btn-5:hover{
	opacity: 0.8;
	color: white;
}

.btn:active, .btn.active {
background-image: none;
opacity: 0.7;
outline: 0;
-webkit-box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.3);
color: black;
}
/* -------------------END-----------------------------*/

/*---------------LOGO-------------*/
#logo {
position: relative;
width: 100%;
margin-top: 25px;
margin-bottom: 5%;
height: 100px;
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}

.width40{
	width: 40%;
	margin: 0 auto;
}