@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Knauf Head';
    src: url('/fonts/KnaufHead-Bold.woff2') format('woff2'),
        url('/fonts/KnaufHead-Bold.woff') format('woff'),
        url('/fonts/KnaufHead-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Knauf';
    src: url('/fonts/Knauf-Bold.woff2') format('woff2'),
        url('/fonts/Knauf-Bold.woff') format('woff'),
        url('/fonts/Knauf-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Knauf';
    src: url('/fonts/Knauf-Regular.woff2') format('woff2'),
        url('/fonts/Knauf-Regular.woff') format('woff'),
        url('/fonts/Knauf-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body,html{
	margin:0px;
	padding:0px;
	font-family: 'Knauf', sans-serif;
	font-weight:400;
	font-size:16px;
	position:relative;
	box-sizing:border-box;
	background-color: #ffffff;
}

a{
	text-decoration:none;
	color:#00aeef;
}

form#form1{
	min-width:1240px;
}

img{
	border:none;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
}

*{
	box-sizing:border-box;
}

.responsive-shown{
	display: none;
}

.top_container{
	padding:15px 0px;
	background-color: #fff;
}

.top_container .top_content{
	width:100%;
	max-width: 1200px;
	margin: auto;
	display: table;
}

.top_container .top_content .logo{
	display: table-cell;
	text-align: center;
}

.top_container .top_content .logo img{
	height:46px;
}

.top_container .top_content .terms{
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}

.top_container .top_content .terms a{
	font-size:14px;
	color:#194e5f;
	text-decoration: none;
	font-weight:500;
}

.top_container .top_content .terms a:nth-child(1),
.top_container .top_content .terms a:nth-child(2){
	padding:0px 5px;
}

.top_container .top_content .terms a.sel{
	font-weight:bold;
}

.top_container .top_content .archive_container{
	float:right;
	font-size:18px;
}

.top_container .top_content .archive_container a{
	font-size:18px;
	cursor: pointer;
}

.top_container .top_content .archive_container a.first{
	font-weight: normal !important;
}

.top_container .top_content .archive_container a span{
	display: inline-block;
	width:20px;
	height:20px;
	background: url(/images/icon_year.png) center top no-repeat;
	vertical-align: top;
}

.top_container .top_content .archive_container a.sel span{
	background-position: center bottom;
}

.top_container .top_content .archive_container .archive_years{
	position:relative;
	padding-bottom:38px;
}

.top_container .top_content .archive_container .archive_years ul{
	position: absolute;
	top:30px;
	right:0px;
	width:150px;
	margin:0px;
	padding:10px 20px;
	background-color:#13314c;
	text-align:left !important;
	line-height:20px;
	z-index:999999;
	display:none;
	list-style: none;
}

.top_container .top_content .archive_container .archive_years ul li a{
	padding:8px 0px !important;
	display: block;
	color:#fff;
}

.header_container{
	background-color: #00adee;
	color:#fff;
}

.header_container .header_content{
	font-size:20px;
	color:#fff;
	padding:15px 0px;
}

.header_container .header_content h1{
	font-family:'Knauf Head', sans-serif;
	font-size:30px;
	margin: 0px;
	font-weight:500;
}

.header_container .header_content h1 strong{
	font-size:36px;
	line-height:30px;
}

.content_container{
	background-color: #f1f4f7;
	
}

.content_container .content_content{
	display: flex;
	align-items: center;
  	justify-content: center;
	width:100%;
	height:100%;
	font-size:16px;
	color:#fff;
	margin:auto;
	font-weight:300;
}

.content_container .content_content strong{
	font-weight:bold;
}

.content_container .content_content h2{
	font-size:24px;
	font-weight: bold;
}

.content_container .content_content .side_menu{
	float:left;
	width:290px;
}

/*.content_container .content_content .content{
	float:right;
	max-width:900px;
	width:100%;
}*/

.content_container .content_content .content table tr td h2{
	font-size:24px;
	color:#334870;
	font-weight: bold;
	margin:0px;
}

.background-table{
	background-color:rgba(255,255,255,0.2);
	border-radius:10px;
}

.small_item .background-table .points{
	font-size:42px;
	font-weight: bold;
	line-height: 40px;
}

.side_menu .small_item .background-table .points{
	text-align: center !important;
	margin-top:10px;
}

.small_item{
	float:left;
	width:49.5%;
}

.small_item:nth-child(2n){
	float:right;
}

.small_item.points h2{
	background-color:#f9aa19 !important;
}

.profile_data h2.green{
	background-color:#49bb7f !important;
}

.small_item .background-table tr td {
	padding:10px !important;
}

.content_container .content_content .content .background-table tr td{
	padding:40px;
	border-radius:3px;
	background-color: #fff;
	border:1px solid #dddddd;
	text-align: center;
}

.content_container .content_content .content ul{
	margin:15px 0px;
	padding:0px;
	list-style:none;
}

.content_container .content_content .content ul li{
	padding-left:25px;
	position: relative;
}

.content_container .content_content .content ul li::before{
	content: '';
	display:block;
	width:12px;
	height:12px;
	background-color:#fcba49;
	border-radius:50%;
	position: absolute;
	left:0px;
	top:3px;
}

/*****POPUP CONFIRM*****/
.mfp-content .dialog.confirm .content{
	padding:20px 40px !important;
	background-color:#fff;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	font-family: 'Knauf', sans-serif;
	font-size:18px;
}

.mfp-content .dialog.confirm .actions{
	background-color: #fff;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:0px 40px 20px 40px;
}

.mfp-content .dialog.confirm .actions button{
	border:none;
	padding: 15px 20px;
	width: 205px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #3dc18c;
	margin-right: 10px;
	float: left;
	display: block;
	border-radius: 10px;
	cursor: pointer;
	font-size:16px;
	text-transform: uppercase;
	font-family:'Knauf', sans-serif;
}

.mfp-content .dialog.confirm .actions button:nth-child(2){
	background-color:#fba91c;
}

.footer_container{
	background-color: #00326d;
	font-size:14px;
	color:#fff;
}

.footer_container .footer_content{
	padding:0px 0px;
}

.footer_container .footer_content a{
	color:#fff;
	text-decoration: none;
	padding:0px 15px;
}

/**EDITOR**/
table.tockovanje{
	margin-top:5px;
}

table.tockovanje tr td{
	padding:8px 10px !important;
}

table.tockovanje tr:nth-child(2n-1) > td{
	background-color:#5c93a5;
}