body {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	padding: 0;
	margin: auto;
}

.alert-danger {
	background-color: #FFE5E5;
    color: #D9534F;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 15px;
}

.box {
    width: 500px;
    margin: 200px 0;
}
.datum-placila-group {
	max-width:200px;
}
.order .article .copy-link {
	cursor: pointer;
text-decoration: none;
font-weight: 600;
font-style: inherit;
}
.copy-link {
	cursor:pointer;
	text-decoration: none;
	font-weight: 600;
	font-style: inherit;
}
.order .article .copy-link:hover {
	color:#616161;
}
#orders .order {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 15px 15px 30px 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.dangerzone {
	background: rgb(222, 57, 57);
	color: white;
	font-size: 13px;
	padding: 6px;
	margin: 0;
	margin-top: -12px;
}
.order-details {
	padding:10px 15px 0 15px;
}
.get-offer {
	color:#fff;
	font-weight:600;
}
.get-offer:active, .get-offer:hover, .get-offer:focus {
	cursor:pointer;
	color:#fff;
	text-decoration:underline;
}
.btn-primary {
	background:#ffc107;
	border-color:#ffc107;
	color:#232323;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background:transparent;
	border-color:#ffc107;
	color:#fff;
	box-shadow:none;
}
.editable-buttons .btn-primary:hover, .editable-buttons .btn-primary:active, .editable-buttons .btn-primary:focus {
	background:#000;
	border-color:#000;
	color:#fff;
}
.w-10 {
	width:10%!important;
}
.w-15 {
	width:15%!important;
}
.w-30 {
	width:30%!important;
}
.w-35 {
	width:35%!important;
}

.btn-order-status {
	background-color: #0d5f88;
    color: #FFFFFF;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-order-status:hover, .btn-order-status.active {
	background-color: #ee6c4d;
	outline:none;
	box-shadow: none;
}

