/*BOOTSTRAP-----------------------------------------------------------------------------*/
body {
	/*padding-top: 91px;*/
	font-family: 'Rubik', sans-serif;
	color: #555;
	color: #000;
}
.btn-success {
	background-color: #6cbd45;
	border-color: #6cbd45;
}
.btn-outline-success {
	color: #6cbd45;
	border-color: #6cbd45;
	background-color: #FFF;
}
.btn-capsule {
	border-radius: 50px;
}
.btn-group-xs > .btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
a {
	color: #6cbd45;
}
a:hover {
	color: #218838;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #999;
}
@media (min-width:576px) {
 .container {
	max-width:100%
 }
}
@media (min-width:1200px) {
 .container {
	max-width:1054px;
 }
}

/*CAROUSEL SLIDER-----------------------------------------------------------------------*/
header {
	min-height: 300px;
	margin: 85px auto 0;
	max-width: 1248px;	
}
header .header-img {
	height: 300px;
	width: 100%;
	background: url(/files/admin/docs/726e05eca8260d566afbb203494a4f93.jpg) center center no-repeat;
	background-size: cover;
}
header > .container {
	
}
.home header {
	background: none;
	height: auto;
}
header .carousel-item {
	/*height: 570px;*/
}
.carousel-item .container {
	padding-bottom: 400px;
}
header .carousel-indicators-wrapper {
	position: absolute;
	bottom: 170px;
	left: 0;
	right: 0;
}
header .carousel-indicators-wrapper .container {
	position: relative;
}
header .carousel-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	min-height: 200px;
}
header .carousel-caption {
	bottom: 0;
	right: 0;
	top: 20px;
	left: 0;
	text-align: left;
}
header .carousel-caption h3 {
	width: 55%;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2em;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,.9);
}
header .carousel-caption .btn {
	text-transform: uppercase;
	border-width: 4px;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 30px;
	margin-top: 10px;
}
header .carousel-indicators {
	-ms-flex-pack: left;
	justify-content: left;
	margin-right: 0;
	margin-left: 15px;
}
header .carousel-indicators li {
	width: 15px;
	height: 15px;
	opacity: 1;
	border-radius: 16px;
	background-clip: border-box;
	border: none;
}
header .carousel-indicators .active {
	background-color: #6cbd45;
}
header .carousel-control-next, header .carousel-control-prev {
	z-index: 1000;
	width: 5%;
}
@media(max-width:767px) {
	header {
		min-height: 200px;
	}
	header .header-img {
		height: 200px;
	}
	header .carousel-indicators-wrapper {
		bottom: 10px;
	}
	header .carousel-item .container {
		padding-left: 25px;
		padding-right: 25px;
	}
	header .carousel-caption {
		top: 0;
	}
	header .carousel-caption h3 {
		width: auto;
		font-size: 20px;
	}
	header .carousel-caption .btn {
		border-width: 2px;
		padding-left: 15px;
		padding-right: 15px;
		line-height: 1.2em;
		font-size: .9em;
	}
}

	
/*HEADER NAVIGATION-----------------------------------------------------------------------*/
#navbar-top {
	transition: all .3s ease-in;
	max-width: 100vw;
}
.navbar-expand-lg > .container {
	max-width: 1248px;
}
.navbar-brand img {
	height: 65px;
	transition: all .3s ease-in;
}
.bg-dark .navbar-brand img {
	height: 45px;
	height: 30px;
}
.header-nav .nav-item {
	text-transform: uppercase;
	flex-direction: column;
	display: flex;
	justify-content: center;
}
.header-nav .nav-link {
	color: #FFF;
}
.header-nav .nav-link:hover {
	color: #ccd606;
}
.header-nav li.dropdown:hover > .dropdown-menu {
    display: block;    
}
.header-nav .dropdown-menu {
	font-size: 11px;
	background: rgba(0,0,0,0.7);
	top: 30px;
}
.header-nav .dropdown-item {
	color: #FFF;
}
.header-nav .dropdown-item:hover {
	color: #a1af14;
	background: none;
}
.header-search input {
	width: 100px !important;
}
.header-search input, .header-search input:focus {
	color: #FFF;
	background: none;
	border: none;
	box-shadow: none;
}
.header-search ::-webkit-input-placeholder {
   color: #fff;
}

