html {
	font-family: "Google Sans", "Noto Sans", sans-serif;
}

@supports (font-variation-settings: normal) {
	html {
		font-family: "Google Sans", "Noto Sans", sans-serif;
	}
}

:root {
   --app-height: 100%;
}

/*===== End of Section ======*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, output, section, span, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	transition: all .15s linear;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
  color: #FFFFFF;
  background: rgba(var(--color-accent),1);
}

html, body {
	height: 100%;
}

body {
	font-size: 13px;
	background-color: rgba(0,0,0,.05);
	font-family: "Google Sans", "Noto Sans", sans-serif;
	color: #2D3436;
	font-weight: 400;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
	color: rgba(var(--color-primary),1);
}

a:hover {
	color: rgba(var(--color-secondary),1);
}

input, button, select {
	font-size: 100%;
	color: #2D3436;
	border-radius: 8px;
}

input:focus, button:focus, select:focus {
	outline: none;
}

/*input[type="radio"]:checked+label {
	color: #FFFFFF;
	background-color: rgba(var(--color-primary),1);
	border-color: rgba(var(--color-primary),1);
}

input[type=radio]:checked+label .caption-text {
	color: hsla(0,0%,100%,.75);
}

input[type=radio]:checked+label .title {
	color: #FFFFFF;
}*/

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
	padding-left: 5px;
	text-indent: 5px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

section {
	padding: 0;
}

.mdi:before {
	font-size: inherit;
}

*[data-selected="0"] {
	cursor: pointer;
}

.container {
	max-width: 1024px;
}

.selected, .selectedMinus, .selectedPlus{
	border-color: rgba(var(--color-primary),.1);
	background-color: rgba(var(--color-primary),.1);
}

.selectedMinus:before, .selectedPlus:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	font: normal normal normal 14px/1 "Material Design Icons";
}

.selectedMinus:before {
	content: "\F0374";
	color: #F44336;
}

.selectedPlus:before {
	content: "\F0415";
	color: #4CAF50;
}

.knjigaPoste1:hover {
	cursor: pointer;
}

.knjigaPoste1.selected {
	background-color: #EFEFEF;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 3.5px, #FFFFFF 3.5px, #FFFFFF 7px);
}

#pretraga .selected {
	background-color: transparent;
}

#alati .selected {
	background-color: transparent;
}

#rezultatiNeuplaceniPredujmi .selected {
	background-color: #EFEFEF;
}

/*============================================= 1. Tipografija =============================================*/
.primary-text {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 0;
}

.primary-text span {
	color: #757575;
	margin-left: 8px;
}

.subheading {
	text-transform: uppercase;
	color: rgba(var(--color-primary),1);
	font-size: 13px;
	font-weight: 700;
}

.title {
	font-weight: 700;
}

strong {
	font-weight: 700;
}

.caption-text {
	font-size: 13px;
	color: #757575;
}

.caption-text .redniBroj {
	display: inline-block;
	margin-right: 4px;
}

/*============================================= 2. Moduli =============================================*/
.grid {
	margin-top: 60px;
}

.grid+.grid {
	margin-top: 0;
}

.grid+#posta+.grid {
	margin-top: 0;
}

.card {
	background-color: #FFFFFF;
	width: 100%;
	padding: 0;
	position: relative;
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: 8px;
}

#posta .card {
	overflow: initial;
}


.card .preheader {
	padding: 12px 16px;
	min-height: 44.8px;
}

.card .preheader .pregledPredmeta {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
}

.preheader .pill:first-of-type {
    margin-left: 0;
}

.card.pregledPredmeta .icon {
	position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.card.pregledPredmeta .icon.pregledPredmetaNapomena {
    left: inherit;
    right: 20px;
    opacity: 0.5;
}

.card.pregledPredmeta .icon.pregledPredmetaNapomena:hover {
	background-color: transparent !important;
    opacity: 1;
	transition: all .15s ease-in-out;
	cursor: pointer;
}

.card.pregledPredmeta {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.card.pregledPredmeta .caption-text{
	padding-left: 32px;
}

.card.pregledPredmeta .user .caption-text {
	  padding-left: 0px;
}

.card.pregledPredmeta .comment {
	  background-color: #FFFFFF;
}

.card header .verified {
	color: rgba(var(--color-primary),1) !important;
	font-size: 16px;
	vertical-align: middle;
}

.card header .verified.mdi-plus {
	color: #757575 !important;
	visibility: hidden;
}

.card header:hover .verified.mdi-plus {
	visibility: visible;
}

.card header .icon {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #FFFFFF;
	background-color: rgba(var(--color-secondary),1);
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 100%;
	vertical-align: middle;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .25);
}

.card header .group-of-actions {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 8px;
	z-index: 1;
}

.card header .group-of-actions .icon {
	position: static;
	display: inline-block;
}

#rezultatiPretrage .card header .icon {
	background: none;
	box-shadow: none;
	font-size: 24px;
}


.card header input[type=checkbox] {
	display: none;
}

.card header input[type=checkbox]+label:hover {
	cursor: pointer;
}

.card header input[type=checkbox]:checked+label {
	color: rgba(var(--color-primary),1);
}

.card header input[type=checkbox]:checked+label .icon {
	opacity: 1 !important;
}

.card p:last-of-type {
	margin-bottom: 0;
}

.card header .icon.switch-on {
	cursor: pointer;
}

.card.overview {
	width: auto;
}

.card.box-shadow {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.avatar {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	display: inline-block;
}

.content {
	padding: 20px;
	width: 100%;
	position: relative;
}

hr {
	margin: 0;
	border: none;
	background-color: #EFEFEF;
	height: 1px;
	width: 100%;
}

.relative {
	position: relative;
}

.relative .icon {
	position: absolute;
	right: 10px;
	top: 5px;
	opacity: .25;
	font-size: 20px;
	z-index: 4;
}

.search .relative .icon {
	right: auto;
	left: 10px;
}

.search .input {
	padding-left: 36px;
}

.relative .icon.active {
	color: rgba(var(--color-primary),1);
	opacity: 1;
}

.relative .input {
	padding-right: 35px;
}

.icon.red, .mini-icon.red, .small-icon.red {
	color: #F44336 !important;
	opacity: 1 !important;
}

.icon.yellow, .mini-icon.yellow, .small-icon.yellow {
	color: #FFC107 !important;
	opacity: 1 !important;
}

.icon.green, .mini-icon.green, .small-icon.green {
	color: #4CAF50 !important;
	opacity: 1 !important;
}

.icon.purple, .mini-icon.purple, .small-icon.purple {
	color: #9C27B0 !important;
	opacity: 1 !important;
}

.icon.gray, .mini-icon.gray, .small-icon.gray {
	color: #BDBDBD !important;
	opacity: 1 !important;
}

.icon.blue, .mini-icon.blue, .small-icon.blue {
	color: #1976D2 !important;
	opacity: 1 !important;
}

.unknown {
	opacity: .5;
}
/*============================================= 3. Forme =============================================*/
.label {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 6px;
}

.input {
	height: 40px;
	padding: 0 10px;
	border: none;
	border: 1px solid #EFEFEF;
	margin-bottom: 20px;
	background-color: #F8F9FB;
}

.full.input {
	width: 100%;
}

.input.last {
	margin-bottom: 0;
}

select.input {
	padding: 0 5px;
}

textarea.input {
	height: 150px;
	resize: none;
	padding: 10px 35px 10px 10px;
}

.search {
	position: relative;
	z-index: 7;
}

form .row:not(:last-of-type) {
	margin-bottom: 10px;
}
/*============================================= 4. Liste i stavke =============================================*/
.item {
	padding: 12px 16px;
	position: relative;
}

.item .highlight {
	font-weight: 700;
}

.item .icon, .item .search.icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	opacity: .5;
}

.item .small-icon {
	font-size: 13px;
	margin-right: 4px;
	display: inline-block;
	opacity: .5;
}

.item .download.icon {
	cursor: pointer;
	color: rgba(var(--color-primary),1) !important;
}

.item .tool {
	display: inline-block;
	color: #BDBDBD;
	visibility: hidden;
}

.item:hover .tool {
	visibility: visible;
}

.item .tool:hover {
	color: rgba(var(--color-primary),1);
	opacity: 1;
	cursor: pointer;
}

.item .mdi-cloud-check.icon {
	color: rgba(var(--color-primary),1);
	opacity: 1;
}

.item .avatar {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: flex-start;
	justify-content: flex-start;
}

.list.half .item {
	width: 50%;
	border-right: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	padding-right: 50px;
}

.list.third .item {
	width: 33%;
	border-right: 1px solid #EFEFEF;
	flex-grow: 1;
}

.list.quarter .item {
	width: 25%;
	border-right: 1px solid #EFEFEF;
}

.list.half .item:nth-of-type(2n), .list.third .item:nth-of-type(3n), .list.quarter .item:nth-of-type(4n) {
	border-right: none;
}
/*============================================= 5. Tabele =============================================*/
.card table {
	min-width: 100%;
	font-size: 12px;
	border-style: hidden;
	table-layout: fixed;
}

.card table th {
	font-weight: 700;
	text-align: left;
	color: rgba(var(--color-primary),1);
	border: 1px solid #EFEFEF;
	text-transform: uppercase;
}

.card table tr {
	border-bottom: 1px solid #EFEFEF;
}

.card table tr:last-of-type {
	border-bottom: none;
}

.card table th {
	padding: 10px 16px;
}

.card table td {
	padding: 10px 16px;
	border: 1px solid #EFEFEF;
	vertical-align: middle;
	position: relative;
}

.card table.invisible td {
	border-color: #EFEFEF;
}

.card table .attachments td:last-of-type {
	padding: 0;
}

.card table .attachments td:last-of-type label {
	border: none !important;
	width: 100%;
}

.card table td .icon {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: rgba(var(--color-primary),1);
}

.card table td .icon.tool {
	color: #BDBDBD;
	margin-left: 4px;
	cursor: pointer;
}

.card table td .icon.tool:hover {
	color: rgba(var(--color-primary),1);
}

.card table td .group-of-actions {
	text-align: right;
}

.card table td .group-of-actions .icon {
	right: 0;
	position: relative;
}

.card table td .small-icon {
	font-size: 13px;
	right: 16px;
}

.card table .td-borderless {
	border-right: none;
}

.card table .td-borderless+td, .card table .td-borderless+th {
	border-left: none;
	padding-left: 0;
}

.card table th {
	padding-left: 16px;
}

.card table .td-order {
	color: rgba(var(--color-primary),1);
	font-weight: 700;
	text-align: center;
}

.card table .td-padding {
	padding: 20px !important;
}

.card table .td-right {
	text-align: right;
}

.card table .td-total {
	font-weight: 700;
}

.card table .td-total:hover {
	background-color: #FFFFFF;
}

.card table .alert {
	font-weight: 700;
	color: #F44336;
	position: relative;
}

.card table .alert:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #F44336;
	border-radius: 100%;
	position: absolute;
	top: 6px;
	left: 6px;
}

.card table .tax .percentage {
	display: none;
	float: left;
}

.card table .tax:hover .percentage {
	display: inline-block;
}

.card table tr.subtitle {
	font-weight: 700;
	color: rgba(var(--color-primary),1);
	border-top: 2px solid #EFEFEF;
	border-bottom: 2px solid #EFEFEF;
	text-transform: uppercase;
}

.card table tr.subtitle span {
	font-weight: 400;
	float: right;
}

.card .hidden {
	display: none;
}

.card .equal {
	color: rgba(var(--color-primary),1);
	font-weight: 700;
	font-family: initial;
}

.card .equal:before {
	content: "=";
}
/*============================================= 6. Komentari =============================================*/
.note {
	padding-right: 60px;
}

.note p {
	margin-bottom: 0;
}

