:focus {
    outline: 0px;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
	color: #3e3e3e;
}
.text-strong { font-weight: 600; }
/** Coloring inputs **/
.form-control, .select2-container--default .select2-selection--single {
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.24);
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .form-control:focus {
	color: #000;
}
[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before {
	border: 1px solid rgba(0, 0, 0, 0.24);
}
/** Coloring inputs  ends **/

.control-sidebar.no-footer, .control-sidebar.no-footer::before {
	bottom: 0px;
}
.swal2-popup.swal2-toast .swal2-title {
    margin-left: 15px;
	color: #525252;
}
.w40 { width: 40px; }
.w60 { width: 60px; }
.w80 { width: 80px; }
.w100 { width: 100px; }

.hidden { display: none !important; }

.hidden-data .hide-data { display: none; }

.modal-edit .on-add, .modal-add .on-edit { display: none; }
.modal-edit .on-edit, .modal-add .on-add { display: inherit; }

.modal-header button.close {
	position: absolute;
    top: 0px;
    right: 0px;
    background: #4b4b4b;
    color: #fff;
    opacity: 1;
    border-radius: 100%;
    padding: 5px 10px;
	outline: none;
}

.btn:not(.btn-app) > i { line-height: 1.5; }

.p_page {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination-sm .p_page {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}
.p_page:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.select-control { width: 100%; }
textarea:not(.withresize) { resize: none; }
.hide { display: none !important; }
.validate-relative{position:relative}
.validate-relative .validate-parent-text{background:rgba(0,0,0,.78);position:absolute;color:#fff;min-width:120px;font-size:11px;border:1px solid #2b2b2b;padding:4px 10px;cursor:pointer}
.validate-relative .validate-parent-text:after{content:"";position:absolute;border-left:7px solid transparent;border-top:7px solid rgba(0,0,0,.78);border-bottom:7px solid transparent;border-right:7px solid transparent;top:23px;right:7px}

.table.table-auto>thead>tr:first-child>th {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #39536c;
    font-size: 13px;
    text-transform: uppercase;
    border-top: 0px;
}
.table.table-auto>thead>tr>th, .table.table-auto>tbody>tr>td {
    border-top: 1px solid #dee2e6;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
}

.hint-icon {
	position: absolute;
	top: 5px;
	right: 10px;
}
.hint-icon {
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.hint-icon:before {
	content: "\f059";
	color: #212529;
}
.pac-container { z-index: 9999999; }


.card-secondary:not(.card-outline) .card-header .dropdown-item, .card-secondary:not(.card-outline) .card-header .dropdown-item a {
	color: #212529;
}

.example_columns div {
	border: 1px solid #ccc;
	padding: 0;
	text-align: center;
	cursor: pointer;
}
.example_columns div.active {
	background: #d3ffbd;
}
.example_columns div.hovered, .example_columns div.hovered.active {
	background: #e2e2e2;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    display: none;
}

.frame-container {
	padding: 15px 15px 5px 15px;
    border: 1px solid rgba(0,0,0,.31);
    position: relative;
	margin-bottom: 24px;
	border-radius: 4px;
}
.frame-container > label {
	position: absolute;
	top: -11px;
    left: 5px;
    background: #fff;
    padding: 0px 10px;
}
.frame-container > .icon-close {
	position: absolute;
    top: -10px;
    right: 5px;
    background: #fff;
    color: #888;
    padding: 0px 10px;
    cursor: pointer;
    transition: color .4s;
    font-size: 1.125em;
}
.frame-container > .icon-close:hover {
	color: #574e92;
}
.input-group-addon.transparent {
    background: transparent;
    border: 0px;
    padding: 0px 15px 0px 0px;
	line-height: 2.3rem;
}
.input-group-addon.transparent.bold { text-align: center; padding: 0px 12px; font-weight: 600; }

.grouping-prilog-group {
	border: 1px solid #ccc;
	padding: 15px;
	position: relative;
}
.remove-group-prilog {
	position: absolute;
    top: -8px;
    right: -6px;
    background: #f3f3f3;
    color: #676767;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.remove-group-prilog:hover {
	color: #fd0000;
}

.bg-dostavljac {
	background: #11284e;
	color: #fff;
}
.bg-dostavljac2 {
	background: #007390;
	color: #fff;
}
.bg-izrada {
	background: #ff8c29;
	color: #fff;
}

#nalozi p {
    margin-bottom: 0px;
}

.nalog_class { margin-bottom: 15px; }
.nalog_class > div { cursor: pointer; }
.nalog_class h5 {
	font-size: 0.75em;
    margin: 0px;
    font-weight: 300;
}
.nalog_class p {
    white-space: nowrap;
}
.nalog_class .confirmed { padding-left: 15px; }
.nalog_class .confirmed > .fa-check-circle {
	color: #49ff28;
}
.nalog_class .confirmed > .fa-exclamation-triangle {
	color: #ffc800;
}
.nalog_class > div > p > i.fa {
	width: 30px;
    text-align: center;
    font-size: 0.85rem;
}
.nalog_class p.vrsta_dostave {
	text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0px 15px;
    border-top-left-radius: 4px;
}

.nalog_class.new > .bg-dostavljac {
	transition: 0.3s background ease;
	animation: newanimation 2s infinite;
}
.fixed-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.vehnicle-title {
	font-size: 0.8em;
    text-align: center;
    color: #e8e8e8;
}

@keyframes newanimation {
	0% {background-color: #4977c3;}
	100% { background-color: #2a5db3; }
}

/** CSS STYLE WEBSHOP STARTS **/
[class*=sidebar-dark-] {
    background-color: #11284e;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #007390;
    color: #fff;
}
.nav-sidebar .nav-item>.nav-link .right { color: #007390; }
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgb(255 44 103);
    color: #ffffff;
}
.nav-flat.nav-sidebar>.nav-item .nav-treeview .nav-item>.nav-link, .nav-flat.nav-sidebar>.nav-item>.nav-treeview .nav-item>.nav-link {
    border-left: 0px;
	padding-left: 2.8rem !important;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    background-color: #214a8e;
    border-color: #214a8e;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #214a8e;
    border-color: #214a8e;
}   
.btn-primary:hover {
	background-color: #11284e;
    border-color: #11284e;
}
a {
    color: #007390;
}
a:hover {
    color: #c11b49;
}
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #007390;
}
.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before {
    background-color: #007390;
    border-color: #007390;
}
.form-control:focus {
    border-color: rgb(255, 44, 103, 0.42);
}
.bg-blue {
    background-color: #007390!important;
}
.control-sidebar-dark {
    background: #1d3357;
}
.select2-container--default .select2-purple .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-purple .select2-results__option--highlighted[aria-selected]:hover, .select2-purple .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-purple .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #007390;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #007390;
    border-color: #007390;
    color: #fff;
}
/** CSS STYLE WEBSHOP ENDS **/

/** EDITOR CSS **/
.note-editable p { margin: 0px; line-height: 1.4; }

input.time-input {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><circle cx='20' cy='20' r='18.5' fill='none' stroke='%23574e92' stroke-width='3' /><path d='M20,4 20,8 M4,20 8,20 M36,20 32,20 M20,36 20,32' stroke='%23bbb' stroke-width='1' /><circle cx='20' cy='20' r='2' fill='%23574e92' stroke='%23574e92' stroke-width='2' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><path d='M18.5,24.5 19.5,4 20.5,4 21.5,24.5 Z' fill='%23574e92' style='transform:rotate(120deg); transform-origin: 50% 50%;' /></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40'><path d='M18.5,24.5 19.5,8.5 20.5,8.5 21.5,24.5 Z' style='transform:rotate(20deg); transform-origin: 50% 50%;' /></svg>");
	background-position: 5px 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #222;
    padding: 0px 0px 0px 40px;
    transition: backgroundImage 0.25s;
}


.custom-load-dialog .overlay {
    background-color: #000;
    display: block;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1052;
}

@media (min-width: 576px) {
	.modal-dialog.custom-width {
		max-width: 95%;
		margin: 1.75rem auto;
	}
}
@media (min-width: 992px) {
	.modal-lg.custom-width {
		max-width: 800px;
	}
}

.frame {
    padding: 1em 1em 0em 1em;
	position: relative;
	border: 1px solid #e9ecef;
    border-radius: 8px;
}
.frame > label {
	position: absolute;
    top: -0.9em;
    background: transparent;
	text-align: left;
    right: 0px;
    left: 0.3em;
	margin: 0px;
}
.frame > label > span {
	padding: 0px 10px;
	text-align: center;
	background: #fff;
	color: #949494;
    font-weight: 300;
}
.frame.h100 { height: 100%; }

.view-table, table.view-table, table.view-table > tbody { width: 100%; }
table.view-table > tbody > tr td { vertical-align: top; }
table.view-table > tbody > tr td {
	border-bottom: 1px solid #e9ecef;
}
table.view-table > tbody > tr:last-child td { border-bottom: 0px; }


#sifra.new ~ .ribbon-wrapper { display: none; }
#sifra.new ~ .ribbon-wrapper.new { display: block; }

#sifra.old ~ .ribbon-wrapper { display: none; }
#sifra.old ~ .ribbon-wrapper.old { display: block; }

.modal-body button.close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #4b4b4b;
    color: #fff;
    opacity: 1;
    border-radius: 100%;
    padding: 5px 10px;
    outline: none;
	margin: -1rem -1rem -1rem auto;
}

ul.justify-buttons, ul.justify-buttons-3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}
ul.justify-buttons > li {
	display: inline-block;
	width: 50%;
}
ul.justify-buttons-3 > li {
	display: inline-block;
	width: 33.3333%;
}

.on-working, .on-waiting, ul.justify-buttons > li.on-working, ul.justify-buttons > li.on-waiting { display: none; }
.modal-working .on-working, .modal-waiting .on-waiting { display: block; }
.modal-working .on-working.inline, .modal-waiting .on-waiting.inline { display: inline-block; }
.modal-working ul.justify-buttons > li.on-working, .modal-waiting ul.justify-buttons > li.on-waiting { display: inline-block; }


.nalog_class > div {
	background: #fff;
	color: #333;
	border-top: 2px solid transparent;
	box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.nalog_class > div.naruceno { border-color: #f39c12; }
.nalog_class > div.upripremi { border-color: #0081ef; }
.nalog_class > div.isporuceno { border-color: #00a65a; }
.nalog_class > div.obrisano { border-color: #a60000; }

.naruceno {
	background: #f39c12;
	color: #fff;
}
.upripremi {
	background: #0081ef;
	color: #fff;
}
.isporuceno {
	background: #00a65a;
	color: #fff;
}
.obrisano {
	background: #a60000;
	color: #fff;
}
.status {
	font-size: 0.8em;
    padding: 2px 7px;
    border-radius: 4px;
    font-weight: 500;
}
span.legends > span {
	background: transparent;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    margin-right: 15px;
	color: #333
}
span.legends {
    font-size: 15px;
}
span.legends > span:before {
	content: "\f0c8";
	font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	padding-right: 7px;
}
span.legends > span.naruceno:before { color: #f39c12; }
span.legends > span.upripremi:before { color: #0081ef; }
span.legends > span.isporuceno:before { color: #00a65a; }
span.legends > span.obrisano:before { color: #a60000; }

span.legends > span.naloga1:before { color: #007bff; }
span.legends > span.naloga2:before { color: #d5d200; }
span.legends > span.naloga3:before { color: #ff0000; }


.btn.upripremi:hover, .btn.naruceno:hover, .btn.isporuceno:hover, .btn.obrisano:hover {
	-webkit-box-shadow: inset 0px 0px 4px #fff;
	-moz-box-shadow: inset 0px 0px 4px #fff;
	box-shadow: inset 0px 0px 4px #fff;
}
.btn.naruceno, .btn.naruceno:hover, .btn.naruceno:active, .btn.naruceno:focus {
    background: #f39c12;
    color: #fff;
    border: 1px solid #f39c12;
}
.btn.upripremi, .btn.upripremi:hover, .btn.upripremi:active, .btn.upripremi:focus {
    background: #0081ef;
    color: #fff;
    border: 1px solid #0081ef;
}
.btn.isporuceno, .btn.isporuceno:hover, .btn.isporuceno:active, .btn.isporuceno:focus {
    background: #00a65a;
    color: #fff;
    border: 1px solid #00a65a;
}
.btn.obrisano, .btn.obrisano:hover, .btn.obrisano:active, .btn.obrisano:focus {
    background: #a60000;
    color: #fff;
    border: 1px solid #a60000;
}

.products-place>table, .products-place>table>tbody {
	width: 100%;
	counter-reset: products;
}
.products-place>table>tbody>tr>td { position: relative; }
.products-place>table>tbody>tr>td:first-child { padding-left: 40px; }
.products-place>table>tbody>tr>td:first-child:before {
	counter-increment: products;
	content: counter(products) ".";
	color: #9a9a9a;
	position: absolute;
    left: 0px;
    top: 4px;
}
.products-place>table>tbody>tr>td {
	border-bottom: 1px solid #f3f3f3;
    line-height: 1.3;
}
.products-place>table>tbody>tr:last-child>td { border-bottom: 0px; }
.products-place>table>tbody>tr>td > i {
	color: #6f6f6f;
}
.products-place>table>tbody>tr>td:last-child {
	font-size: 1.4em;
	vertical-align: middle;
	text-align: right;
	font-weight: 600;
}
.table-time { margin-bottom: 15px; }
.table-time, .table-time>tbody {
	width: 100%;
}
.table-time>tbody>tr>td { width: 33.33333%; text-align: left; }
.table-time>tbody>tr:first-child>td {
	font-size: 0.75em;
    color: #7b7b7b;
    font-weight: 400;
}

.jm-span {
	width: 45px;
    font-size: 0.7em;
    font-weight: 300;
    padding-left: 7px;
    display: inline-block;
    text-align: right;
}

.napomene-o-korisniku {
	border: 1px solid #c2c2c2;
    max-height: 258px;
    min-height: 258px;
    height: 258px;
    border-radius: 4px;
	overflow-x: hidden;
    overflow-y: auto;
}

.nap { font-size: 15px; }
.nap .date {
	color: #e60000;
	padding-right: 5px;
}
.nap .user {
	color: #0047e6;
	padding-right: 5px;
	cursor: pointer;
}
.nap .note {
    color: #2b2b2b;
}
.nap .note .status {
    cursor: pointer;
}
.nap .note .status:hover {
	box-shadow: 0px 0px 2px 1px #000000;
}

.on-sw1, .on-sw2 { display: none; }
.view-sw1 span.on-sw1 { display: inline-block; }
.view-sw2 span.on-sw2 { display: inline-block; }

.s2title {
	
}
.s2desc {
	margin: 0px;
    color: #a7a7a7;
    font-size: 0.8em;
    font-style: italic;
}
.select2-results__option {
	border-bottom: 1px solid #e2e2e2;
}
.select2-results__option.select2-results__option--highlighted .s2desc { color: #fff; }

input.swal2-input.code-input {
    height: 65px;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    color: #000;
    letter-spacing: 2px;
    font-family: monospace;
}

#signature {
    width: 100%;
    box-shadow: 0 0 5px 1px #ddd inset;
    border: dashed 1px #53777A;
    margin: 0;
    text-align: center;
    min-height: 116px;
    min-width: 300px;
    transition: .2s;
}
#signature:after {
    content: "";
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    right: 3rem;
    height: 1px;
    background: #a7a7a7;
}
a.p_page.active {
    background: #214a8e;
    color: #fff;
}

.nalog-img {
	width: 150px;
	height: 150px;
	float: left;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #e9ecef;
	border-radius: 4px;
	padding: 5px;
}
.nalog-img:hover {
	border: 1px solid #007bff;
}
.nalog-img > div {
	width: 100%;
    height: 100%;
    overflow: hidden;
}

.filters-parent { margin: 0px 7.5px; }
.filter-view {
    font-size: 12px;
    padding: 2px 20px 2px 6px;
    background: #0081ef;
    color: #fff;
    border-radius: 4px;
	position: relative;
	margin-right: 5px;
	overflow: hidden;
	display: inline-block;
}
.filter-view > span {
	position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    line-height: 23px;
    width: 15px;
    text-align: center;
	font-size: 10px;
	color: #77c0ff;
	cursor: pointer;
}
.filter-view > span:hover {
	color: #fff;
}

.doc-table.table td, .doc-table.table th {
	padding: 7px;
}

.notifications-body {
	max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.notify { border-bottom: 1px solid #e9ecef; }
.notify:last-child {
	border-bottom: 0px;
}
.notify > a, .dropdown-menu-lg .notify > a.dropdown-item {
	position: relative;
	display: block;
	padding: 0px 0px 22px 0px;
}
.notify > a > p {
	margin: 0px;
	padding: 0px 0px 0px 45px;
	max-height: 45px;
    overflow: hidden;
}

.notify > a > i {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 45px;
    text-align: center;
    line-height: 41px;
}
.notify > a > .user-created {
	position: absolute;
    bottom: 0px;
    left: 10px;
	background: #fff;
    padding: 0px 10px;
	z-index: 2;
}
.notify > a > .date-created {
	position: absolute;
    bottom: 0px;
    right: 10px;
	background: #fff;
    padding: 0px 10px;
	z-index: 1;
	color: #00149b !important;
}

.notify .dropdown-item:active, .notify .dropdown-item:focus, .notify .dropdown-item:hover,
.notify .dropdown-item:active > span, .notify .dropdown-item:focus > span, .notify .dropdown-item:hover > span {
	color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.notify .dropdown-item.active,
.notify .dropdown-item.active> span {
	color: #16181b;
    text-decoration: none;
    background-color: #edf6ff;
}

.modal {
	overflow: auto;
}

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