/* MAIN CSS */
body {
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: #A7BACE;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: left bottom;
}

.container{
    margin-top: 10px;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 4px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 10px 4px rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 4px rgba(255,255,255,1);
}


.header{
    margin: 0 auto;	
	padding-top: 10px;
	padding-bottom: 10px;
}

.header img{
	padding-left: 2px;
	padding-right: 2px;
}

footer{
	background-color: #DEEAF6; 
	padding: 10px 10px 10px 10px; 
	border-radius: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	font-size: 13px;
}

.footer_text{
	font-weight: bold;
}

/* END MAIN CSS */


/* COMPONENT CSS */
.clearfix{
	background-color: #DEEAF6; 
	padding: 0px 10px 10px 10px; 
	border-radius: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: justify;
}

.clearfix h2{

	font-weight: bold;
	padding-top: 0px;
	color: #23527C;
}

.clearfix h3{

	font-weight: bold;
	padding-top: 0px;
	color: #9BC33C;
}

.page-header h2{
	font-weight: bold;
	padding-top: 0px;
	color: #23527C;
}
/* END COMPONENT CSS */


/* PROFILE IMAGE CSS */
.profile-img {
	border-radius: 30px 50px;
	background: #bbd8f5;
    padding: 5px;
	-webkit-box-shadow: 0px 0px 10px 4px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 10px 4px rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 4px rgba(255,255,255,1);
	}
/* END PROFILE IMAGE CSS */


ul{
	list-style-type: circle;
}

/* TABLE CSS */
table{
	
	margin:0px;padding:0px;
	width:100%;
	border:2px solid #deeaf6;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
	
	
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}

table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}

tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}

tr:hover td{
	
}

tr:nth-child(odd){ 
	background-color:#efefef; 
}

tr:nth-child(even)    { 
	background-color:#ffffff; 
}

td{
	vertical-align:middle;
	border:2px solid #deeaf6;
	border-width:0px 2px 2px 0px;
	text-align:left;
	padding:10px;
	font-size:14px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
}

tr:last-child td{
	border-width:0px 2px 0px 0px;
}

tr td:last-child{
	border-width:0px 0px 2px 0px;
}

tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