.note img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	border-radius: 100%;
}
/*============================================= 7. Empty State =============================================*/
td .empty.content {
	padding: 10px 4px;
}

.inset .empty {
	padding: 0;
}

.empty .icon {
	font-size: 20px;
	vertical-align: middle;
	color: rgba(var(--color-primary),1);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: auto !important;
	left: auto !important;
}

.empty p {
	padding-left: 36px;
}
/*============================================= 10. Header =============================================*/

.logo {
	display: block;
	background-image: url("../img/logo.svg");
	-webkit-background-size: 32px 32px;
	-moz-background-size: 32px;
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 64px;
	height: 64px;
	background-color: rgba(var(--color-primary),1);
}

.navigation {
	background-color: rgba(var(--color-primary),1);
}

.navigation .avatar {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 40px;
	width: 40px;
}

.navigation .notification {
	position: absolute;
	right: -10px;
	background: rgba(var(--color-primary),1);
	color: #FFFFFF;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	top: 50%;
	transform: translateY(-50%);
}

.navigation .has-sub {
	position: relative;
}

.menu {
	padding-left: 24px;
}

.menu-trigger {
	display: none;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 64px;
    font-size: 32px;
    color: white;
}

.menu, .menu ul, .menu ul li, .menu ul li a {
	margin: 0 auto;
	line-height: 1;
	display: block;
	position: relative;
	z-index: 5;
	font-weight: 500;
}

.menu>ul {
	margin-left: -13px;
}

.menu>ul>li {
	float: left;
	padding: 0 16px;
}

.menu>ul>.right {
	float: right;
	padding-right: 36px;
}

.menu>ul>li>a {
	padding: 24px 0;
	color: rgba(255, 255, 255, .7);
	border-bottom: 3px solid transparent;
	font-weight: 700;
}

.menu>ul>li:hover>a, .menu>ul>li>.active {
	color: #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}

.menu>ul>.has-sub:hover>a {
	border-color: transparent;
}

.menu>ul>li>ul>.has-sub>:after {
	content: "\F0142";
	font-family: "Material Design Icons";
	float: right;
	display: inline;
	font-size: 18px;
	margin-top: -3px;
}

.menu>ul>li>ul>.has-sub>:after {
	content: "\F0142";
	font-family: "Material Design Icons";
	float: right;
	display: inline;
	font-size: 18px;
	margin-top: -3px;
	color: #FFFFFF;
}

.menu>ul>li>ul>li>ul>li, .menu>ul>li>ul>li>ul>li>a {
	background-color: rgba(var(--color-secondary),1);
}

.menu>ul>li>ul>li>ul>li:hover>a {
	background-color: rgba(var(--color-primary),1);
}

.menu ul ul {
	position: absolute;
	left: -9999px;
	margin-top: -1px;
	background-color: #FFFFFF;
}

.menu ul ul li {
	height: 0;
	transition: all .25s ease;
}

.menu li:hover>ul {
	left: auto;
}

.menu .right:hover>ul {
	right: 0;
}

.menu li:hover>ul>li {
	height: 36px;
}

.menu ul ul ul {
	margin-left: 100%;
	top: 1px;
}

.menu ul ul li a {
	padding: 12px 6px 12px 16px;
	width: 240px;
	color: #FFFFFF;
	background: rgba(var(--color-primary),1);
	text-align: left;
	font-weight: 400;
}

.menu ul ul li:hover>a, .menu ul ul li a:hover {
	background-color: rgba(var(--color-secondary),.9);
}
/*============================================= 11. Pretraga =============================================*/
.search-right {
	background-color: rgba(var(--color-primary),1);
	grid-row: 1/2;
	grid-column: 3/4;
	display: flex;
	flex-direction: column;
	justify-self: stretch;
	justify-content: center;
	padding: 1.6rem;
}

.search .input {
	border: none;
	background-color: transparent;
	color: #FFFFFF;
	appearance: none;
	padding: 0 1rem;
	border-bottom: 0;
}

.search .input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.badge2 {
	position: absolute;
	right: 6px;
	top: -30px;
	background-color: #FFFFFF;
	padding: 2px 8px;
	background-color: rgba(var(--color-accent),1);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 8px;
	color: #FFFFFF;
	z-index: 1;
}

/*.results {
	background-color: #FFFFFF;
	z-index: 3;
	width: 100%;
	border-top: none;
}

.results .item:hover {
	border-color: rgba(var(--color-primary),.1);
	background-color: rgba(var(--color-primary),.1);
}*/
/*============================================= 12. Statusi =============================================*/
.absence {
	display: none;
	z-index: 10;
}

.absences input[type=radio] {
	display: none;
}

.absences input[type=radio]+label {
	display: block;
	padding: 16px 20px;
	position: relative;
	cursor: pointer;
}

.absences input[type=radio]+label:hover {
	border-color: rgba(var(--color-primary),.1);
	background-color: rgba(var(--color-primary),.1);
}

.absences input[type=radio]+label .icon {
	font-size: 20px;
	color: #757575;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.absences input[name=sifraPodneska]:not(:disabled)+label:hover {
	cursor: pointer;
}

.absences input[type=radio]:checked+label {
	color: rgba(var(--color-primary),1);
}

.absences input[type=radio]:checked+label .icon {
	color: rgba(var(--color-primary),1);
}

.absences input[type=radio]:last-of-type+label {
	margin-bottom: 0;
}
/*============================================= 13. Akcije =============================================*/
.actions {
	width: 100%;
	padding: 16px;
	text-align: right;
}

.actions .action {
	cursor: pointer;
	margin-left: 8px;
	font-weight: 700;
	background-color: rgba(var(--color-primary),.1);
	color: rgba(var(--color-primary),1);
	border: 0;
	padding: 8px 16px;
	border-radius: 8px;
	display: inline-block;
	opacity: .8;
	line-height: 20.8px;
}

.actions .action.accent {
	background-color: rgba(var(--color-accent),.1);
	color: rgba(var(--color-accent),1);
}

.actions .action:hover {
	opacity: 1;
}

.actions .action:disabled {
	cursor: auto;
	cursor: initial;
	filter: grayscale(100%);
}

.actions .action:disabled:hover {
	filter: grayscale(100%);
}

.actions .next {
	float: right;
	margin: 0;
}

.actions .prev {
	float: left;
	margin: 0;
}

.actions input::-webkit-outer-spin-button, .actions input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.actions input[type=number] {
	-moz-appearance: textfield;
	appearance: textfield;
}

.action.float-left {
	float: left;
	margin-left: 0;
  	margin-right: 8px;
}

header .actions {
	position: absolute;
	left: 0;
	top: 0;
}

header.has-actions h3 {
	line-height: 28px;
}

/*============================================= 13. Korisnici =============================================*/
.user {
	width: 100%;
	padding: 16px 20px 16px 72px;
	border-top: 1px solid #EFEFEF;
	position: relative;
}

.user .avatar {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}

.user .time {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.user .icon {
	font-size: 10px;
	color: #4CAF50;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
/*============================================= 14. Odluke =============================================*/
.tabs .tab {
	display: inline-block;
	padding: 12px 16px 10px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

.tabs .active.tab {
	border-bottom: 2px solid rgba(var(--color-primary),1);
}

.tab-content.empty {
	border-top: 1px solid #EFEFEF;
}

.tab-content span {
	padding: 2px 6px;
	color: #FFFFFF;
	margin-right: 4px;
	font-size: 10px;
	border-radius: 8px;
	background: "";
}

.templates input[type=radio], .templates input[type=checkbox] {
	display: none;
}

.templates input[type=radio]+label, .templates input[type=checkbox]+label {
	display: block;
	padding: 16px 20px 16px 50px;
	position: relative;
	border-top: 1px solid #EFEFEF;
	width: 33%;
	flex-grow: 1;
}

.templates input[type=radio]:not(:nth-of-type(3n+3))+label, .templates input[type=checkbox]:not(:nth-of-type(3n+3))+label {
	border-right: 1px solid #EFEFEF;
}

.templates input[type=radio]:not(.placeholder)+label:hover, .templates input[type=checkbox]:not(.placeholder)+label:hover {
	border-color: rgba(var(--color-primary),.1);
	background-color: rgba(var(--color-primary),.1);
	cursor: pointer;
}

.templates input[type=radio]+label .icon, .templates input[type=checkbox]+label .icon {
	font-size: 20px;
	color: #757575;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
}

.templates input[type=radio]:checked+label {
	color: rgba(var(--color-primary),1);
}

.templates input[type=radio]:checked+label .icon, .templates input[type=checkbox]:checked+label .icon {
	color: rgba(var(--color-primary),1);
}

.templates input[type=radio]:last-of-type+label, .templates input[type=checkbox]:last-of-type+label {
	margin-bottom: 0;
}

.templates table td input[type=number]:not(.disabled) {
	width: 100%;
	padding: 0;
	border: none;
	background: none;
	height: 13px;
	text-align: right;
}

.templates .item {
	border-bottom: 1px solid #EFEFEF;
}

.templates .item input[type=checkbox] {
	display: none;
}

.templates .item input[type=checkbox]+label .icon {
	opacity: .25 !important;
}

.templates .item input[type=checkbox]:checked+label .icon {
	color: rgba(var(--color-primary),1);
	opacity: 1 !important;
}

.templates .item input[type=checkbox]+label:hover {
	cursor: pointer;
}

.templates .placeholder+label {
	border-right: none !important;
}

#tarifnik table tr td ::selection {
	background-color: transparent;
}

#tarifnik table tr:hover {
	cursor: pointer;
}

#tarifnik table tr:hover td {
	border-color: rgba(var(--color-primary),.1);
	background-color: rgba(var(--color-primary),.1);
}

#tarifnik span {
	float: right;
}
/*============================================= 15. Aktivnosti =============================================*/
.activity {
	padding: 0 0 8px 24px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.activity:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.activity .icon, .card table td .activity .icon {
	font-size: 8px;
	color: rgba(var(--color-primary),1);
	position: absolute;
	top: 10px;
	left: 0;
}

.activity .icon:before, .card table td .activity .icon:before {
	width: 8px;
	height: 8px;
	display: block;
	content: "";
	border: 2px solid rgba(var(--color-primary),1);
	border-radius: 100%;
}

.activity .icon:after {
	content: "";
	width: 2px;
	height: 100px;
	position: absolute;
	left: 3px;
	top: 14px;
	display: block;
	background-color: #EFEFEF;
}

.activity:last-child .icon:after {
	display: none;
}

.activity:last-child {
	padding-bottom: 0;
}

.activity .name {
	font-weight: 700;
}
/*============================================= 16. JS =============================================*/
.hidden {
	display: none;
}

.inline-block {
	display: inline-block;
}

.unhide {
	font-weight: 700;
	color: rgba(var(--color-primary),1);
	text-transform: uppercase;
}

.unhide:hover {
	border-color: rgba(var(--color-primary),.1);
	background-color: rgba(var(--color-primary),.1);
	cursor: pointer;
}

.unhide .icon {
	font-size: 20px;
	position: relative !important;
	right: auto !important;
}

.dimmed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2D3436;
	opacity: .5;
	z-index: 7;
}

.buffer {
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	background-color: #FAFAFA;
	display: none;
	z-index: 2;
}

.buffer:before {
	display: block;
	position: absolute;
	content: "";
	left: -200px;
	width: 200px;
	height: 3px;
	background-color: rgba(var(--color-primary),1);
	animation: buffering 2s linear infinite;
}

#rezultatiBrzePretrage .item {
	padding-right: 48px;
}