.header-search :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.header-search ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}
.header-search .input-group-text {
	background: none;
	color: #FFF;
	border: none;
	padding: 0 !important;
	margin-top: 4px;
}
@media(max-width: 992px) {
	#navbarResponsive {
		position: absolute;
		top: 70px;
		left: 0px;
		right: 0px;
	}
	.header-nav .dropdown-menu {
		text-align: center;
	}
}
/*HEADER--------------------------------------------------------------------------*/
header {
	position: relative;
}
.header-actions {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	z-index: 1000;
}
.header-actions .btn {
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	font-size: 19px;
	line-height: 38px;
	margin-top: 15px;
}
.header-actions .btn img {
	height: 38px;
	margin-right: 10px;
	vertical-align: middle;
}

@media(max-width:767px) {
	.header-actions {
		position: relative;
		top: 0;
		margin-top: -35px;
	}
}

/*SOCIAL BAR----------------------------------------------------------------------*/
.social-bar {
	background: #CCC;
	padding: 10px;
}
.social-icons {
	align-self: flex-end;
}
.social-bar a, .social-icons a {
	background: #FFF;
	color: #79B927;
	line-height: 30px;
	width: 30px;
	border-radius: 15px;
	text-align: center;
	display: inline-block;
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
	transition: all .3s ease-in;
	margin-left: 5px;
}
.social-bar a:hover, .social-icons a:hover {
	box-shadow: 0 5px 7px rgba(0,0,0,.4);
}
@media(max-width:767px) {
	.social-icons {
		margin-bottom: 5px;
	}
	.social-bar a, .social-icons a {
		margin-left: 1px;
		line-height: 26px;
		width: 26px;
	}
}


/*FOOTER-----------------------------------------------------------------------------*/
footer {
	background: #353A40;
	color: #FFF;
}
footer p {
	line-height: 1.3em;
}
.footer-top {
	background: #CCC;
}
.footer-top .col-sm-3 {
	padding-left: 10px;
	padding-right: 10px;
}
.footer-top p {
	line-height: 1.5em;
	font-size: 14px;
}
.footer-top strong {
	font-weight: 500;
}
.footer-top a {
	color: #808285;
	display: block;
}
.footer-contact span {
	display: inline-block;
	width: 20px;
}
.footer-social {
	align-self: flex-end;
}
.footer-social p {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
}
.footer-social a {
	background: #FFF;
	color: #353A40;
	line-height: 30px;
	width: 30px;
	border-radius: 16px;
	text-align: center;
	display: inline-block;
	transition: all .3s ease-in;
	margin-left: 4px;
}
.footer-social a:hover {
	box-shadow: 0 5px 7px rgba(0,0,0,.4);
	color: #70b62b;
}
.footer .btn-success {
	background: #79B927;
}
.footer-nl p {
	margin-bottom: 10px;
	line-height: 1.1em;
}
@media(max-width: 992px) {
	footer {
		text-align: center;
	}
	footer .flex-lg-column {
		margin-bottom: 15px;
	}
}

/*BANNERS---------------------------------------------------*/
.banner {
	background: #dcddde url(../img/bg-wave.png) center top no-repeat;
	background-size: 100% auto;
	padding: 50px 20px 20px;
	border-radius: 20px;
	margin: 30px 0;
}
.banner-img {
	width: 100%;
	border-radius: 10px;
}
.banner a {
	color: #218838;
}
.banner.banner-odometer {
	background: #efefef url(../img/odometer_bg.png) center bottom no-repeat;
	background-size: 100% auto;
	padding-bottom: 60%;
	text-align: center;
}