tr:first-child td{
	background:-o-linear-gradient(bottom, #9bc33c 5%, #9bc33c 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9bc33c), color-stop(1, #9bc33c) );
	background:-moz-linear-gradient( center top, #9bc33c 5%, #9bc33c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#9bc33c", endColorstr="#9bc33c");	background: -o-linear-gradient(top,#9bc33c,9bc33c);

	background-color:#9bc33c;
	border:0px solid #deeaf6;
	text-align:left;
	border-width:0px 0px 2px 2px;
	font-size:14px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
}

tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #9bc33c 5%, #9bc33c 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9bc33c), color-stop(1, #9bc33c) );
	background:-moz-linear-gradient( center top, #9bc33c 5%, #9bc33c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#9bc33c", endColorstr="#9bc33c");	background: -o-linear-gradient(top,#9bc33c,9bc33c);

	background-color:#9bc33c;
}

tr:first-child td:first-child{
	border-width:0px 0px 2px 0px;
}

tr:first-child td:last-child{
	border-width:0px 0px 2px 2px;
}
/* END TABLE CSS */


/* RESPONSIVE CSS */

@media (max-width: 768px) {
	.header, .navbar {
		max-width: 750px;
		height: auto;
	}
	
	.prijavnica {
    width: 115px;
	height: 70px;
    }
    .prijavnica_text{
    	font-weight: bold;
    	font-size: 12px;
    }
    .prijavnica_name_text{
    	font-weight: bold;
    	font-size: 14px;
    }

    .odjava {
        width: 115px;
        height: 40px;
    }
    .odjava_name_text{
    	font-weight: bold;
    	font-size: 14px;
    }
	
	.header img{
		max-width: 100%;
		width: 440px;
		height: auto;
	} 
	h2{
		font-size: 16px;
	}
	h3{
		font-size: 14px;
	}
	.page-header h2{
		font-size: 18px;
	}
	.clearfix, td{
		font-size: 8px;
	}
	.profile-img{
		width: 100px;
		height: 200px;
		border-radius: 10px 30px;
	}
	footer{
		font-size: 8px;
	}
}

@media (min-width: 768px) {
	.header, .navbar {
		max-width: 750px;
		height: auto;
	}
	
	.prijavnica {
    width: 116px;
	height: 70px;
    }
    .prijavnica_text{
    	font-weight: bold;
    	font-size: 12px;
    }
    .prijavnica_name_text{
    	font-weight: bold;
    	font-size: 14px;
    }

    .odjava {
        width: 116px;
        height: 40px;
    }
    .odjava_name_text{
    	font-weight: bold;
    	font-size: 14px;
    }
    
	.header img{
		max-width: 440px;
		height: auto;
	}  
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 18px;
	}
	.page-header h2{
		font-size: 22px;
	}
	.clearfix, td{
		font-size: 12px;
	}
	.profile-img{
		width: 150px;
		height: 250px;
		border-radius: 20px 40px;
	}
	footer{
		font-size: 11px;
	}
}
@media (min-width: 992px) {
	.header, .navbar {
		max-width: 860px;
		height: auto;
	}
	
	.prijavnica {
        width: 135px;
	    height: 70px;
    }
    .prijavnica_text{
    	font-weight: bold;
    	font-size: 12px;
    }
    .prijavnica_name_text{
    	font-weight: bold;
    	font-size: 14px;
    }
    
    .odjava {
        width: 135px;
        height: 40px;
    }
    .odjava_name_text{
    	font-weight: bold;
    	font-size: 14px;
    }
	
	.header img{
		max-width: 590px;
		height: auto;
	} 
	h2{
		font-size: 22px;
	}
	h3{
		font-size: 20px;
	}
	.page-header h2{
		font-size: 24px;
	}
	.clearfix, td{
		font-size: 12px;
	}
	.profile-img{
		width: 150px;
		height: 250px;
		border-radius: 20px 40px;
	}
	footer{
		font-size: 12px;
	}
}
@media (min-width: 1200px) {
	.header, .navbar {
		max-width: 970px;
		height: auto;
	}
	
	.prijavnica {
    width: 153px;
	height: 70px;
    }
    .prijavnica_text{
    	font-weight: bold;
    	font-size: 12px;
    }
    .prijavnica_name_text{
    	font-weight: bold;
    	font-size: 15px;
    }
    
    .odjava {
        width: 153px;
	    height: 40px;
    }
    .odjava_name_text{
    	font-weight: bold;
    	font-size: 16px;
    }
	
	.header img{
		max-width: 700px;
		height: auto;
	} 
	h2{
		font-size: 24px;
	}
	h3{
		font-size: 22px;
	}
	.page-header h2{
		font-size: 26px;
	}
	.clearfix, td{
		font-size: 14px;
	}
	.profile-img{
		width: 200px;
		height: 300px;
		border-radius: 30px 50px;
	}
	footer{
		font-size: 13px;
	}
}
/* END RESPONSIVE CSS */

.navbar{
    margin: 0 auto;
	background-color: #fff;
	margin-top: 10px;
	padding: 0;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 4px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 10px 4px rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 4px rgba(255,255,255,1);
}

.odjava{
    float:right;
    min-width: 100px;
    margin: 5px 15px 5px 0px;
    position: relative;
    min-height: 40px;
    border-radius: 10px;
    border: 2px solid #73AD21;
    border:1px solid #CCC;
    background:#DDD;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align: middle;
    text-align: center;
    
}

.odjave{
    line-height: 40px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}


.navbar ul {
    display: inline-block;
	padding-left: 15px;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
}

.navbar li {
    float: left;
	padding: 0;
}

.navbar li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar li a:hover:not(.active) {
    background-color: #ddd;
}

.navbar li a.active {
    color: white;
    background-color: #4CAF50;
}

.navbar .active {
    color: white;
    background-color: #ddd;
}

.prijavnica {
	border-radius: 10px;
    border: 2px solid #73AD21;
    display:inline-block;
    color:#FFF;
    border:1px solid #CCC;
    background:#DDD;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    padding: 5px;
    text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

.prijavnica:active {
    color:#444;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}

.prijavnica:hover { 
    color:#444;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
	text-decoration: none;
}

.prijavnica:hover:not(.active) {
    background-color: #ddd;
}

