.buffer2 {
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: linear-gradient(to bottom, #FAFAFA 0%, #FAFAFA 33%, #EFEFEF 33%, #EFEFEF 66%, #FFFFFF 66%, #FFFFFF 100%);
	z-index: 11;
	display: none;
	border: 1px solid #EFEFEF;
	border-top-width: 0;
	border-bottom-width: 0;
}

.buffer2:before {
	display: block;
	position: absolute;
	content: "";
	left: -200px;
	width: 200px;
	height: 3px;
	background-color: rgba(var(--color-accent),1);
	animation: buffering 2s linear infinite;
}

@keyframes buffering {
	from {
		left: -200px;
		width: 30%;
	}

	50% {
		width: 30%;
	}

	70% {
		width: 70%;
	}

	80% {
		left: 50%;
	}

	95% {
		left: 120%;
	}

	to {
		left: 100%;
	}
}

.opacity {
	background-color: rgba(255, 255, 255, .9);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
	display: none;
}

.loader {
	background-color: rgba(255, 255, 255, .9);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: var(--app-height);
	z-index: 6;
}

.pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px -15px 0 0;
	border: 5px solid rgba(var(--color-primary),1);
	border-radius: 30px;
	height: 30px;
	opacity: 0;
	width: 30px;
	animation: pulse 1s ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}
/*============================================= 17. Ažuriranja =============================================*/
.updates input[type="radio"] {
	display: none;
}

.updates input[type="radio"]+label {
	position: relative;
	cursor: pointer;
	display: inline-block;
	flex-grow: 1;
	width: 33%;
	text-align: center;
	padding: 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
}

.updates input[type="radio"]:nth-of-type(3n)+label {
	border-right: none;
}

.updates input[type="radio"]:not(:checked)+label:hover {
	border-color: rgba(var(--color-primary),.1);
	background-color: rgba(var(--color-primary),.1);
}

.updates input[type="radio"]:checked+label .icon {
	color: rgba(var(--color-primary),1);
}

.updates .icon {
	font-size: 24px;
	color: #757575;
	margin-bottom: 6px;
}

.updates .icon.upload {
	display: block;
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: rgba(var(--color-primary),1);
	color: #FFFFFF;
	border-radius: 100%;
	margin: 10px auto;
	line-height: 50px;
	font-size: 24px;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .25);
}

.updates .icon.upload:hover {
	cursor: pointer;
}

.updates label {
	margin-bottom: 0;
}

.updates label>input[type="file"] {
	display: none;
}

.updates [data-file]:after {
	display: block;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 0;
}

.updates [data-file]:after {
	content: attr(data-file);
}

.templates.updates input[type="radio"]+label {
	text-align: left;
}

.templates.updates .icon.active {
	color: rgba(var(--color-primary),1);
}
/*============================================= 18. Sredstva izvršenja =============================================*/
.methods {
	border-top: 1px solid #EFEFEF;
}

.methods input[type="checkbox"] {
	display: none;
}

.methods input[type="checkbox"]+label {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
	position: relative;
	text-align: center;
}

.methods input[type="checkbox"]+label:hover {
	cursor: pointer;
}

.methods input[type="checkbox"]+label .icon {
	font-size: 20px;
	color: #757575;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.methods .caption-text {
	display: inline-block;
}

.methods input[type="checkbox"]+label .number {
	position: absolute;
	top: -10px;
	left: -3px;
	color: #757575;
	font-size: 10px;
	font-weight: 700;
	width: 100%;
	text-align: center;
}

.methods input[type="checkbox"]:checked+label .icon {
	color: rgba(var(--color-primary),1);
	position: relative;
}

#croso .methods input[type="checkbox"]:checked+label .icon:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: block;
	background-color: rgba(var(--color-primary),1);
}

.methods input[type="checkbox"]:checked+label .caption-text {
	color: #2D3436;
}

.multiple-4:last-of-type {
	margin-bottom: -20px;
}
/*============================================= 19. Inset =============================================*/
.inset {
	background-color: #FAFAFA;
}

.inset .subheading {
	margin-bottom: 10px !important;
}

.inset .switch {
	padding-right: 60px;
	position: relative;
	list-style: none;
	font-size: 13px;
	margin-bottom: 10px;
}

.inset .switch:last-child {
	margin-bottom: 0;
}

.inset .switch:hover {
	cursor: pointer;
}

.inset .switch .icon {
	position: absolute;
	right: 10px;
	font-size: 24px;
	top: 50%;
	transform: translateY(-50%);
	color: #757575;
}

.inset .switch.x .icon {
	font-size: 20px;
}

.inset .switch .icon.active {
	color: rgba(var(--color-primary),1);
}

.inset input {
	background-color: #FFFFFF;
}

.inset select {
	background-color: #FFFFFF;
}
/*============================================= 21. Poruke =============================================*/
.message {
	padding-left: 70px;
}

.message+.actions {
	padding-top: 0;
	margin-top: -10px;
}

.message .red {
	color: #F44336;
}

.message .icon {
	font-size: 24px;
	color: rgba(var(--color-primary),1);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 26px;
	font-weight: 400;
}

.message+.badge {
	background-color: rgba(var(--color-primary),1);
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 100%;
	text-align: center;
}

.message+.badge.red {
	background-color: #F44336;
}

.message+.badge .icon {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: 400;
}

#poruka .message.content {
	padding-bottom: 0;
}

#poruka .actions {
	padding-top: 16px;
}
/*============================================= 21. Pošta =============================================*/
.mailings .badge {
	display: inline-block;
	width: 10%;
	text-align: center;
}

.mailings .queue {
	opacity: .33;
}

.recepients {
	position: relative;
}

.recepient {
	position: relative;
	border-top: 1px solid #EFEFEF;
}

.recepient .subheading {
	margin-bottom: 20px !important;
}

.recepient .icon {
	font-size: 20px;
	color: rgba(var(--color-primary),1);
	position: absolute;
	top: 14px;
	right: 20px;
}

.recepient .icon:hover {
	cursor: pointer;
}
/*============================================= 22. Multiple =============================================*/
.row.multiple-6 .two.columns:nth-of-type(6n+1) {
	margin-left: 0;
	clear: both;
}

.row.multiple-4 .three.columns:nth-of-type(4n+1) {
	margin-left: 0;
	clear: both;
}

.row.multiple-3 .four.columns:nth-of-type(3n+1) {
	margin-left: 0;
	clear: both;
}

.row.multiple-2 .six.columns:nth-of-type(2n+1) {
	margin-left: 0;
	clear: both;
}
/*============================================= 23. Checkboxes =============================================*/
.checkboxes input[type="checkbox"] {
	display: none;
}

.checkboxes input[type="checkbox"]+label {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 0;
}

.checkboxes input[type="checkbox"]+label:hover {
	cursor: pointer;
}

.checkboxes input[type="checkbox"]+label .icon {
	font-size: 20px;
	color: #757575;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.checkboxes .caption-text {
	display: inline-block;
}

.checkboxes input[type="checkbox"]:checked+label .icon {
	color: rgba(var(--color-primary),1);
}

.checkboxes input[type="checkbox"]:checked+label .caption-text {
	color: #2D3436;
}
/*============================================= 25. Komentari =============================================*/
.comment {
	background-color: #FAFAFA;
	padding: 10px 16px;
	position: relative;
	width: 100%;
	border-radius: 8px;
}

.comment:before {
	content: "\A";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #FAFAFA transparent transparent transparent;
	position: absolute;
	left: 12px;
	bottom: -10px;
}

.left.comment {
	margin: 0 6px;
}

.left.comment:before {
	border-width: 7px 10px 7px 0;
	border-color: transparent #FAFAFA transparent transparent;
	left: -10px;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

.comment+.user {
	margin-top: 16px;
	border-top: 0;
	padding: 0;
	padding-left: 48px;
}

.comment+.user .avatar {
	position: absolute;
	left: 0;
}

.adjacent.content+.adjacent.content {
	padding-top: 0;
}
/*============================================= 25. Komentari =============================================*/
.sigma {
	text-align: center;
}

.sigma .icon {
	color: rgba(var(--color-primary),1);
	font-size: 20px;
}
/*============================================= 26. Nesređeno =============================================*/

.click {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #FFFFFF;
	font-size: 13px;
	font-weight: 700;
	width: 200px;
	border-radius: 8px;
	z-index: 3;
}

.click hr {
	color: rgba(0,0,0,.05);
}

#stanjeNeuplaceniPredujmi {
	color: #FFFFFF;
	padding: 10px 16px 10px 44px;
	background: rgba(var(--color-primary),1);
	font-weight: 700;
	border-radius: 8px;
	transition: none;
	position: absolute;
  	right: 11.6px;
  	top: 11.6px;
}

#stanjeNeuplaceniPredujmi:hover {
	background: rgba(var(--color-primary),0.8);
}


#stanjeNeuplaceniPredujmi .icon {
	left: 12px;
}

.kalkulatorRacunica {
	font-size: 11px;
	display: block;
	word-wrap: break-word;
	padding: 12px;
	border-radius: 8px 8px 0 0;
	color: #FFFFFF;
	font-weight: 400;
	background: rgba(var(--color-accent),.8);
}

.kalkulatorRezultat {
	padding: 12px;
	border-radius: 0 0 8px 8px;
	background: rgba(var(--color-accent),1);
	color: #FFFFFF;
}

.click .icon {
	font-size: 20px;
	vertical-align: middle;
	color: #FFFFFF;
	margin-right: 10px;
	font-weight: 400;
}

.kalkulatorReset .icon {
	position: absolute;
	opacity: .5;
	right: 0;
}

.kalkulatorReset .icon:hover {
	opacity: 1;
	cursor: pointer;
}

#poslednjaPretraga {
	display: none;
}

#formaUnosAlarma, #formaUnosObavestenja, #formaIzmenaAlarma, #unosPravnosnaznosti, #unosStatusaPredmeta, #unosBlokadeRacunaFL, #unosTarife, #tabelarniPrikaz, #unesiGlavnicu, #potencijalniTroskovi, #backupPodaci, #namirenja, #windowConfirm, #unosElektronskePostePoverioca, #formaPregledPredmeta, #grupnaPromenaAdrese {
	z-index: 10;
	position: fixed;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 960px;
	max-height: 90vh;
	overflow: hidden;
	overflow-y: auto;
}

#unosBlokadeRacunaFL header, #unosBlokadeRacunaFL th, #unosBlokadeRacunaFL footer {
	position: sticky;
	background-color: #FFFFFF;
	z-index: 5;
}

#unosBlokadeRacunaFL header {
	top: 0px;
	background: #FAFAFA;
}

#unosBlokadeRacunaFL th {
	top: 63px;
	outline: 1px solid #EFEFEF;
	border: none;
	outline-offset: -1px;
}

#unosBlokadeRacunaFL footer {
	bottom: 0px;
}

.postaOdluke, .izmenaKovertiForma {
	display: none;
	position: absolute;
	top: 40px;
	left: 51%;
	transform: translateX(-52%);
	z-index: 8;
	overflow-y: inherit;
	width: 60%;
}

.izmenaKovertiForma {
	position: fixed;
}

#formaUnosAlarma, #formaUnosObavestenja, #formaIzmenaAlarma, #unosPravnosnaznosti, #unosStatusaPredmeta, #unosTarife, #windowConfirm, #formaPregledPredmeta, #grupnaPromenaAdrese {
	width: 33%;
	max-width: 720px;
	min-width: 480px;
}

#namirenja {
	width: inherit;
	min-width: 320px;
}

#grupnaPromenaAdrese {
	width: 50%;
	max-width: 960px;
}

#namirenja .comment {
	max-height: 75vh;
	width: inherit;
	margin: 0 auto;
	overflow: auto;
}

#namirenja .comment:before {
	bottom: 0;
}

.chips .chip {
	display: inline-flex;
	background-color: rgba(var(--color-secondary),1);
	border-radius: 8px;
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
	font-size: 13px;
	font-weight: 700;
	margin: 6px 6px 6px 0;
	color: #FFFFFF;
}