/*NEWS------------------------------------------------------*/
.news-item {
	border-bottom: 1px solid #6cbd45;
	padding-bottom: 10px;
	margin: 40px 0;
	margin-right: 30px;
	text-align: justify;
}
.news-img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
}
.nl-archive-link {
	margin-right: 30px; 
	margin-bottom: -20px; 
	margin-top: -20px;
}

@media (max-width:992px) {
 .news-item {
	margin-right: 0;
 }
 .nl-archive-link {
	 margin-right: 0;
	 margin-bottom: 15px;
 }
}

/*REPORTS-----------------------------------------------------*/
.reports-home {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-top: 50px;
}
.report-img {
	width: 100%;
	border-radius: 10px;
	margin-top: 20px;
}
.report-link {
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.report-link:before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	background:url(../img/report-overlay.png);
	opacity: 1;
	transition: all .3s ease-in;
}
.report-link:hover:before {
	opacity: 0;
}
.report-link span {
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	border-radius: 10px 10px 0 0;
	background: #6bc6b2;
	color: #FFF;
	text-align: center;
	padding: 10px 10px 15px;
	transition: all .3s ease-in;
	z-index: 1001;
}
.report-link span img {
	margin: 5px auto 0;
	width: 40px;
	display: block;
}
.report-link:hover span {
	top: 0;
}
.slogan-home {
	text-transform: uppercase;
	color: #818285;
	font-size: 55px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
	margin-right: 30px;
	margin-top: 55px;
}
@media (max-width:992px) {
 .reports-home {
	margin-right: 0;
 }
}
/*USER REPORTS-----------------------------------------------------------*/
.kvartali, .godina {
	margin-left: 120px;
	position: relative;
	width: 334px;
	height: 334px;
	margin-bottom: 20px;
}
.godina a {
	display: block;
	width: 334px;
	height: 334px;
	background: url(../img/bg_godina.png) left top no-repeat;
}
.godina .active {
	background-position: left center;
}
.godina .done {
	background-position: left bottom;
}
.kvartali-godina {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	left: 143px;
	line-height: 30px;
	position: absolute;
	top: 154px;
	z-index: 1000;
}
.godina .kvartali-godina {
	top: 152px;
}
.kvartal {
	position: absolute;
	width: 167px;
	height: 167px;
}
.kvartal-1 {
	background: url(../img/bg_kvartal_1.png) left top no-repeat;
	right: 0;
	top: 0;
}
.kvartal-2 {
	background: url(../img/bg_kvartal_2.png) left top no-repeat;
	right: 0;
	bottom: 0;
}
.kvartal-3 {
	background: url(../img/bg_kvartal_3.png) left top no-repeat;
	left: 0;
	bottom: 0;
}
.kvartal-4 {
	background: url(../img/bg_kvartal_4.png) left top no-repeat;
	left: 0;
	top: 0;
}
.kvartal-1-2 {
	background: url(../img/bg_kvartal_1-2.png) left top no-repeat;
	left: 0;
	top: 0;
	width: 334px;
}
.kvartal-3-4 {
	background: url(../img/bg_kvartal_3-4.png) left top no-repeat;
	left: 0;
	bottom: 0;
	width: 334px;
}
.kvartal.inactive {
	background-position: left top;
	cursor: default;
}
.kvartal.active {
	background-position: left center;
}
.kvartal.done {
	background-position: left bottom;
}

/* PAGINATION----------------------------------------------------------*/
#pagination{margin-top:16px;text-align:right;font-weight:bold;font-size:13px;clear:both;}
#pagination a{color:#665874;background:#EEE;}
#pagination a:hover{background:#8BC53E;color:#fff;text-decoration:none;}
#pagination a,#pagination span{display:inline-block;margin-right:5px;margin-bottom:0;line-height:28px;width:28px;text-align:center; border-radius: 2px}
#pagination .current{background:#8BC53E;color:#fff;}
#pagination .current.prev,#pagination .current.next{color:#fff;margin-top:0;background:#EEE;visibility:hidden;}


