﻿@charset "UTF-8";
@font-face {
  font-family: "SourceSansPro";
  src: url("/fonts/SourceSansPro/SourceSansPro-ExtraLight.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("/fonts/SourceSansPro/SourceSansPro-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("/fonts/SourceSansPro/SourceSansPro-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("/fonts/SourceSansPro/SourceSansPro-Semibold.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("/fonts/SourceSansPro/SourceSansPro-Bold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("/fonts/SourceSansPro/SourceSansPro-Black.otf");
  font-weight: 700;
  font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

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

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

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a {
  display: inline-block;
  cursor: pointer;
}

html, body, input, textarea {
  font-family: "SourceSansPro", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h1 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  padding: 0 0 0 10px;
}

.maincontent {
  padding-top: 20px;
  background: #f5f7fb;
  min-height: 90vh;
}
.maincontent.container {
  max-width: 100%;
}

header {
  background: #234e88;
}
header .container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 24px;
}
header nav {
  flex-grow: 1;
  padding: 0 !important;
  font-size: 16px;
}
header nav .btn:focus, header nav .btn:hover, header nav .btn:active {
  outline: 0;
  box-shadow: none;
}
header nav .container-fluid {
  align-items: center;
}
header nav .navbar-nav {
  display: flex;
}
header nav .navbar-nav > li > a, header nav .navbar-nav .dropdown > a {
  color: #fff;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  padding: 0 24px !important;
  display: block;
  border-radius: 0 !important;
}
header nav .navbar-nav > li > a:hover, header nav .navbar-nav > li > a.show, header nav .navbar-nav .dropdown > a:hover, header nav .navbar-nav .dropdown > a.show {
  background: #1d6fb3;
  color: #fff;
}
header nav .dropdown-menu {
  border: 1px solid #dde3f5;
  border-radius: 0;
  margin: 0 !important;
  padding: 0;
  border-top: 2px solid #1d6fb3;
}
header nav .dropdown-menu li {
  border-bottom: 1px solid #dde3f5;
}
header nav .dropdown-menu li:last-child {
  border-bottom: none;
}
header nav .dropdown-menu li a {
  color: #000;
  height: 45px;
  line-height: 45px;
  padding: 0 24px !important;
  display: block;
  white-space: nowrap;
}
header nav .dropdown-menu li a:hover {
  background: #dde3f5;
  color: #000;
}
header .btn.logoff {
  background: #1d6fb3;
  color: #fff;
}

.table {
  background: #fff;
}
.table thead {
  background: #dde3f5;
  border: 1px solid #c6d0ec;
  border-bottom: 2px solid #234e88;
}
.table thead th {
  border-right: 1px solid #c6d0ec;
  vertical-align: middle;
  font-weight: 500;
}
.table thead th a {
  color: #222;
  text-decoration: none;
  font-weight: 500;
}
.table tbody {
  border-left: 1px solid #c6d0ec;
}
.table tbody td {
  color: #222;
  vertical-align: middle;
  border-right: 1px solid #c6d0ec;
  border-bottom: 1px solid #c6d0ec;
}
.table tbody td:first-child {
  white-space: nowrap;
}
.table .mvc-grid-filter.applied:before {
  color: #ffc107;
}
.table .txtright {
  text-align: right;
}
.table .tbllink1 {
  white-space: nowrap;
  color: #234e88;
}
.table .slike_tl .tbllink2 {
  background: #dde3f5;
}
.table .slike_re .tbllink2 {
  background: #882323;
  color: #fff;
}
.table .slike_ma .tbllink2 {
  background: #ddd;
  color: #222;
}
.table .tbllink2 {
  border: none;
  font-size: 12px;
  border-radius: 2px;
  margin: 0;
}
.table .tblicons {
  display: flex;
  gap: 10px;
  padding: 0 10px;
  justify-content: center;
}
.table .tblicons a {
  height: 17px;
  width: 14px;
  line-height: 14px;
  display: block;
  position: relative;
  overflow: hidden;
}
.table .tblicons a span.alttxt {
  position: absolute;
  bottom: 140%;
  right: -6px;
  opacity: 0;
  background: #222;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 3px;
  white-space: nowrap;
}
.table .tblicons a span.alttxt:after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 3px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 10px solid #222;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.table .tblicons a:hover {
  overflow: visible;
}
.table .tblicons a:hover span.alttxt {
  opacity: 1;
}
.table .icon-delete, .table .icon-edit, .table .icon-qr, .table .icon-pdf, .table .icon-close {
  background: url(../images/icon-delete.svg) no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  line-height: 1em;
  margin: 0 10px;
}
.table .icon-delete::after, .table .icon-edit::after, .table .icon-qr::after, .table .icon-pdf::after, .table .icon-close::after {
  content: "Izbriši";
  position: absolute;
  bottom: 167%;
  right: -10px;
  opacity: 1;
  background: #222;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 3px;
  white-space: nowrap;
}
.table .icon-delete::before, .table .icon-edit::before, .table .icon-qr::before, .table .icon-pdf::before, .table .icon-close::before {
  content: "";
  position: absolute;
  top: -12px;
  right: -2px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 10px solid #222;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.table .icon-delete:hover, .table .icon-edit:hover, .table .icon-qr:hover, .table .icon-pdf:hover, .table .icon-close:hover {
  overflow: visible;
}
.table .icon-delete:hover:after, .table .icon-edit:hover:after, .table .icon-qr:hover:after, .table .icon-pdf:hover:after, .table .icon-close:hover:after {
  opacity: 1;
}
.table .icon-edit {
  background: url(../images/edit-icon.svg) no-repeat;
}
.table .icon-edit::after {
  content: "Uredi";
}
.table .icon-qr {
  background: url(../images/icon-qr.svg) no-repeat;
  background-size: contain;
}
.table .icon-qr::after {
  content: "Prenos QR kode";
  right: auto;
  left: -10px;
}
.table .icon-pdf {
  background: url(../images/icon-pdf.svg) no-repeat;
  background-size: contain;
}
.table .icon-pdf::after {
  content: "Prenesi PDF";
  right: auto;
  right: -10px;
}
.table .icon-close {
  background: url(../images/icon-close.svg) no-repeat;
  background-size: contain;
}
.table .icon-close::after {
  content: "Zapri";
  right: auto;
  right: -10px;
}
.table .tblstatus {
  text-align: center;
}
.table .btnprevoz, .table .btndogodek, .table .btnodprto {
  font-size: 12px;
  border-radius: 2px;
  padding: 3px 5px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.table .btnprevoz {
  background: #9edf54;
  color: #fff;
}
.table .btndogodek {
  background: #882323;
  color: #fff;
}
.table .btnodprto {
  background: #dde3f5;
}

.fa.fa-arrow-right:before {
  content: ">";
}

th.prev:before {
  content: "<";
}

.choices {
  margin-bottom: 0 !important;
}

.choices__inner {
  height: 58px;
  padding: 15px 20px 0 20px;
  color: #222;
  border-radius: 0;
  box-shadow: none !important;
  background-color: #fff !important;
}
.choices__inner .choices__list {
  line-height: 31px;
  padding: 15px 20px 0 10px;
}

.chlabel {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.justadmin {
  background: #ddd;
  padding: 20px;
  margin: 20px 0;
}

#TehtalniListFile.selected, #ZunanjaDobavnicaFile.selected, #DobavnicaSkenFile.selected {
  border: 2px solid #9edf54 !important;
}

.searchbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 15px 0;
}
.searchbox > div {
  padding: 0 20px;
}
.searchbox .search {
  flex: 1;
  padding-right: 0;
}
.searchbox .search input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 0;
  border: 1px solid #ddd;
}
.searchbox .searchbtn {
  padding-left: 0px;
}
.searchbox .searchbtn input {
  background: #234e88;
  border: none;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  color: #fff;
}
.searchbox a {
  color: #234e88;
}

.newlocation {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 15px 0;
}
.newlocation.left {
  justify-content: flex-start;
}
.newlocation a {
  display: inline-block;
  background: #234e88;
  color: #fff;
  padding: 0 15px;
  line-height: 35px;
  text-decoration: none;
  border-radius: 2px;
  margin: 0 0 0 5px;
}

.card {
  background: none;
}
.card.p-4 {
  padding: 0 !important;
}
.card .nav-tabs {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #234e88;
}
.card .nav-tabs .nav-link {
  float: left;
  border: 1px solid #234e88;
  color: #222;
  margin-left: 10px;
}
.card .nav-tabs .nav-link.active {
  background: #234e88;
  color: #fff;
}
.card .nav-tabs .nav-link:first-child {
  float: left;
  margin-left: 0;
}
.card .card-body {
  border: none;
  padding: 0;
}
.card .card-body.p-4 {
  padding: 0 0 50px 0 !important;
}
.card .card-body.border {
  border: none !important;
}
.card .card-body .form-floating.form-checkbox {
  display: flex;
  align-items: center;
}
.card .card-body .form-floating.form-checkbox .form-check-label {
  position: relative;
  padding: 0;
  height: auto;
}
.card .card-body .form-floating.chk2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.card .card-body .form-floating.chk2 label {
  position: relative;
  padding: 0;
  height: auto;
}
.card .card-body .form-floating .form-control, .card .card-body .form-floating .form-select {
  height: 58px;
  padding: 15px 20px 0 20px;
  color: #222;
  border-radius: 0;
  box-shadow: none !important;
}
.card .card-body .form-floating .form-control.choices, .card .card-body .form-floating .form-select.choices {
  margin-bottom: 0;
}
.card .card-body .form-floating .form-control:focus, .card .card-body .form-floating .form-select:focus {
  border-color: #1d6fb3 !important;
}
.card .card-body .form-floating > label {
  padding: 18px 0 0 13px;
}
.card .card-body .form-floating .chosen-container-active {
  border-color: #1d6fb3;
}
.card .card-body .form-floating .chosen-container-active .chosen-single {
  border-color: #1d6fb3;
  box-shadow: none;
}
.card .card-body .form-floating .chosen-single {
  height: 58px !important;
  border-radius: 0;
  border-color: #1d6fb3 !important;
}
.card .card-body .form-floating .chosen-single > span {
  padding: 18px 20px 0 9px;
  color: #222;
}
.card .card-body .form-floating .chosen-single > div:after {
  top: 12px;
}
.card .card-body .form-floating .chosen-drop {
  border-color: #1d6fb3;
}
.card .card-body .form-floating .chosen-choices {
  height: 58px !important;
  border-radius: 0;
  border-color: #1d6fb3 !important;
  padding: 22px 0 0 12px;
}
.card .card-body .form-floating .chosen-choices .search-choice {
  margin: 4px 0 0 9px;
}
.card .card-body .form-floating .form-check-inline {
  margin-right: 5px;
  vertical-align: bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #dde3f5;
  border: 1px solid #222;
  padding: 9px;
  display: inline-block;
  position: relative;
}
.card .card-body .form-floating .form-check-inline:checked {
  background-color: #234e88;
  border: 1px solid #234e88;
  outline: none;
}
.card .card-body .form-floating .form-check-inline:checked:after {
  content: url(../images/icon-check-white.svg);
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  line-height: 1em;
  top: 2px;
  left: 3px;
  color: #fff;
}
.card .card-body .form-floating .form-check-label {
  padding: 15px 0 0 25px;
}
.card .ev_buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0 0 0;
}
.card .ev_buttons.end {
  justify-content: flex-end;
  flex: auto;
}
.card .ev_buttons.end > div:first-child {
  flex: 0;
}
.card .ev_buttons button {
  white-space: nowrap;
}
.card .ev_buttons > div:first-child {
  flex: 1;
}
.card .ev_buttons .btn_submit button {
  border: none;
  background: #1d6fb3;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 3px;
  text-transform: uppercase;
}
.card .ev_buttons .btn_submit button i {
  padding-right: 5px;
}
.card .ev_buttons .btn_back a {
  background: #c6d0ec;
  color: #222;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 3px;
  text-decoration: none;
  margin-bottom: 20px;
}
.card .ev_buttons .btn_back a i {
  padding-right: 5px;
}
.card .ev_info {
  width: 100%;
  padding: 0 0 10px 0;
}
.card .ev_info > span {
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px 20px;
  border-radius: 1px;
  font-size: 14px;
}
.card .ev_info .info_green {
  background: #9edf54;
}
.card .ev_info .info_red {
  background: #882323;
  color: #fff;
}
.card .ev_info .info_yellow {
  background: #bfc116;
}