.chips .saved.chip {
	background-color: rgba(var(--color-accent),1);
	color: #FFFFFF !important;
}

.chips .saved.chip:hover {
	background-color: rgba(var(--color-accent),.8);
}

.chips .saved.chip .mdi {
	color: #FFFFFF;
}

.chips .chip:hover {
	cursor: pointer;
	background-color: rgba(var(--color-primary),1);
}

.chips .chip .mdi {
	font-size: 16px;
	vertical-align: middle;
	margin: 0 8px;
	font-weight: 400;
	color: #FFFFFF;
}

.chips .cloud.chip .mdi {
	font-size: 18px;
	margin: 0 10px 0 6px;
}

.chips .chip:hover .mdi {
	color: #FFFFFF;
}

.chips .chip.note {
	padding-right: 12px;
}

.tekuciRacun {
	margin-bottom: 4px;
	padding: 2px 6px;
	border-radius: 8px;
}

.tekuciRacun .small-icon {
	margin: 0;
}

.tekuciRacun:last-of-type {
	margin-bottom: 0;
}

.blokiran {
	border: solid 1px rgba(var(--color-primary),.1);
	background-color: rgba(var(--color-primary),.1);
}

.izuzet p {
	text-decoration: line-through;
}

.statistics .data {
	display: block;
	margin-top: 10px;
}

.statistics .data .okoncano {
	float: left;
}

.statistics .data .uToku {
	float: right;
}

.statistics td {
	position: relative;
}

.statistics td .glyph {
	font-weight: 400;
	vertical-align: middle;
	color: #4CAF50;
}

.statistics progress[value] {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 5px;
	margin-bottom: 10px;
}

.statistics progress[value]::-webkit-progress-bar {
	background-color: #F44336;
}

.statistics progress[value]::-webkit-progress-value {
	background-color: #4CAF50;
}

.empty-progress progress[value]::-webkit-progress-bar {
	background-color: #EFEFEF !important;
}

.score {
	text-align: center;
	background-color: rgba(var(--color-primary),1);
}

.score .rating {
	font-size: 20px;
	color: rgba(var(--color-primary),1);
	margin: 10px 0;
	color: #FFFFFF;
}

.timeline.card {
	margin-bottom: 20px;
	position: relative;
}

.timeline.card:first-of-type:before {
	content: "";
	display: block;
	position: absolute;
	width: 38px;
	height: 1px;
	background-color: rgba(var(--color-primary),1);
	top: 50%;
	transform: translateY(-50%);
	left: -38px;
	z-index: -1;
	opacity: 1;
}

.timeline.card:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: rgba(var(--color-primary),1);
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	z-index: -1;
	opacity: 1;
}

.timeline.card:last-of-type:after {
	display: none;
}

.timeline.card .content:first-of-type {
	padding-left: 50px;
}

.timeline.card .icon {
	right: auto;
	left: 20px;
	font-size: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #4CAF50;
}

.search-results {
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .25);
	margin-bottom: 40px;
	z-index: 1;
}

.search-results .result {
	padding: 8px 12px;
	border-bottom: 1px solid #E5E5E5;
}

.search-results .result:last-of-type {
	border-bottom: none;
}

.search-results .result:hover {
	background-color: rgba(var(--color-primary),1);
	cursor: pointer;
}

.search-results .result:hover .caption-text {
	color: #FFFFFF;
}

.dodajPoslovniBroj, .dodajStavkuDuga, .dodajRacunDuznika, .dodajDopisFakture, .dodajListNepokretnosti, .dodajStavkuReversa {
	opacity: 1 !important;
	cursor: pointer;
}

.dodajPravnosnaznost, .dodajTarifu, .dodajStatusPredmeta, .potencijalniTroskovi, .blokirajRacuneFL, .unosAlarma, .unosObavestenja, .namirenja, .dodajStavkuReversa, .unosPregledaPredmeta {
	cursor: pointer;
}

.dodajStavkuDuga:hover:before, .dodajRacunDuznika:hover:before, .dodajPoslovniBroj:hover:before, .dodajListNepokretnosti:hover:before,.dodajStavkuReversa:hover:before {
	content: "\F0417";
	transition: all .15s linear;
}

.switch-on:hover, .dodajPravnosnaznost:hover, .potencijalniTroskovi:hover, .blokirajRacuneFL:hover, .unosAlarma:hover, .unosObavestenja:hover, .namirenja:hover {
	background-color: rgba(var(--color-primary),1) !important;
	transition: all .15s ease-in-out;
}
/*============================================= МИЛАН ОЧИСТИ =============================================*/
#neuplaceniPredujmi .chip, #proveraPravnosnaznosti .chip, #proveraIzvrsnosti .chip, #potencijalniPenzioneri .chip {
	color: #FFFFFF !important;
}

#neuplaceniPredujmi .chip:hover, #proveraPravnosnaznosti .chip:hover, #proveraIzvrsnosti .chip:hover, #potencijalniPenzioneri .chip:hover {
	cursor: auto;
}

.red-1 {
	background: rgba(244, 67, 54, 1) !important;
}

.red-2 {
	background: rgba(244, 67, 54, .9) !important;
}

.red-3 {
	background: rgba(244, 67, 54, .8) !important;
}

.red-4 {
	background: rgba(244, 67, 54, .7) !important;
}

.red-5 {
	background: rgba(244, 67, 54, .6) !important;
}

.green-1 {
	background: rgba(56, 142, 60, 1) !important;
}

.green-2 {
	background: rgba(56, 142, 60, .9) !important;
}

.green-3 {
	background: rgba(56, 142, 60, .8) !important;
}

.green-4 {
	background: rgba(56, 142, 60, .7) !important;
}

.green-5 {
	background: rgba(56, 142, 60, .6) !important;
}

.yellow-1 {
	background: #FFC107 !important;
}

.red {
	color: rgba(244, 67, 54, 1);
}

.red-border {
	border-left: solid 12px rgba(244, 67, 54, 1);
}

.green {
	color: rgba(56, 142, 60, 1);
}

.green-border {
	border-left: solid 12px rgba(56, 142, 60, 1);
}

.yellow {
	color: #FFC107;
}

.yellow-border {
	border-left: solid 12px #FFC107;
}

.tooltip {
	cursor: pointer;
}

#obrasci .templates input[type=radio]+label, .templates input[type=checkbox]+label {
	width: 50%;
}

#odluke input:disabled, #odluke select:disabled {
	color: #DFDFDF;
}

#odluke input:disabled+.icon, #odluke select:disabled+.icon {
	opacity: .5;
}

#owl {
	padding: 15px 40px 15px 30px;
}

#owl.methods input[type="checkbox"]+label .icon {
	display: inline;
	position: relative;
	right: 0;
	opacity: 1;
}

#owl.methods input[type="checkbox"]+label {
	margin-right: 15px;
}

#owl .item {
	padding: 10px;
	font-size: 12px !important;
}

#owl .owl-prev {
	position: absolute;
	top: 27%;
	left: 5px;
	display: block !important;
}

#owl .owl-next {
	position: absolute;
	top: 27%;
	right: 5px;
	display: block !important;
}

#owl .owl-prev i, .owl-next i {
	color: #DFDFDF;
	font-size: 24px;
}

#TBD {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow-y: inherit;
}

#TBD .navigation {
	background-color: rgba(var(--color-primary),1);
	position: fixed;
	width: 100%;
	z-index: 5;
}

#TBD .navigation a {
	color: #FFFFFF;
}

#TBD .menu>ul>li:hover>a, #TBD .menu>ul>li>.active {
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

#TBD .grid {
	padding-top: 60px;
}

#rezultatiCROSO .dodajRadnju {
	position: absolute;
	right: -30px;
	font-size: 15px;
	color: #DFDFDF;
	cursor: pointer;
}

#rezultatiCROSO .dodajRadnju:hover {
	color: rgba(var(--color-primary),1);
}

.max {
	background: #4CAF50 !important;
	color: #FFFFFF;
}

.min {
	background: #F44336 !important;
	color: #FFFFFF;
}

.obavestenje .content {
	background-color: #FAFAFA;
}

.obavestenje header.content {
	color: #FFFFFF;
	background: rgba(var(--color-primary),1);
}

#alarmi.card header {
	background: rgba(var(--color-primary),1);
	color: #FFFFFF;
}

#alarmi.card header .icon:hover {
	background-color: #FFFFFF !important;
	color: rgba(var(--color-secondary),1);
}

.alarm {
	background-color: #FAFAFA;
	padding: 20px 20px 20px 15px;
	position: relative;
	width: 100%;
	margin-bottom: 16px;
	border: 1px solid rgba(0,0,0,.05);
	border-radius: 8px;
}

.alarm p {
	display: inline-block;
	padding-left: 52px;
	color: #757575;
}

#alarmi .caption-text {
	display: block;
	margin-top: 5px;
}

.alarm:last-of-type {
	margin-bottom: 0;
}

.alarm .initial {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 100%;
	font-weight: 700;
	text-align: center;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 1px 2px rgba(100, 100, 100, .25);
}

.alarm .check {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.alarm .initial:hover .check {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	background: #388E3C;
	color: #FFFFFF;
	font-size: 22px;
}

.done .initial:hover .check {
	display: none;
}

.alarm-date h3 {
	opacity: .85;
}

.alarm-date span {
	text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: rgba(var(--color-primary),1);
    background-color: rgba(var(--color-primary),.1);
    border-radius: 8px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.alarm-date .icon {
	color: rgba(var(--color-primary),1);
	font-size: 18px;
	margin-right: 10px;
	cursor: pointer;
	opacity: .85;
}

.alarm-list {
	padding: 0 20px 20px 20px;
}

.initial.blue {
	background: rgba(25, 118, 210, .8);
}

.initial.purple {
	background: rgba(123, 31, 162, .8);
}

.initial.deep-orange {
	background: rgba(230, 74, 25, .8);
}

.initial.green {
	background: rgba(56, 142, 60, .8);
}

.alarm.blue a {
	color: rgba(25, 118, 210, .8);
}

.alarm.purple a {
	color: rgba(123, 31, 162, .8);
}

.alarm.deep-orange a {
	color: rgba(230, 74, 25, .8);
}

.alarm.green a {
	color: rgba(56, 142, 60, .8);
}

.alarm.done {
	opacity: .65;
}

.alarm .group-of-actions {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 40px;
	height: auto;
	opacity: 0;
	transition: all .1s ease-in-out;
	text-align: center;
}

.alarm:hover .group-of-actions {
	opacity: 1;
	transition: all .1s ease-in-out;
}

.alarm .group-of-actions .action {
	display: block;
	width: 100%;
	height: 30px;
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	transition: all .1s ease-in-out;
	border-right: 5px solid;
	color: #BDBDBD;
	font-size: 16px;
	position: relative;
}

.alarm .group-of-actions .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.alarm .group-of-actions .action:hover {
	transition: all .1s ease-in-out;
}

.alarm .group-of-actions .edit {
	border-color: rgba(25, 118, 210, .8);
}

.alarm .group-of-actions .edit:hover {
	background-color: rgba(25, 118, 210, .8);
	border-color: rgba(25, 118, 210, 1);
	color: #FFFFFF;
}

.alarm .group-of-actions .delete {
	border-color: rgba(230, 74, 25, .8);
}

.alarm .group-of-actions .delete:hover {
	background-color: rgba(244, 67, 54, .8);
	border-color: rgba(244, 67, 54, 1);
	color: #FFFFFF;
}

#alarmi h4 {
	color: rgba(var(--color-primary),1);
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0;
}

#alarmi .hr-bold {
	height: 3px;
}

#alarmi .small .content {
	padding: 15px 20px;
}

#alarmi .inset {
	background: #FAFAFA;
}

#alarmi .inset.small {
	background-color: #FAFAFA;
}

#alarmi .small h3 {
	font-size: 17px;
}