.btn-post-1 {
	color: #000;
    background-color: #32b071;
    border-color: #32b071;
}
.btn-post-2 {
	color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-post-3 {
	color: #000;
    background-color: #ff07498d;
    border-color: #ff07498d;
}
.btn-post-4 {
	color: #000;
    background-color: #70e7ff;
    border-color: #70e7ff;
}
.btn-post-5 {
    background: linear-gradient(135deg, #6c63ff, #5a54d4);
    border: none;
    color: white;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 3px 6px rgba(108, 99, 255, 0.3);
}

.btn-post-5:hover {
    background: linear-gradient(135deg, #5a54d4, #4c46b8);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(108, 99, 255, 0.4);
    color: white;
}
.btn-post-cancel {
    background: linear-gradient(135deg, #dc3545, #c82333);
    border: none;
    color: white;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 3px 6px rgba(220, 53, 69, 0.3);
}

.btn-post-cancel:hover {
    background: linear-gradient(135deg, #c82333, #a71e2a);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
    color: white;
}
.btn-post-finalize {
	color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-weight: 600;
}
.btn-post-finalize:hover {
	color: #fff;
    background-color: #a02834;
    border-color: #a02834;
}

.btn-green {
	background:#009688;
	border-color:#009688;
	color:#fff;
	text-transform:uppercase;
	font-family:'Roboto', sans-serif;
	font-weight:500;
	font-size:.8rem;
	padding:.375rem 1.75rem;
	margin-right:.375rem;
}
.btn-orange {
	background:#673ab7;
	border-color:#673ab7;
	color:#fff;
	text-transform:uppercase;
	font-family:'Roboto', sans-serif;
	font-weight:500;
	font-size:.8rem;
	padding:.375rem 1.75rem;
	margin-right:.375rem;
}
.btn-package {
	background:transparent;
	border-color:#fff;
	color:#fff;
	text-transform:uppercase;
	font-family:'Roboto', sans-serif;
	font-weight:500;
	font-size:.9rem;
	padding:.475rem 1.15rem;
	margin-right:.675rem;
}
.btn-submit {
	background:#2b9dd4;
	border-color:#2b9dd4;
	color:#fff;
	text-transform:uppercase;
	font-family:'Roboto', sans-serif;
	font-weight:500;
	font-size:.8rem;
	padding:.375rem 1.75rem;
	margin-right:0;
}
.btn-logout {
	background:#a91e1e;
	color:#fff;
	text-transform:uppercase;
	font-family:'Roboto', sans-serif;
	font-weight:500;
	font-size:.6rem;
	padding:.275rem .75rem;
	border-radius:0;
	border:0;
}
.btn-logout:hover, .btn-logout:active, .btn-logout:focus, .btn-logout.active {
	background:#fff;
	color:#000;
	outline:none;
	box-shadow:none;
}
.btn-cache {
	background:#797979;
	border-radius:0;
	border:0;
}
.btn-package:hover, .btn-package:active, .btn-package:focus, .btn-package.active {
	background:#ffc107;
	border-color:#ffc107;
	color:#000;
	outline:none;
	box-shadow:none;
}
.btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green.active {
	background:#015d54;
	border-color:#015d54;
	color:#fff;
	outline:none;
	box-shadow:none;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange.active {
	background:#3b2169;
	border-color:#3b2169;
	color:#fff;
	outline:none;
	box-shadow:none;
}
.btn-submit:hover, .btn-submit:active, .btn-submit:focus, .btn-submit.active {
	background:#1c5c7b;
	border-color:#1c5c7b;
	color:#fff;
	outline:none;
	box-shadow:none;
}
.btn-secondary {
	background:transparent;
	border-color:#fff;
	box-shadow:none;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
	background:#fff;
	border-color:#fff;
	color:#232323;
	box-shadow:none;
}
.nav .nav-link:hover, .nav .nav-link:focus, .nav .nav-link:active {
	cursor:pointer;
}
.btn-stocky {
	background:#4c4c4c;
	border-color:#4c4c4c;
	color:#fff;
}
.btn-stocky:hover, .btn-stocky:active, .btn-stocky:focus {
	background:#fff;
	border-color:#4c4c4c;
	color:#4c4c4c;
}
.btn-danger {
	background:#fff;
	border-color:#fff;
	color:#232323;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
	background:transparent;
	border-color:#fff;
	color:#fff;
}
.save-address {
	background: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
		padding: .20rem .6rem;
		    font-size: .60rem;
		    line-height: 1.5;
		    border-radius: .2rem;
				margin-bottom:1em;
}
.save-address:hover, .save-address:focus {
	background:#fff;
	border-color:#4c4c4c;
	color:#4c4c4c;
}
.save-address.save-completed, .save-address.save-completed:hover, .save-address.save-completed:focus {
	background: #0eb184;
	color:#fff;
	border-color:#0eb184;
}
.save-address.save-completed:before {
font-family: "Font Awesome 5 Free";
font-weight: 700;
content: "\f00c";
font-size: 9px;
margin-right: 7px;
color: #fff;
}

.editable-click, a.editable-click, a.editable-click:hover {
	border-bottom: dashed 1px #5b43b1!important;
	color:#4c4c4c;
}
.edit-field-invoice-number.editable-click, a.edit-field-invoice-number.editable-click, a.edit-field-invoice-number.editable-click:hover {
	border-bottom: dashed 1px #5b43b1!important;
	color:#e2e2e2;
}
.btn-xs {
padding: .20rem .6rem;
    font-size: .60rem;
    line-height: 1.5;
    border-radius: .2rem;
	}
	.check-stock {
		float:right;
	}
.zaloga-box {
	padding:10px 15px 10px 15px;
}
.zaloga-area {
	font-size:13.5px;
}
.address-col {
	position:relative;
}
.overlay, .company-error, .company-true {
	position: absolute; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
	display:none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00934f;
	border-radius:10px;
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	color:#fff;
	font-size:24px;
}
.company-error {
	background-color: #a90d0d;
}
.overlay-inner {
	height:100%;
}
.overlay i, .company-error i, .company-true i {
	color:#fff;
	margin-right:12px;
	font-size:24px;
}
@media print {
	.container {
		width:100%;
	}
	.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
		background:#3d3d3d!important;
	}
}
.container {
	width:1100px;
}

p{
	font-size: 12px;
	font-weight: 400;
	color: #000;
}
a {
	text-decoration: none;
	transition: all 0.2s linear;

}

h1{
	font-size: 60px;
}

h2 {
	font-size: 30px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Roboto', sans-serif;
}

select{
	-webkit-appearance: none;
    -moz-appearance: none;
	background: transparent url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat 95% center;
}

.greenFullBnt{
	background: #3fc15b;
	border-radius: 5px;
	border: 1px solid #3fc15b;
	padding: 10px 30px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	width: 100%;
}
.greenFullBnt:hover{
	background: #2a7d3c;
}
.blueFullBnt{
	background: #3fa5c1;
	padding: 10px 20px;
	color: #fff;
	font-size: 22px;
	width: 70%;
	text-align:center;
	margin:10px auto;
	display:block;
}
.blueFullBnt i {
	margin-right:12px;
}
.blueFullBnt:hover{
	background: #2a6c7d;
}
.grayFullBnt{
	background: #b9bcbd;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
	width: 70%;
	text-align:center;
	margin:10px auto;
	display:block;
}
.grayFullBnt i {
	margin-right:9px;
}
.grayFullBnt:hover{
	background: #676b6c;
}

.button button {
	width:70%;
	margin:0 auto;
	text-align:center;
	font-size:18px;
}
.order h2 {
	font-family:'Roboto', sans-serif;
	font-size:20px;
	margin:0;
	padding:0;
	font-weight:400;
}
.order-meta {
	margin-right:20px;
}
.order-buttons {
	font-family: 'Roboto', sans-serif;
	margin: 0 10px;
}
.hide-button {
	float:right;
	margin:0;
}
.order h2 span {
	font-weight:700;
}
.order .order-date {
	font-size:12px;
}
body, html {
	height:100%;
}
.bg-dark-home {
	background: #2F7336;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #AA3A38, #2F7336);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #AA3A38, #2F7336); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	/*background: linear-gradient(58deg,#009688,#673ab7);*/
	display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
padding-top: 40px;
padding-bottom: 40px;
}
.login-form {
	background: #272727;
	    max-width: 500px;
	    padding: 30px;
	    margin: 0 auto;
	    border-radius: 20px;
	    box-shadow: 0px 0px 100px rgba(255, 255, 255, 0.33)
}
.navbar {
background-color:#212529;
}
.top-info-row {
	background: #0d5f88;
	color:#fff;
	padding: 16px 15px 14px 15px;
	margin-bottom: 12px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.order h3 {
	font-family:'Roboto', sans-serif;
	margin:0;
	padding-bottom:5px;
	font-size:14px;
	font-weight:700;
}
.order .contacts {
	font-size:12px;
	font-weight:600;
	font-style:italic;
}
.order .grey-box {
	padding:0 8px;
	font-family:'Roboto', sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:300;
	margin:0 0 8px 0;
}
.order .grey-box input {
	width:170px;
}
.order .article span {
	font-family:'Open Sans';
	font-weight:400;
}
.order .article span.opcija {
	font-family:'Open Sans';
	font-weight:normal;
	font-style:normal;
	padding-left:15px;
}
.products-col {
	width:35%;
}
.order .article {
	padding:5px 8px 7px 8px;
	border-bottom:1px solid #cacaca;
	line-height:20px;
}
.order .article:nth-child(2n+0) {
	
	
}
.order .comment {
	padding-top:8px;
	clear:both;
}
.order .znesek {
	text-align:center;
	font-family:'Roboto', sans-serif;
	padding:0;
}
.order .znesek .odkupnina {
	font-size:24px;
	font-weight:700;
}
.order .znesek .kupon {
	font-size:16px;
	font-weight:400;
}
.order .znesek .kupon span {
	font-weight:700;
}
.order:nth-child(6n) {
	page-break-after:always;
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  z-index: 100; /* Behind the navbar */
  padding: 15px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
.nav-link .icon, .nav-link .fa {
    display: inline-block;
    width: 24px; /* Ensure all icons are the same width */
    height: 23px; /* Ensure all icons are the same height */
    vertical-align: middle; /* Align all icons in the middle */
    line-height: 23px; /* Match the line height to the height */
	background-repeat: no-repeat;
	background-position: center;
}
.nav-link .fa {
    font-size: 20px; /* Match the size of your SVG icons */
    vertical-align: middle;
}
.nav-link .icon.icon-goody {
	background-image:url('/img/icon-goody.svg');
	background-size:20px;
}
.nav-link .icon.icon-kartuse {
	background-image:url('/img/icon-kartuse.svg');
	background-size:21px;
}
.nav-link .icon.icon-nalepka {
	background-image:url('/img/icon-nalepka.svg');
	background-size:19px;
}
.sidebar .nav-link {
  font-weight: 500;
  color: #333;
	transition: all 0.2s linear;
}
.sidebar .nav-link:hover, .sidebar .nav-link.active {
	background:#ececec;
	color:#333;
	font-weight: bold;
}
.sidebar .nav-link:hover .icon, .sidebar .nav-link.active .icon {
	filter: grayscale(0%);
}


.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

h1 {
	font-family:'Roboto', sans-serif;
	font-weight:500;
	font-size:28px;
	margin:0;
	padding:0;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 48px; /* Space for fixed navbar */
}

/*
 * Navbar
 */

.navbar-trgo {
	 background:#0e2c4a;
 }

.navbar-brand {
  font-size: 1rem;
}
.navbar .header-input {
	border:0;
	margin-right:5px;
	font-size:12px;
	width:200px;
	border-radius:0;
}
.invoice-search-box .input-zacetni-datum, .invoice-search-box .input-koncni-datum {
	font-size:13px;
	width:120px;
}
.invoice-search-box .invoice-input {
	font-size:13px;
	width:230px;
}
.rezultat {
	margin-left: 25px;
	border-radius: 5px;
	padding: 6px 15px 6px 15px;
	font-size: 12px;
	line-height: 19px;
}
.navbar .input-group-sm .btn-header-1, .navbar .input-group-sm .btn-header-2 {
	font-size:12px;
	border: 0;
	line-height:13px;
	background:#d2d2d2;
	color:#343a40;
	font-weight:bold;
	border-radius:0;
	margin-right:5px;
}
.navbar .input-group-sm .btn-header-2 {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background:#2b9dd4;
	border:1px solid #2b9dd4;
	color:#fff;
}
.navbar .input-group-sm .btn-header-1:hover, .navbar .input-group-sm .btn-header-2:hover,
.navbar .input-group-sm .btn-header-1:active, .navbar .input-group-sm .btn-header-2:active,
.navbar .input-group-sm .btn-header-1:focus, .navbar .input-group-sm .btn-header-2:focus {
	background:transparent;
	border:1px solid #fff;
	color:#fff;
}
.table th {
	font-weight:400;
}
.modal-dialog {
	max-width:950px;
}
.compound-list {
	padding:0;
}
.compound-item {
	padding:5px 8px 5px 8px;
	border-bottom:1px solid #fff;
}
.has-metadata {
    border-left: 5px solid #ffc107; /* Yellow border for orders with saved metadata */
    box-shadow: 0 4px 6px rgba(255, 193, 7, 0.3);
}
.posta-submitted {
    border-left: 5px solid #007bff; /* Blue border for Pošta Slovenije submitted orders */
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
    background-color: #f8f9fa;
}
.posta-tracking-info {
    background: #e3f2fd;
    padding: 8px 12px;
    border-radius: 5px;
    margin: 10px 0;
    border-left: 3px solid #007bff;
}
.posta-tracking-number {
    font-family: 'Roboto', monospace;
    font-weight: 700;
    color: #0d47a1;
    font-size: 14px;
}
.posta-submit-date {
    font-size: 11px;
    color: #666;
    font-style: italic;
}
/* Hide radio buttons in package type selector and ensure right positioning */
.radio-package-type input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.radio-package-type {
    margin-left: auto !important;
}
/* Ensure active package button is yellow */
.btn-package.active {
    background: #ffc107 !important;
    border-color: #ffc107 !important;
    color: #000 !important;
}