.upload-slike {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.upload-slike .upload-slika {
  margin: 0 20px 20px 0;
}
.upload-slike .upload-slika img {
  max-width: 200px;
}
.upload-slike .us-img {
  border: 2px solid #ddd;
}
.upload-slike .us-delete form {
  margin: 0;
  border: none;
}
.upload-slike .us-delete button {
  border: none;
  background: #ddd;
  color: #882323;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.upload-slike .us-delete i {
  padding-right: 10px;
}

.upload-slika-form form {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ddd;
  padding: 10px;
}
.upload-slika-form .form-control {
  width: auto;
  min-width: 400px;
}
.upload-slika-form .btn.btn-primary {
  background: #234e88;
  border: none;
}

.export-buttons {
  display: flex;
}
.export-buttons .export-excel-btn {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background: #234e88;
  margin: 0 5px 0 0;
  border-radius: 5px;
  padding: 0 10px;
}
.export-buttons .export-excel-btn img {
  height: 16px;
  padding-right: 5px;
}
.export-buttons .export-excel-btn a {
  display: flex;
  align-items: center;
  line-height: 33px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.export-buttons-b2 {
  display: flex;
}
.export-buttons-b2 .export-excel-btn {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background: #1d6fb3;
  margin: 0 5px 0 0;
  border-radius: 5px;
  padding: 0 10px;
}
.export-buttons-b2 .export-excel-btn img {
  height: 16px;
  padding-right: 5px;
}
.export-buttons-b2 .export-excel-btn a {
  display: flex;
  align-items: center;
  line-height: 33px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

footer {
  position: fixed !important;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 10;
}

.rspacing {
  padding: 0 0 10px 0;
}