#alarmi .active {
	font-weight: 700;
	color: rgba(var(--color-primary),1);
}

#alarmi .empty .icon {
	display: none;
}

.status-oslobodjeni {
	position: initial;
	background: rgba(var(--color-secondary),1);
	color: #FFFFFF !important;
	border-radius: 8px;
	width: auto;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 0 8px;
	display: inline-block;
	margin-left: 8px;
}

.ribbon {
	background: rgba(var(--color-primary),1);
	color: #FFFFFF;
    padding: 8px;
    bottom: 12px;
    border-radius: 8px;
    z-index: 2;
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    font-size: 13px;
}

.ribbon .icon {
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	opacity: .5;
	position: absolute;
}

.ribbon p {
	margin-left: 20px;
}

.item.contact .icon {
	right: initial;
}

.item.contact .caption-text, .item.contact .title {
	margin-left: 30px;
}

.prikaziEkspedicije {
	cursor: pointer;
}

.prikaziEkspedicije:hover {
	border-color: rgba(var(--color-primary),.1);
	background-color: rgba(var(--color-primary),.1);
}

.prikaziEkspedicije span, .region--changelog table span {
	 text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: rgba(var(--color-primary),1);
    background-color: rgba(var(--color-primary),.1);
    border-radius: 8px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

.ekspedicija .comment {
	background: #EFEFEF;
	color: #757575;
	width: fit-content;
}

.mini-icon {
	font-size: 18px;
}

#contact .item {
	padding: 10px 46px 10px 16px;
}

.tokPredmeta .title, .tokPredmeta .napomena {
	display: inline;
}

.card .status {
	float: right;
	font-size: 13px;
	line-height: 23px;
	color: #757575;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	height: 30%;
	margin: auto;
}

.card .status .tool {
	display: inline-block;
	color: #BDBDBD;
	visibility: hidden;
	margin-right: 4px;
}

.card .status:hover .tool {
	visibility: visible;
}

.card .status .tool:hover {
	color: rgba(var(--color-primary),1);
}

.pretragaPoslodavaca.tool {
	color: #BDBDBD;
	margin-left: 4px;
	cursor: pointer;
}

.pretragaPoslodavaca.tool:hover {
	color: rgba(var(--color-primary),1);
}

.poruka {
	color: #BDBDBD;
	margin-left: 4px;
}

.poslodavac .subheading {
	display: inline-block;
}

.card header.color {
	background: rgba(var(--color-primary),1);
	color: #FFFFFF;
}

.status-tarifa {
	position: absolute;
	color: #FFFFFF !important;
	border-radius: 100%;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 0 8px;
	left: 20px;
	cursor: pointer;
	background: rgba(var(--color-accent),1);
	box-shadow: 0 1px 2px rgba(100, 100, 100, .25);
}

.status-tarifa.yellow {
	background: #FFC107;
	opacity: 1;
}

.margin-left-56 {
	margin-left: 56px;
}

.osnovTarife {
	display: block;
	padding: 8px;
	text-align: center;
}

a.hidden.action {
	display: none;
}

.copy {
	cursor: pointer;
}

.copied {
	display: none;
	color: #FFFFFF;
	position: fixed;
	padding: 12px 16px 12px 44px;
	bottom: 24px;
	left: 24px;
	background: rgba(var(--color-accent),1);
	font-weight: 700;
	border-radius: 8px;
	transition: none;
	z-index: 10;
}

.copied .icon {
	left: 12px;
}

.select2 {
	width: 100% !important;
}

.select2 .select2-selection {
	height: 40px;
	padding: 0 10px;
	border: none;
	border: 1px solid #EFEFEF;
	background-color: #F8F9FB;
	outline: none;
}

.select2-dropdown {
	border: none;
	top: -40px;
	z-index: 15;
}

.select2-results__option {
	height: 36px;
	line-height: 36px;
	padding: 0;
}

.select2-results__option--selectable {
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	padding-left: 10px;
	overflow: hidden;
}

.select2-selection__arrow {
	display: none;
}

.select2-container {
	z-index: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
	height: 100%;
	padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: rgba(var(--color-primary),1);
}

.select2-container--default .select2-results__option--selected, .select2-results__message {
	border-color: rgba(var(--color-primary),.1);
	background-color: rgba(var(--color-primary),.1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: none;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: #F8F9FB;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 215px;
}

.select2-search--dropdown {
	height: 40px;
	padding: 0 10px;
	border: 1px solid #EFEFEF;
	background-color: #F8F9FB;
	border-radius: 8px 8px 0 0;
}

.select2-results__message {
	padding-left: 10px;
}

.card .download-icon {
	font-size: 13px;
	margin-left: 4px;
	color: #BDBDBD;
}

.card .download-icon:hover {
	color: rgba(var(--color-primary),1);
}

.dataTable th {
	transition: none;
}

table.dataTable thead th, table.dataTable thead td {
	border-bottom: 2px solid #EFEFEF;
	border-top: 2px solid #EFEFEF;
}

table.dataTable tfoot th, table.dataTable tfoot td {
	border-bottom: 2px solid #EFEFEF;
	border-top: 2px solid #EFEFEF;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
	padding-top: 0;
	line-height: 28px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: rgba(var(--color-primary),1);
	border: 1px solid rgba(var(--color-primary),1);
}

a.paginate_button.item.active {
	background: rgba(var(--color-secondary),1);
	color: #FFFFFF !important;
	font-weight: 600;
	border: 1px solid rgba(var(--color-secondary),1);
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: #2D3436;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	color: #BDBDBD !important;
}

.dataTables_length, .dataTables_filter {
	float: left !important;
	width: 100%;
	overflow: hidden;
}

.dataTables_length select, .dataTables_filter input {
	height: 40px;
	padding: 0 10px;
	border: 1px solid #EFEFEF;
	font-weight: 400;
	width: 100%;
	margin-top: 6px;
}

span.ui.input {
	height: auto;
	padding: 0;
	border: none;
	margin-bottom: none;
	background-color: transparent;
}

.dataTables_wrapper label {
	text-align: left;
	display: block;
	font-weight: 700;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: 0;
	box-sizing: border-box;
}

span.circle {
	background: rgba(var(--color-secondary),1);
	color: #FFFFFF;
	display: block;
	border-radius: 100%;
	font-weight: 700;
	width: 28px;
	height: 28px;
	line-height: 28px;
	float: right;
	text-align: center;
}

input.required, select.required {
	border-right: 3px solid #F44336;
}

.empty.required .caption-text:after {
	content: "\F0028";
	vertical-align: middle;
	color: #F44336;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	float: right;
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: 20px;
	right: 0;
}

#tarifnik .empty.required .caption-text:after, .table-sortable .empty.required .caption-text:after {
	margin-right: 20px;
}

#overview .empty.required .caption-text:after {
	margin-right: 4px;
}

.checkbox-input {
	max-height: 60px;
}

.checkbox-input label {
	display: block;
}

.checkbox-input .checkboxes i {
	left: 4px;
	top: 0;
}

.checkbox-input .relative:nth-of-type(1) {
	display: inline-block;
	width: 15%;
	line-height: 40px;
}

.checkbox-input .relative:nth-of-type(2) {
	width: 82.8%;
	display: inline-block;
}

#stavkeDuga .hidden {
	display: none;
}

#stavkeDuga .kamata, #stavkeDuga .uplata {
	margin-top: 20px;
}

.table-sortable p {
	display: inline-block;
	padding-left: 24px;
}

.table-sortable .empty {
	padding: 20px;
}

.table-sortable .item {
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 46px 10px 16px;
	font-size: 12px;
	transition: none;
}

.table-sortable .item:last-of-type {
	border-bottom: none;
}

.table-sortable .item:hover {
	cursor: pointer;
	border-color: rgba(var(--color-primary),.1);
	background-color: rgba(var(--color-primary),.1);
}

.table-sortable span {
	color: rgba(var(--color-primary),1);
	font-weight: 700;
	margin-right: 12px;
	position: absolute;
}

[contenteditable]:focus {
	outline: solid 1px #BDBDBD;
	outline-style: dashed;
	transition: none;
}

.float-right {
	float: right;
}

.float-right button {
	color: rgba(var(--color-primary),1);
    background-color: rgba(var(--color-primary),.1);
	border: none;
	margin-right: 8px;
	width: 32px;
	line-height: 32px;
	font-weight: 700;
	border-radius: 8px;
}

.float-right button:hover {
	background: rgba(var(--color-primary),1);
	color: #FFFFFF;
	transition: all .15s linear;
}

.float-right #bold {
	font-weight: 900;
}

.float-right #underline {
	text-decoration: underline;
}

.float-right #italic {
	font-style: italic;
}

.rezultatiPretrageOdluka .empty {
	border-top: solid 1px #EFEFEF;
}

#pretragaOdluka {
	padding: 0;
	float: right;
	width: 200px;
}

#izborTarife {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 200px;
}

#pretragaOdluka .icon, #izborTarife .icon {
	transform: none;
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 20px;
	z-index: 4;
	opacity: .25;
	background: transparent;
	box-shadow: none;
	color: #2D3436;
	width: auto;
}

#pretragaOdluka .icon.active, #izborTarife .icon.active {
	color: rgba(var(--color-primary),1);
	opacity: 1;
}

.list-grid-3 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	grid-gap: 8px;
	padding: 16px;
}

.list-grid-5 {
	grid-template-columns: repeat(5,1fr);
}

.list-grid-3 input[type=radio], .list-grid-3 input[type=checkbox] {
	display: none;
}

.list-grid-3 input[type=radio]+label, .list-grid-3 input[type=checkbox]+label {
	display: block;
	padding: 16px 20px 16px 50px;
	position: relative;
	border: solid 1px #EFEFEF;
	border-radius: 8px;
	width: 100%;
}

.list-grid-3 input[type=radio]:not(.placeholder)+label:hover, .list-grid-3 input[type=checkbox]:not(.placeholder)+label:hover {
	border-color: rgba(var(--color-primary),.1);
	background-color: rgba(var(--color-primary),.1);
	cursor: pointer;
}

.list-grid-3 input[type=radio]+label .icon, .list-grid-3 input[type=checkbox]+label .icon {
	font-size: 20px;
	color: #757575;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
}

.list-grid-3 input[type=radio]:checked+label {
	color: rgba(var(--color-primary),1);
}

.list-grid-3 input[type=radio]:checked+label .icon, .list-grid-3 input[type=checkbox]:checked+label .icon {
	color: rgba(var(--color-primary),1);
}

.list-grid-3 input[type=radio]:checked+label .icon, .list-grid-3 input[type=checkbox]:checked+label .caption-text {
	font-weight: 600;
}

.list-grid-3 input[type=radio]:last-of-type+label, .list-grid-3 input[type=checkbox]:last-of-type+label {
	margin-bottom: 0;
}

.padding-top-0 {
	padding-top: 0;
}

.padding-16 {
	padding: 16px;
}

.padding-16 .empty {
	border: solid 1px #EFEFEF;
	border-radius: 8px;
}

.padding-16 .empty p {
	line-height: 32px;
}

#grid {
	display: grid;
	grid-template-columns: 64px auto 320px;
	grid-template-rows: 64px auto auto; /* 64px 180px auto*/
	min-height: 100vh;
}

.region--logo {
	background-color: rgba(var(--color-primary),1);
	grid-row: 1/2;
	grid-column: 1/2;
}

.region--navigation {
	background-color: rgba(var(--color-secondary),1);
	grid-row: 1/2;
	grid-column: 2/3;
	position: relative;
}

.region--search {
	background-color: rgba(var(--color-primary),1);
	grid-row: 1/2;
	grid-column: 3/4;
	padding: 12px 24px;
	position: relative;
}