/*MENU-SEC---------------------------------------------------------------*/
.menu-sec {
	background: #6D95DD;
	border-radius: 5px;
	padding: 30px 15px;
	color: #AAA;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 30px;
}
.menu-title {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.menu-title a {
	margin-left: 8px !important;
	text-indent: 0 !important;
}
.menu-sec li {
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.menu-sec a {
	color: #AAA;
	font-weight: 500;	
	display: block;
	padding: 5px 0;
	text-indent: -8px;
	margin-left: 20px;
	
}
.menu-sec a.active, .menu-sec a:hover {
	color: #999;
	text-decoration: none;
}
.menu-sec a .fa {
	opacity: 0;
}
.menu-sec a.active .fa, .menu-sec a:hover .fa {
	opacity: .7;
}
.menu-sec.affix-bottom {
	position: absolute;
}

/*REPORT TABLE------------------------------------------------------------------------------*/
.table.report-table {
	max-width: none;
	margin-bottom: 0;
}
.table.report-table > thead > tr > th {
	text-align: center;
	vertical-align: middle;
}
.table.report-table > tfoot > tr > th {
	vertical-align: middle;
}
.table.report-table > thead > tr.report-heading > th {
	font-size: 11px;
	font-weight: normal;
	background: #EDEFF3;
}
.report-table td {
	font-size: 11px;
}
.report-table ul.dropdown-menu {
	/*
	height: 200px;
	width: 600px;
	*/
	/*min-width: 600px;*/
	font-size: 13px;
}
.report-table .dropdown-menu > li > a {
	white-space: normal;
}
.report-table .blank_value {
	display: none;
}
.report-table .razred-naziv, .report-table .aparat, .report-table .napomena {
	width: 300px;
}
.report-table .input-number {
	width: 70px;
}
.report-table .ui-front .input-number {
	width: 90px;
}
.report-info.ui-state-highlight, .report-info.ui-state-error {
	padding: 15px;
}
.ui-dialog {
	position: fixed;
	left: 5% !important;
	top: 20px !important;
	z-index: 2000;
}
.ui-dialog .ui-dialog-titlebar-close span.ui-button-text {
	display: none;
}
.ui-autocomplete-loading {
	 background: url(../img/base/ajax-loader-small.gif) right center no-repeat;
}

/*MISC-------------------------------------------------------------------*/
.form-horizontal .required {
	background: #FFF url(../img/base/icon_asterisk.png) right center no-repeat;
}
.error, .select-error button {
	color: red !important;
	border-color: red !important;
}
.copyright {
	font-size: .8em;
}
.content-inner {
	padding-bottom: 40px;
	margin-top: 30px !important;
	text-align: justify;
}
.title {
	font-size: 1.5em;
	color: #999;
}
.subtitle {
	font-size: 1.2em;
	color: #999;
}
.bg-interaktiv {
	background: url(../img/bg_interaktiv.png) center top;
	background-size: contain;
}
.awareness-circle {
	display: inline-block;
	width: 120px;
	vertical-align: top;
	margin: 10px;
	font-size: 18px;
	line-height: 23px;
}
.awareness-circle .circle-number {
	display: block;
	width: 108px;
	height: 120px;
	line-height: 90px;
	font-size: 31px;
	font-weight: 500;
	text-align: center;
	background: #FFF;
	border-radius: 0;
	color: #FFF;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 32px;
	background-color: transparent;
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}
.awareness-circle .circle-text {
	opacity: 0;
}

#viber {
	position: fixed;
	bottom: 20px; 
	right: 20px; 
	z-index:1000;
	transition: all .5s ease-out;
}
#viber:hover {
	bottom: 30px; 
}
#viber button {
	background-color: #665CAC; 
	color: white; 
	padding: 10px 15px; 
	border: none; 
	border-radius: 50%; 
	cursor: pointer; 
	font-size: 30px; 
	box-shadow: 0 0 5px rgba(0,0,0,.5)
}
.ckeditor-body {
    padding: 40px !important;
}