.region--user {
	padding: 0 8px;
	grid-row: 2/4;
	grid-column: 1/2;
	background-color: #FFFFFF;
	min-height: calc(var(--app-height) - 64px);
	display: flex;
	flex-direction: column;
}

.region--message {
	padding: 64px 64px 0 64px;
	grid-row: 2/3;
	grid-column: 2/ 3;
	max-width: 1366px;
	align-self: center;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.region--message .row:not(:last-child) {
  margin-bottom: 32px;
}

.region--message .card {
	margin-bottom: 0;
}

.region--content {
	padding: 64px;
	grid-row: 3/4;
	grid-column: 2/3;
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.region--login {
	grid-row: 1/4;
	grid-column: 1/4;
	width: 100%;
   height: var(--app-height);
	margin: 0 auto;
	overflow: hidden;
	display: grid;
	background-size: cover;
	align-items: center;
}

.region--login:before {
    content: "";
    width: 100%;
    height: var(--app-height);
    background: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.25));
    position: absolute;
}

.card--login {
	width: 320px;
	max-width: 320px;
	margin: 0 auto;
	z-index: 1;
}

.card--login__logo a {
	display: block;
	width: 32px;
	background-image: url(../img/logo.svg);
}

.card--login__message {
	background-color: rgba(var(--color-primary),1);
	margin-bottom: 0;
}

.card--login__message p {
	color: #FFFFFF;
	opacity: .9;
}

.region--index {
	display: grid;
	grid-template-columns: 2fr 5fr;
	grid-template-rows: auto;
	grid-gap: 0 24px;
}

.region--index__left {
	grid-column: 1/2;
}

.region--index__right {
	grid-column: 2/3;
}

.region--sidebar {
	background-color: #FFFFFF;
	padding: 24px;
	grid-row: 2/4;
	grid-column: 3/4;
	min-height: calc(var(--app-height) - 64px);
}

.region--results {
	background-color: #FFFFFF;
	grid-row: 2/4;
	grid-column: 3/4;
	min-height: calc(var(--app-height) - 64px);
	z-index: 0;
}

.region--results .item:hover {
	border-color: rgba(var(--color-primary),.1);
	background-color: rgba(var(--color-primary),.1);
}

.region--results .badge {
	display: block;
	background-color: rgba(var(--color-primary),.2);
	padding: 8px 16px;
	color: rgba(var(--color-primary),1);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.list-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-gap: 8px;
}

.list--no-gap {
	grid-gap: 0;
}

.list--palette {
	grid-gap: 8px;
	grid-template-columns: repeat(9,1fr);
}

/*.list {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-gap: 8px;
}*/

.list__item {
	padding: 12px 16px;
	margin-bottom: 0;
	border: 1px solid rgba(0,0,0,.05);
	border-radius: 8px;
	position: relative;
}

.list__item--color {
	text-indent: -9999px;
	padding: 0;
}

.card--group {
	background-color: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.region--user .card {
	border-bottom: 2px solid #EFEFEF;
	padding: 24px 0;
	margin-bottom: 0;
}

.region--user .card:last-of-type {
	border-bottom: 0;
}

.region--user .card--fixed-bottom {
	margin-top: auto;
	border-bottom: 0;
	padding: 0;
	position: fixed;
	left: 32px;
	transform: translateX(-50%);
	bottom: 16px;
	width: 36px;
	height: 36px;
	background: transparent;
}

.region--user .card__icon {
	right: auto;
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: block;
	margin: 0 auto 16px;
	color: rgba(var(--color-accent),1);
	text-align: center;
	position: relative;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	font-size: 24px;
}

.region--user .card--fixed-bottom a {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background-color: rgba(var(--color-secondary),1);
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
	margin: 0 auto;
}

.region--user .card--fixed-bottom .card__icon {
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	color: #FFFFFF;
	font-size: 16px;
}

.notification {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background-color: rgba(var(--color-primary),1);
	line-height: 36px;
	display: block;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
}

.notification .icon {
	position: relative;
	right: auto;
	top: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	font-size: 24px;
}

.user--status {
	display: block;
	margin: 0 auto 8px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	border-radius: 0;
}

.user--status .avatar {
	left: 0;
}

.user--status .icon {
	right: -4px;
	bottom: -4px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	font-size: 12px;
}

[href*=odjavljivanje] {
	font-size: 0;
}

.region--file {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: auto;
	grid-gap: 0 24px;
}

.region--file__up {
	grid-column: 1/3;
	grid-row: 1/2;
	position: relative;
}

.region--file__up .prev, .region--file__up .next {
	position: absolute;
	width: 16px;
	height: 48px;
	line-height: 48px;
	border-radius: 100%;
	top: calc(50% - 12px);
   transform: translateY(-50%);
	font-size: 16px;
   color: #FFFFFF;
   background-color: rgba(var(--color-secondary),1);
   text-align: center;
   opacity: .2;
}

.region--file__up .prev:hover, .region--file__up .next:hover {
	width: 24px;
   opacity: 1;
}

.region--file__up .prev {
	left: -16px;
	border-radius: 8px 0 0 8px;
}

.region--file__up .prev:hover {
	left: -24px;
}

.region--file__up .next {
	right: -16px;
	border-radius: 0 8px 8px 0;
}

.region--file__up .next:hover {
	right: -24px;
}

.region--file__left {
	grid-column: 1/2;
	grid-row: 2/3;
}

.region--file__right {
	grid-column: 2/3;
	grid-row: 2/3;
}

.tekuciRacun:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	display: inline-block;
	background-color: #FFFFFF;
	margin-right: 4px;
}

.tekuciRacun.red:before {
	background-color: #F44336;
}

.tekuciRacun.green:before {
	background-color: #4CAF50;
}

.card--event {
	margin-bottom: 24px;
	display: grid;
	grid-gap: 8px;
	background-color: transparent;
}

.card--event--item {
	display: grid;
	grid-template-columns: 1fr 5fr;
	color: #FFFFFF;
	padding: 20px;
	border-radius: 8px;
	grid-gap: 8px;
    position: relative;
    background: linear-gradient(rgba(var(--color-accent),.7), rgba(var(--color-accent),.2));
}

.card--event--item:before {
	content: "";
	width: 100%;
	height: 100%;
    background: linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,0));
    position: absolute;
    border-radius: 8px;
}

.card--event--item__left {
	font-weight: 700;
	text-align: center;
	z-index: 1;
}

.card--event--item__right {
	z-index: 1;
}

.card--event--item .caption-text {
	color: #FFFFFF;
	opacity: .9;
}

.card--weather {
	display: grid;
	grid-gap: 8px;
    background: linear-gradient(rgba(var(--color-secondary),.3), rgba(var(--color-secondary),.3));
    background-size: cover;
    position: relative;
	color: #FFFFFF;
	padding: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.card--weather:before {
	content: "";
	width: 100%;
	height: 100%;
    background: linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.4));
    position: absolute;
    border-radius: 8px;
}

.card--weather .caption-text {
	color: #FFFFFF;
	opacity: .9;
}

.card--weather__header  {
	grid-column: 1/5;
	grid-row: 1/2;
	position: relative;
	padding: 4px 0;
}

.card--weather__left {
	text-align: center;
	z-index: 1;
	grid-column: 1/2;
	grid-row: 2/3;
    font-weight: 700;
	line-height: 60px;
    font-size: 28px;
}

.card--weather__right {
	z-index: 1;
	grid-column: 2/5;
	grid-row: 2/3;
	text-align: right;
}

.card--weather__icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 51px;
	width: 51px;
}

.region--upload .card {
	display: flex;
}

.region--upload .item {
	flex: 1;
	text-align: right;
	font-weight: 600;
   background: rgba(var(--color-secondary),1);
	color: #FFFFFF;
	padding: 10px 12px;
}

.region--upload .item.done {
	background: rgba(var(--color-accent),1);
	color: #FFFFFF;
}

.region--upload__title {
	position: absolute;
	left: 12px;
	line-height: 40px;
	z-index: 1;
	color: #FFFFFF;
}

#filelist {
	height: 40px;
   background: rgba(var(--color-secondary),1);
   line-height: 40px;
   border-radius: 8px;
   color: white;
   position: relative;
   overflow: hidden;
}

#filelist .file-name {
	position: absolute;
	left: 12px;
	z-index: 1;
	width: calc(100% - 24px);
}

#filelist span {
	position: absolute;
	right: 0;
}

#progress-bar {
   position: absolute;
	top: 0;
   width: 1%;
   height: 100%;
   background-color: rgba(var(--color-primary),1);
}

.region--changelog {
	display: grid;
	grid-template-columns: 5fr 2fr;
	grid-template-rows: auto;
	grid-gap: 0 24px;
}

.region--changelog__left {
	grid-column: 1/2;
}

.region--changelog__right {
	grid-column: 2/3;
}

.region--changelog header {
	background: rgba(var(--color-primary),1);
   color: #FFFFFF;
}

.region--changelog .brojRezultata {
	color: #FFFFFF;
	opacity: .5;
}

.region--changelog header .icon:hover {
    background-color: #FFFFFF !important;
    color: rgba(var(--color-secondary),1);
}

.region--changelog table td {
	padding: 16px;
}

.changelog {
	border-bottom: 1px solid #EFEFEF;
	display: grid;
	grid-gap: 16px;
}

.changelog--date {
    color: rgba(var(--color-secondary),1);
    background-color: rgba(var(--color-secondary),.1);
    border-radius: 8px;
    font-weight: 700;
    padding: 0 12px;
    line-height: 32px;
    margin-bottom: 8px;
    width: fit-content;
}

.changelog--log {
	position: relative;
}

.changelog--log .icon {
	width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: rgba(var(--color-primary),1);
    line-height: 32px;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    position: absolute;
}

.changelog--log .title, .changelog--log .description {
    padding: 0 48px;
}

.changelog--log .description {
    color: #757575;
}

.changelog--log .description ol {
    list-style: decimal;
    list-style-position: outside;
    padding: 10px 20px;
}

.changelog--log .description ol > li::marker {
  font-weight: 700;
}

.pill {
    padding: 2px 8px;
    margin-left: 6px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(var(--color-accent),1);
    background-color: rgba(var(--color-accent),.1);
    font-weight: 700;
    cursor: pointer;
}

.pill a {
    color: rgba(var(--color-accent),1);
}

.pill:hover {
    color: #FFFFFF;
    background-color: rgba(var(--color-accent),.8);
}

.pill:hover a {
    color: #FFFFFF;
}

.changelog--log h4 {
    font-size: 13px;
    margin-top: 12px;
    font-weight: 600;
}

.changelog--log .button {
	cursor: pointer;
    margin-left: 48px;
    margin-top: 8px;
    font-weight: 700;
    background-color: rgba(var(--color-primary),.1);
    color: rgba(var(--color-primary),1);
    border: 0;
    padding: 4px 12px;
    border-radius: 8px;
    display: inline-block;
    opacity: .8;
}

.changelog--log .button:hover {
    opacity: 1;
}

.changelog--log:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 32px;
    display: block;
    background-color: #EFEFEF;
}

.changelog--log:last-of-type:after {
    display: none;
}

.changelog.new {
    border-color: rgba(var(--color-primary),.1);
	border: solid 1px rgba(var(--color-primary),.1);
    animation: pulse 2s infinite;
}

.changelog.new .icon {
    background-color: rgba(var(--color-accent),1);
}

@keyframes pulse {
  0%, 100% {
    background-color: rgba(var(--color-secondary),.1);
  }
  50% {
    background-color: rgba(var(--color-secondary),0);
  }
}

.region--user a.changelog--count {
	display: block;
	position: relative;
}

.region--user a.changelog--count span {
	position: absolute;
	display: inline-block;
	height: 14px;
	width: 14px;
	line-height: 14px;
	border-radius: 100%;
	font-size: 8px;
	text-align: center;
	background-color: rgba(var(--color-primary),1);
	color: #FFFFFF;
    right: 2px;
    top: 0;
}

.region--user a.changelog--count .icon {
	padding-top: 8px;
	height: 32px;
}

.execution-time {
	background: rgba(var(--color-accent),1);
	color: #FFFFFF;
    bottom: 12px;
    right: 12px;
    z-index: 2;
    position: fixed;
    text-align: right;
    width: fit-content;
}

@media (max-width: 768px) {
	#grid {
		grid-template-columns: 64px auto 224px;
	}

	.region--content {
  		padding: 24px;
	}

	.region--index__left, .region--index__right, .region--file__left, .region--file__right, .region--changelog__left, .region--changelog__right {
	    grid-column: 1/3;
	    grid-row: auto;
	}

	.region--index__right {
	    order: 1;
	}

	.region--index__left {
	    order: 2;
	}

	#formaUnosAlarma, #formaUnosObavestenja, #formaIzmenaAlarma, #unosPravnosnaznosti, #unosStatusaPredmeta, #unosTarife, #formaPregledPredmeta {
		width: 85%;
	}

	.table-wraper {
		overflow-x: auto;
	}

	.card table td, .card table th {
		white-space: nowrap;
	}

	.menu>ul>li {
		padding: 0 6px;
	}

}

@media (max-width: 576px) {

	#grid {
		grid-template-columns: 64px auto 64px;
		grid-template-rows: 64px 152px auto;
	}

	.region--user, .region--sidebar, .region--results {
  		display: none;
	}

	.region--search {
		background-color: rgba(var(--color-secondary),1);
	    grid-column: 2/3;
	}

	.region--navigation {
		background-color: rgba(var(--color-primary),1);
	    grid-column: 3/4;
	}

	.region--results {
		grid-column: 1/4;
	}

	.region--content {
		grid-column: 1/4;
  		padding: 20px;
	}

	.card {
		margin-bottom: 20px;
	}

	.region--message {
		grid-column: 1/4;
   	padding: 20px 20px 0 20px;
	}

	#poruka .actions {
		padding-top: 16px;
	}

	.menu {
		display: none;
		position: absolute;
		left: 0;
		padding: 0;
		background-color: #FFFFFF;
	}

	.menu-trigger {
		display: block;
	}

	.menu ul {
		margin: 0;
		background-color: #FFFFFF;
	}

	.menu>ul>li {
		padding: 0;
		display: block;
		width: 100%;
    	background-color: rgba(var(--color-primary),.9);
		border-bottom: 1px solid rgba(var(--color-secondary),1);
	}

	.menu>ul>li>ul>li>ul>li>a {
    	background-color: rgba(var(--color-primary),.7);
	}

	.menu>ul>li>a {
		padding: 24px;
	}

	.menu>ul>li:hover>a, .menu>ul>li>.active, .menu>ul>.has-sub:hover>a {
		border: none;
	}

	.menu ul ul {
		background-color: #FFFFFF;
		position: inherit;
	}

	.menu li:hover>ul>li {
		height: auto;
		background: #FFFFFF;
	}

	.menu ul ul li a {
		padding: 16px;
		width: 100%;
		background-color: rgba(var(--color-primary),.8);
	}

	.menu>ul>li>ul>.has-sub>:after {
		position: absolute;
	}

	.menu ul ul ul {
		margin: 0;
		top: 0;
		background-color: #FFFFFF;
	}

	.menu ul ul li:hover>a, .menu ul ul li a:hover {
		background-color: rgba(var(--color-secondary),1);
	}

	.menu-trigger.active .icon:before {
		content: "\F0156";
	}

	.list.half .item, .list.third .item, .list.quarter .item, .updates input[type="radio"]+label {
		width: 100%;
		border-right: none;
	}

	.list.quarter .item, .list.third .item {
		border-bottom: 1px solid #EFEFEF;
	}

	.list.quarter .item:last-of-type, .list.third .item:last-of-type {
		border-bottom: none;
	}

	.alarm-date h3 {
		font-size: 14px;
	}

	.list-grid-3 {
		grid-template-columns: 1fr;
	}

	#pretragaOdluka, #izborTarife {
		float: unset;
		width: 100%;
		position: relative;
		left: 0;
		top: 20px;
	}

	.input.last, .select2 .select2-selection {
		margin-bottom: 20px;
	}

	.columns:last-of-type .input.last {
		margin-bottom: 0;
	}

	.two.columns.mobile, .four.columns.mobile {
		width: 35%;
	}

	.seven.columns.mobile, .eight.columns.mobile {
		margin-left: 5%;
		width: 60%;
	}

	/*.tabs .tab {
		width: 20%;
		content: "";
		color: transparent;
	}

	.tab[data-tab]:after {
		color: rgba(var(--color-primary),1);
	}

	.tab[data-tab="tab1"]:after {
		content: "ПРД";
	}

	.tab[data-tab="tab2"]:after {
		content: "ОДР";
	}

	.tab[data-tab="tab3"]:after {
		content: "СПР";
	}

	.tab[data-tab="tab4"]:after {
		content: "ОКН";
	}

	.tab[data-tab="tab5"]:after {
		content: "ОСТ";
	}*/

	.mailings .badge {
	    width: 32.5%;
	    margin-bottom: 8px;
	}

	.actions, .tabs {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 8px;
		text-align: center;
	}

	.actions .action {
		margin: 0;
		padding: 8px;
	}

	.card header span {
		white-space: nowrap;
		font-size: 14px;
   	margin-left: 4px;
	}

	.prikaziEkspedicije span {
		right: 16px;
	}

	.changelog--log .description {
		padding-right: 0;
	}

	#stanjeNeuplaceniPredujmi {
		display: none;
	}

}

span.highlight {
	transition: none;
}

.prikaziVremeAzuriranja {
	cursor: pointer;
}

.vremeAzuriranja .item {
	 border: solid 1px rgba(var(--color-primary),.1);
    border-radius: 8px;
    background: rgba(var(--color-primary),.1);
    color: rgba(var(--color-primary),1);
}


/*.window-confirm {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.popup-content {
    text-align: center;
}

.confirm-btn,
.cancel-btn {
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
}

.confirm-btn {
    background-color: #4caf50;
    color: #fff;
    border: none;
}

.cancel-btn {
    background-color: #f44336;
    color: #fff;
    border: none;
}*/


/* ======= Toast message ======== */

#toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
}

.toast {
  display: block;
  width: 320px;
  transition: all linear 0.3s;
  background: rgba(var(--color-primary),1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.toast footer {
	background-color: rgba(var(--color-primary),1);
	text-align: center;
}

.toast footer a {
	width: auto;
}

.toast footer.actions {
	padding: 0 20px 20px 20px;
}

.toast footer.actions .action {
	background-color: rgb(255 255 255);
	width: 47%;
}

.toast footer.actions .action:first-of-type {
	margin-left: 0;
}

.toast:last-of-type {
	margin-bottom: 0;
}

.toast a {
  width: 100%;
}

.toast .content {
	padding: 20px 20px 20px 81.6px;
}

.toast__badge {
    width: 41.6px;
    height: 41.6px;
    display: block;
    border-radius: 50%;
    line-height: 41.6px;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px;
    background: white;
    font-size: 16px;
}

.toast .title, .toast .caption-text {
	color: #FFFFFF;
}

.toast .caption-text {
	opacity: 0.9;
}

.toast__close {
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 16px;
}

.toast__close:hover {
	opacity: 0.9;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(calc(100% + 32px));
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

#posaljiNotifikaciju {
	float: right;
    display: block;
    position: absolute;
    top: 0;
    right: 42px;
    padding: 12px 16px;
    text-align: right;
    background: #FFFFFF;
}

#posaljiNotifikaciju.shrink {
	width: 100%;
}

#listaZaposlenih {
    display: none;
}

#listaZaposlenih.active {
    display: inline-block;
}

.notifikacijaZa {
    display: inline-block;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

#toggleZaposleni:checked ~ #listaZaposlenih {
    max-height: 100vh;
}

#toggleZaposleni:checked ~ #listaZaposlenih .notifikacijaZa {
    opacity: 1;
    transform: translateX(0);
}

#toggleZaposleni:checked ~ #listaZaposlenih .notifikacijaZa {
    animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

#posaljiNotifikaciju .action {
	cursor: pointer;
	margin-left: 8px;
	font-weight: 700;
    font-size: 10px;
	background-color: rgba(var(--color-primary),.1);
	color: rgba(var(--color-primary),1);
	border: 0;
	padding: 2px 8px;
	border-radius: 8px;
	display: inline-block;
	opacity: .8;
	text-transform: uppercase;
}

#posaljiNotifikaciju .action:hover {
	opacity: 1;
}

#rezultatiSlanjeFaktura {
	position: relative;
}

#rezultatiSlanjeFaktura .zip-download {
	position: absolute;
	width: 16px;
	height: 48px;
	line-height: 48px;
	border-radius: 100%;
	top: 8px;
	font-size: 12px;
   color: #FFFFFF;
   background-color: rgba(var(--color-secondary),1);
   text-align: center;
   opacity: .2;
}

#rezultatiSlanjeFaktura .zip-download:hover {
	width: 24px;
   opacity: 1;
}

#rezultatiSlanjeFaktura .zip-download {
	left: -16px;
	border-radius: 8px 0 0 8px;
}

#rezultatiSlanjeFaktura .zip-download:hover {
	left: -24px;
}

#komeSePrebacujePoziv {
	float: right;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 16px;
    text-align: right;
    background: #FFFFFF;
}

#komeSePrebacujePoziv.shrink {
	width: auto;
}

#komeSePrebacujePozivTekst {
    display: none;
}

#komeSePrebacujePozivTekst.active {
    display: inline-block;
}

#toggleKomeSePrebacujePoziv:checked ~ #komeSePrebacujePozivTekst {
    max-height: 100vh;
    margin-right: 105px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

#komeSePrebacujePoziv .action {
	cursor: pointer;
	font-weight: 700;
    font-size: 10px;
	background-color: rgba(var(--color-primary),.1);
	color: rgba(var(--color-primary),1);
	border: 0;
	padding: 2px 8px;
	border-radius: 8px;
	display: inline-block;
	opacity: .8;
	text-transform: uppercase;
}

#komeSePrebacujePoziv .action:hover {
	opacity: 1;
}

/* ============================================================================
   IZVODI - Table Row Colors (Matching Scores)
   ============================================================================ */

/* Score 100+ - Auto match (zeleno) */
tr.success {
	background-color: #d4edda !important; /* Svetlo zelena */
}

tr.success:hover {
	background-color: #c3e6cb !important;
}

/* Score 70-99 - Suggested match (žuto) */
tr.warning {
	background-color: #fff3cd !important; /* Svetlo žuta */
}

tr.warning:hover {
	background-color: #ffeeba !important;
}

/* Score 50-69 - Review needed (narandžasto) */
tr.review {
	background-color: #ffe5cc !important; /* Svetlo narandžasta */
}

tr.review:hover {
	background-color: #ffd6b3 !important;
}

/* Score < 50 - Manual match (crveno) */
tr.error {
	background-color: #f8d7da !important; /* Svetlo crvena */
}

tr.error:hover {
	background-color: #f5c6cb !important;
}

/* ============================================= Platni Nalozi ============================================= */

/* Status labels */
.status-label {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.status-label.info {
	background-color: #d4edda;
	color: #155724;
}

.status-label.warning {
	background-color: #fff3cd;
	color: #856404;
}

.status-label.success {
	background-color: #c3e6cb;
	color: #0f4c1d;
}

.status-label.secondary {
	background-color: #e9ecef;
	color: #495057;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.status-label.secondary:not(.filter-stavke-btn)::before {
	content: '•';
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
}

/* Match score bullet colors for Neraspoređeno */
.status-label.secondary.score-success:not(.filter-stavke-btn)::before {
	color: #28a745; /* Zelena */
}

.status-label.secondary.score-warning:not(.filter-stavke-btn)::before {
	color: #ffc107; /* Žuta */
}

.status-label.secondary.score-review:not(.filter-stavke-btn)::before {
	color: #ff9800; /* Narandžasta */
}

.status-label.secondary.score-error:not(.filter-stavke-btn)::before {
	color: #dc3545; /* Crvena */
}

/* Zastarele klase - zadržane za kompatibilnost ali neće se koristiti za Neraspoređeno */
.status-label.error {
	background-color: #f8d7da;
	color: #721c24;
}

.status-label.review {
	background-color: #fff3e0;
	color: #e65100;
}

/* Checkbox za select all */
#selectAll {
	cursor: pointer;
}

/* Modal for payment orders (if needed) */
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

.modal-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	border-radius: 8px;
	max-width: 800px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	z-index: 9999;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-overlay.active {
	display: block;
}

/* Autocomplete suggestions */
.autocomplete-suggestions {
	position: absolute;
	background: white;
	border: 1px solid #ddd;
	border-radius: 4px;
	max-height: 200px;
	overflow-y: auto;
	z-index: 1000;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.autocomplete-suggestions .suggestion {
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #f0f0f0;
}

.autocomplete-suggestions .suggestion:hover {
	background-color: #f8f9fa;
}

.autocomplete-suggestions .suggestion:last-child {
	border-bottom: none;
}

/* ================================================
   TAB MENU (Izvodi Navigation)
   ================================================ */

.tab-menu {
	display: flex;
	gap: 5px;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid rgba(var(--color-secondary), 0.3);
}

.tab {
	padding: 12px 24px;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.6);
	border-bottom: 3px solid transparent;
	transition: all 0.2s;
	display: inline-flex;
	align-items: center;
}

.tab:hover {
	color: rgba(var(--color-primary), 1);
	border-bottom-color: rgba(var(--color-primary), 0.5);
}

.tab.active {
	color: rgba(var(--color-primary), 1);
	font-weight: 700;
	border-bottom-color: rgba(var(--color-primary), 1);
}

.tab i {
	margin-right: 8px;
}

/* ============================================================================
   IZVODI - Two-row layout (stavka-main + stavka-sub)
   ============================================================================ */
.stavka-main {
	border-bottom: none !important;
}

.stavka-sub {
	background: rgba(0, 0, 0, 0.02) !important;
	border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
	font-size: 0.9em;
}

.stavka-sub td {
	padding: 8px 12px !important;
}

tr.stavka-sub.success {
	background: rgba(40, 167, 69, 0.05) !important;
}

tr.stavka-sub.warning {
	background: rgba(255, 193, 7, 0.05) !important;
}

tr.stavka-sub.review {
	background: rgba(255, 152, 0, 0.05) !important;
}

tr.stavka-sub.error {
	background: rgba(220, 53, 69, 0.05) !important;
}

tr.stavka-sub.info {
	background: rgba(23, 162, 184, 0.05) !important;
}

/* ============================================================================
   HALCOM IMPORT - Two-row layout (halcom-main + halcom-sub)
   ============================================================================ */
.halcom-main {
	border-bottom: none !important;
}

.halcom-sub {
	background: rgba(0, 0, 0, 0.02) !important;
	border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
	font-size: 0.9em;
}

.halcom-sub td {
	padding: 8px 12px !important;
}

tr.halcom-sub.success {
	background: rgba(40, 167, 69, 0.05) !important;
}

tr.halcom-sub.warning {
	background: rgba(255, 193, 7, 0.05) !important;
}

tr.halcom-sub.review {
	background: rgba(255, 152, 0, 0.05) !important;
}

tr.halcom-sub.error {
	background: rgba(220, 53, 69, 0.05) !important;
}

/* Filter dugmici za izvode */
.filter-stavke-btn.active {
	outline: 2px solid var(--color-primary, #4CAF50);
	outline-offset: 1px;
}

/* ============================================================================
   DEBUG MATCHING MODAL
   ============================================================================ */
.debug-stavka-info {
	background: #f8f9fa;
	border-radius: 4px;
	padding: 10px 14px;
	font-size: 0.9em;
	line-height: 1.6;
}
.debug-stavka-info p {
	margin: 2px 0;
}

.debug-korak {
	border: 1px solid #e9ecef;
	border-radius: 6px;
	margin: 8px 16px;
	overflow: hidden;
}
.debug-korak-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 14px;
	cursor: pointer;
	user-select: none;
	transition: background 0.15s;
}
.debug-korak-header:hover {
	background: rgba(0, 0, 0, 0.03);
}
.debug-korak-title {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 0.95em;
}
.debug-korak-score {
	font-weight: 600;
	font-size: 0.9em;
	white-space: nowrap;
}
.debug-korak-success .debug-korak-header {
	border-left: 4px solid #28a745;
}
.debug-korak-success .debug-korak-title i { color: #28a745; }
.debug-korak-success .debug-korak-score { color: #28a745; }

.debug-korak-fail .debug-korak-header {
	border-left: 4px solid #dc3545;
}
.debug-korak-fail .debug-korak-title i { color: #dc3545; }
.debug-korak-fail .debug-korak-score { color: #dc3545; }

.debug-korak-details {
	display: none;
	padding: 0 14px 12px 14px;
	font-size: 0.85em;
	border-top: 1px solid #f0f0f0;
}
.debug-korak-input {
	color: #666;
	margin: 8px 0 6px;
	word-break: break-all;
}
.debug-steps {
	list-style: none;
	padding: 0;
	margin: 6px 0 0 0;
}
.debug-steps li {
	padding: 3px 0 3px 8px;
	border-left: 2px solid #e9ecef;
	margin-bottom: 2px;
	font-family: 'Consolas', 'Monaco', monospace;
	font-size: 0.92em;
	line-height: 1.5;
	word-break: break-all;
}
.debug-step-ok { border-left-color: #28a745 !important; color: #1b7a34; }
.debug-step-fail { border-left-color: #dc3545 !important; color: #a71d2a; }
.debug-step-skip { border-left-color: #6c757d !important; color: #6c757d; font-style: italic; }
.debug-steps li.step-ok { border-left-color: #28a745; color: #1b7a34; }
.debug-steps li.step-fail { border-left-color: #dc3545; color: #a71d2a; }

/* Debug Accordion */
.debug-accordion {
	border: 1px solid #e9ecef;
	border-radius: 6px;
	overflow: hidden;
	margin: 8px 0;
}
.debug-accordion-item {
	border-bottom: 1px solid #e9ecef;
}
.debug-accordion-item:last-child {
	border-bottom: none;
}
.debug-accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	cursor: pointer;
	background: #f8f9fa;
	user-select: none;
	transition: background 0.15s;
}
.debug-accordion-header:hover {
	background: #f0f2f4;
}
.debug-accordion-item.open > .debug-accordion-header {
	background: #fff;
	border-bottom: 1px solid #e9ecef;
}
.debug-accordion-title {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	font-size: 0.9em;
}
.debug-accordion-arrow {
	font-size: 1.1em;
	transition: transform 0.2s;
	color: #aaa;
}
.debug-accordion-item.open > .debug-accordion-header .debug-accordion-arrow {
	transform: rotate(90deg);
	color: #555;
}
.debug-accordion-body {
	display: none;
	padding: 12px 14px;
	background: #fff;
}
.debug-accordion-item.open > .debug-accordion-body {
	display: block;
}
.debug-step-warn { border-left-color: #ffc107 !important; color: #856404; }

.debug-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 12px 16px;
	margin: 8px 16px 4px;
	background: #f8f9fa;
	border-radius: 6px;
	font-size: 0.95em;
	border: 2px solid #dee2e6;
}
.debug-total-type {
	padding: 2px 10px;
	border-radius: 12px;
	font-size: 0.85em;
	font-weight: 600;
	background: var(--color-primary, #4CAF50);
	color: #fff;
}


/* ============================================================================
   IMENIK MODAL - Hover Effect
   ============================================================================ */
.imenikRow:hover {
	background-color: rgba(var(--color-primary), .1);
}

/* ============================================================================
   COLLAPSIBLE SECTIONS - Izvodi Form
   ============================================================================ */
.collapsible-section {
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	overflow: hidden;
}

.collapsible-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	background: rgba(var(--color-secondary), 0.05);
	cursor: pointer;
	user-select: none;
	transition: background 0.2s;
}

.collapsible-header:hover {
	background: rgba(var(--color-secondary), 0.1);
}

.collapsible-header i {
	transition: transform 0.3s ease;
}

.collapsible-section.open .collapsible-header i {
	transform: rotate(180deg);
}

.collapsible-content {
	padding: 16px;
	border-top: 1px solid #e0e0e0;
}

.collapsible-section:not(.open) .collapsible-content {
	display: none;
}

/* ============================================================================
   SCORE DETAILS MODAL - Total Row
   ============================================================================ */
.score-total-row {
	border-top: 2px solid #ddd;
	font-weight: bold;
}

/* ============================================================================
   STAVKA DETAILS MODAL - Clickable Rows & Modal Styling
   ============================================================================ */

/* Clickable row hover effect */
.stavka-clickable {
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.stavka-clickable:hover {
	background-color: rgba(var(--color-primary), 0.05) !important;
}

/* Modal section headers */
#stavkaDetailsModal h4 {
	margin-bottom: 10px;
	font-size: 0.95em;
	color: #666;
	font-weight: 600;
}

/* Modal labels */
#stavkaDetailsModal label.caption-text {
	font-size: 0.85em;
	color: #888;
	margin-bottom: 3px;
}

/* Modal predmet data section */
#modalPredmetData {
	margin-top: 15px;
	padding: 12px;
	background: #f8f9fa;
	border-radius: 4px;
}

/* Header match score badge colors */
#stavkaDetailsModal header .icon {
	font-size: 10px;
	cursor: pointer;
}

#stavkaDetailsModal header .icon.score-success {
	background-color: #28a745;
	color: #FFFFFF;
}

#stavkaDetailsModal header .icon.score-warning {
	background-color: #ffc107;
	color: #000000;
}

#stavkaDetailsModal header .icon.score-review {
	background-color: #ff9800;
	color: #FFFFFF;
}

#stavkaDetailsModal header .icon.score-error {
	background-color: #dc3545;
	color: #FFFFFF;
}

/* Highlight class for matching names (yellow marker) */
.highlight {
	background-color: #fef9c2;
	color: #894b00;
	padding: 2px 2px;
	border-radius: 2px;
	font-weight: 600;
}

/* Highlight class for poslovni broj (green marker) */
.highlight-pb {
	background-color: #dcfce7;
	color: #008236;
	padding: 2px 2px;
	border-radius: 2px;
	font-weight: 600;
}

/* Imenik-style tags for matching source (Дужник/Послодавац) */
.imenik-tag {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 0.75em;
	font-weight: 600;
	margin-left: 8px;
}

.tag-duznik {
	background: rgba(220, 53, 69, 0.1);
	color: #dc3545;
}

.tag-poslodavac {
	background: rgba(40, 167, 69, 0.1);
	color: #28a745;
}

.warnings-panel {
	margin-bottom: 16px;
}

.warnings-panel__toggle {
	cursor: default;
}

.warnings-panel__body {
	display: block;
}

.warnings-panel__item {
	padding: 10px 16px;
	border-bottom: 1px solid rgba(0,0,0,.08);
}

.warnings-panel__item:last-child {
	border-bottom: none;
}

.warnings-panel__msg {
	font-size: 12px;
	line-height: 1.4;
}

.warnings-panel__meta {
	margin-top: 4px;
	font-size: 11px;
	color: #6a6f73;
	word-break: break-all;
}
