@charset "UTF-8";
/**
  Q.INVOICE styles
*/
/* === Variables (values inlined) === */
/* $silver: #bdc3c7; */
/* $asbestos: #7f8c8d; */
/* $clouds: #ecf0f1; */
/* === Base Styles === */
body {
  background-color: #f2f2f6 !important;
  font: 12px/16px "IBM Plex Sans", sans-serif;
  letter-spacing: 0.025em;
  transition: all 0.15s ease;
  font-weight: 400 !important;
  font-size: 0.875rem;
}

.hide,
.hidden {
  display: none !important;
}

b,
strong {
  font-weight: 700 !important;
}

/* === Layout Helpers === */
.text-right {
  text-align: right;
}

.click,
.textLink {
  cursor: pointer;
}

/* === Cards === */
.card {
  background: #fff;
  box-shadow: 0 2px 14px rgba(38, 60, 85, 0.16);
}

.card.hover-raise {
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.card.hover-raise:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
  filter: brightness(1.03);
}

.card .card-header {
  padding: 0 !important;
  min-height: 40px !important;
  height: 40px !important;
  line-height: 40px;
  border: 0;
  display: inline-block;
}

.card-body {
  padding: 0 !important;
}

.card-title {
  color: white !important;
}

.card-title i {
  color: white !important;
}

/* === Sidebar & Navbar === */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  padding: 62px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 0;
  }
  .navbar-toggler {
    top: 10px !important;
  }
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar .nav-link {
  font-weight: 500;
  color: #454545;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #1ea1d7;
}

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

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

.navbar-brand {
  padding: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

/* === Responsive Header Adjustment === */
.nav-btn-link {
  color: #a1a5b7;
}

.nav-btn-link:hover {
  color: white;
}

@media (min-width: 992px) {
  #kt_header {
    height: 0;
  }
}
/* === Login Form === */
.loginForm {
  padding: 20px;
  width: 400px;
  margin: 0 auto;
  text-align: center;
}

.wrap-loginForm {
  margin: 10px 0;
}

H1.h2 {
  font-size: 16px;
}

/* === Invoices & Approvers === */
.addInvoice {
  margin-left: 15px;
  margin-bottom: 10px;
  background-color: #D84315;
  border: 1px solid #D84315;
}

LI .badge {
  float: right;
  margin-right: 0;
}

.InvoicesList .badge {
  width: 145px;
  line-break: auto;
}

.fas.AutorizeInvoice {
  color: green;
}

.fas.RejectedInvoice {
  color: red;
}

#Approvers,
#Approvers table {
  width: 100%;
}

.removeApprovers {
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.addApprovers,
.addFiles,
.addLineRekapitulation {
  font-size: 11px;
  cursor: pointer !important;
  margin-top: 5px;
}

#ApproversBlock {
  background: #CFD8DC;
  padding: 5px 10px;
  border-radius: 6px;
}

ul.InvoiceApprovers {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* === Invoice Status Badge === */
.statusInvoiceBadge .badge {
  font-size: 14px;
}

/* === Invoice Status Bar === */
#InvoiceStatusInformationBar {
  width: 300px;
  border-radius: 16px;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  transform: rotate(-4deg);
  position: absolute;
  margin-top: 25px;
  z-index: 50;
}

#InvoiceStatusInformationBar.status4 {
  border: 5px solid #D84315;
  color: #D84315;
}

#InvoiceStatusInformationBar.status5,
#InvoiceStatusInformationBar.status3 {
  border: 5px solid #1b5e20;
  color: #1b5e20;
}

#InvoiceStatusInformationBar.status9,
#InvoiceStatusInformationBar.status8 {
  border: 5px solid #8e8e8e;
  color: #8e8e8e;
}

/* === Tables === */
.tableInvoiceTypes,
.InvoicesList {
  width: 100%;
  table-layout: fixed;
}

.InvoicesList {
  border-top: 1px solid rgba(236, 240, 241, 0.5);
  border-right: 1px solid rgba(236, 240, 241, 0.5);
}

.InvoicesList TH {
  font-weight: bold;
  background: #ecf0f1;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.InvoicesList TD {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 4px !important;
  border-bottom: 1px solid rgba(236, 240, 241, 0.5);
  border-left: 1px solid rgba(236, 240, 241, 0.5);
}

.InvoicesList TR:nth-child(even) {
  background: rgba(236, 240, 241, 0.5);
}

.InvoicesList TBODY TR:hover > TD, .DocumentList TBODY TR:hover > TD, .table TBODY TR:hover > TD {
  background: lightyellow !important;
}

.table-striped > tbody > tr:nth-of-type(odd):hover > * {
  background: yellow !important;
}

#InvoicesListsBox {
  overflow: auto;
}

#InvoicesListsBox::-webkit-scrollbar {
  width: 10px;
  height: 12px;
}

#InvoicesListsBox::-webkit-scrollbar-thumb {
  background: #bdc3c7;
  border-radius: 4px;
}

/* Adjust detail table font */
.InvoicesList TD .badge,
.DocumentList TD .badge {
  font-size: 0.7rem !important;
}

.InvoicesList TD,
.DocumentList TD {
  font-size: 1rem !important;
  padding: 6px 4px 6px 4px;
}

/* === Inbox === */
.boldInbox TH {
  color: #15719f;
  font-weight: bold !important;
}

.tableInbox TH {
  /* no additional styles defined */
}

.InboxInner .rounded-circle {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #d2cbcb;
  text-align: center;
  line-height: 28px;
}

/* === Filters === */
.InvoiceListfiltr {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 18px 0 5px;
  border-radius: 3px;
  font-size: 11px !important;
}

.InvoiceListfiltr.active {
  background: rgba(241, 196, 15, 0.65) !important;
}

.zafiltrovano {
  background: rgba(241, 196, 15, 0.65) !important;
}

/* === Badges & Icons === */
.badge {
  text-align: center !important;
}

.badge.bg-secondary {
  background: #455A64 !important;
  text-align: center !important;
}

.badge.bg-secondary.bgstatus2 {
  background-color: #EF6C00 !important;
}

.badge.bg-secondary.bgstatus2_last {
  background-color: #efc700 !important;
}

.badge.bg-secondary.bgstatus3 {
  background-color: #2E7D32 !important;
}

.badge.bg-secondary.bgstatus4 {
  background-color: #C62828 !important;
}

.badge.bg-secondary.bgstatus8 {
  background-color: #c0392b !important;
}

.bg-success.navnumber {
  background: #00695C !important;
}

.fa {
  font-size: 14px !important;
}

.fa-circle {
  font-size: 6px !important;
  width: 10px;
  text-align: center;
  position: relative;
  top: -2px;
  left: -1px;
}

.fa-exclamation-triangle.red {
  color: red;
}

.green {
  color: green;
}

.btn-icon {
  color: #CCC !important;
}

/* === Scrollable Div === */
.scrollable-div {
  max-height: 400px;
  overflow-y: scroll;
  border: 1px solid black;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #888 #e0e0e0;
}

.scrollable-div::-webkit-scrollbar {
  width: 12px;
}

.scrollable-div::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

.scrollable-div::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* === Tablesorter === */
.tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false),
.tablesorter-bootstrap thead .tablesorter-headerAsc,
.tablesorter-bootstrap thead .tablesorter-headerDesc,
.tablesorter-bootstrap:not(.table-dark) .tablesorter-filter-row {
  background: #ecf0f1 !important;
}

/* === Dragtable === */
.dragtable-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
}

.dragtable-sortable li {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 1em;
  background: white;
}

.dragtable-sortable th,
.dragtable-sortable td {
  border-left: 0;
}

.dragtable-sortable li:first-child th,
.dragtable-sortable li:first-child td {
  border-left: 1px solid #CCC;
}

.ui-sortable-helper {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.ui-sortable-placeholder {
  box-shadow: 4px 5px 4px #C6C6C6 inset;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  background: #EFEFEF !important;
  visibility: visible !important;
}

.ui-sortable-placeholder * {
  opacity: 0;
  visibility: hidden;
}

/* === Modals === */
.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  z-index: 1071;
}

.modal-backdropm {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  background-color: #000;
  opacity: 0.2;
}

.modal-backdrom.show {
  opacity: 0.2;
}

.fade.show,
.fade {
  /* kept for transitions */
}

/* === AJAX File Upload === */
.ajax-file-upload-statusbar {
  margin: 0;
  width: 100% !important;
  border-radius: 4px;
  padding: 0;
}

.ajax-file-upload-filename {
  width: 100%;
  height: auto;
  margin: 0 5px 5px 0;
}

.ajax-file-upload-filesize {
  width: 50px;
  height: auto;
  margin: 0 5px 5px 0;
  display: inline-block;
  vertical-align: middle;
}

.ajax-file-upload-progress {
  margin: 5px 10px 5px 0;
  position: relative;
  width: 250px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
}

.ajax-file-upload-bar {
  background-color: #0ba1b5;
  width: 0;
  height: 20px;
  border-radius: 3px;
  color: #fff;
}

.ajax-file-upload-percent {
  position: absolute;
  top: 3px;
  left: 48%;
  display: inline-block;
}

.ajax-file-upload-red {
  box-shadow: inset 0 39px 0 -24px #e67a73;
  background-color: #e4685d;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 #b23e35;
  cursor: pointer;
  vertical-align: top;
  margin: 5px 10px 5px 0;
}

.ajax-file-upload-green {
  background-color: #77b55a;
  border-radius: 4px;
  margin: 5px 10px 5px 0;
  padding: 4px 15px;
  display: inline-block;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 0 #5b8a3c;
  vertical-align: top;
}

.ajax-file-upload {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  height: 25px;
  margin: 0 10px 10px 0;
  display: inline-block;
  background: #2f8ab9;
  border: none;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 0 0 #13648d;
  padding: 6px 10px 4px 10px;
  cursor: pointer;
}

.ajax-file-upload:hover {
  background: #3396c9;
  box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop {
  border: 2px dotted #A5A5C7;
  width: 100% !important;
  color: #DADCE3;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  display: none !important;
}

.state-hover {
  border: 2px solid #A5A5C7;
}

/* === Attachments === */
.attachments,
.attachmentsMain {
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.attachments li,
.attachmentsMain li {
  padding: 6px;
}

.attachmentsMain li[data-order="0"] {
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  background: #e8e8e8;
}

.attachments .demo1,
.attachmentsMain .demo1 {
  display: inline-block;
}

.attachments .fa,
.attachmentsMain .fa {
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
}

/* === qDmsInvoice === */
.qDmsInvoice label {
  font-size: 11px;
}

.qDmsInvoice input {
  height: 30px;
}

.qDmsInvoice .input-group-text {
  height: 30px;
}

/* === qDmsInvoiceFiles === */
.qDmsInvoiceFiles,
.qDmsInvoiceFilesMain {
  padding: 0;
  border-radius: 6px;
  width: 100%;
}

.qDmsInvoiceFiles label,
.qDmsInvoiceFilesMain label {
  font-size: 11px;
}

/* === select2 === */
.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
  height: 31px !important;
  background: #EFF2F5 !important;
  border: 1px solid #E4E6EF !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #454545 !important;
  font-size: 1rem !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}

.form-control {
  font-weight: 400 !important;
  color: #454545 !important;
  font-size: 1rem !important;
}

#search {
  height: 30px;
  font-size: 1rem;
}

.select2-results__options {
  font-size: 12px !important;
}

.is-invalid .select2-selection {
  border-color: rgb(185, 74, 72) !important;
}

/* === Grid & Data === */
.datagrid > div {
  min-width: 1000px;
}

/* === Miscellaneous === */
#about {
  display: none !important;
}

#version {
  color: #454545;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

#snippet-userGrid-grid .datagrid-tree-item:hover:not(#snippet-userGrid-item-header) > .datagrid-tree-item-content {
  background: #f2f6f9;
}

._rightBlock {
  overflow: auto;
  top: 52px; /* from SCSS override */
}
._rightBlock .card-header {
  border-bottom: 0px !important;
  justify-content: left;
  font-size: 1.6rem;
  padding-left: 0px;
}
._rightBlock .card-header .fa {
  display: none;
  position: relative;
  top: 12px;
}

._rightBlock::-webkit-scrollbar,
.mainBlock::-webkit-scrollbar {
  width: 7px !important;
  height: 12px !important;
}

._rightBlock::-webkit-scrollbar-thumb,
.mainBlock::-webkit-scrollbar-thumb,
.mainBlock::-webkit-scrollbar-thumb:vertical:hover,
._rightBlock::-webkit-scrollbar-thumb:vertical:hover {
  background: #a3acb4 !important;
  border-radius: 4px !important;
}

.rightBlockx {
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
}

.attachmentActionParent {
  text-align: right;
  border-bottom: 1px solid rgba(236, 240, 241, 0.58);
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}

.attachmentAction {
  background: rgba(236, 240, 241, 0.67);
  border-radius: 3px;
}

.rchanged {
  font-size: 11px;
  color: red;
}

.qDmsinvoiceRighSide.small {
  width: 50px;
}

.qDmsinvoiceRighSide.small > .card,
.qDmsinvoiceRighSide.small > .comments {
  display: none;
}

.qDmsinvoiceRighSide.small2 {
  width: 600px;
  position: fixed;
  top: -50px;
  right: -10px;
  background: #fff;
  border-left: 1px solid #b0aeae;
  box-shadow: -5px 0px 16px 0px rgba(0, 0, 0, 0.3);
}

.invoiceAddEditBlock {
  width: 100%;
  padding: 0 20px; /* from responsive SCSS */
}

TR.duplicityInvoice TH {
  color: red !important;
}

TR.ddeletedInvoice TD {
  color: #c0c0c0 !important;
}

#sidebarMenu .fa {
  width: 10px;
  text-align: center;
  position: relative;
}

#sidebarMenu .fa-file {
  left: -1px !important;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.datagrid-tree-item:hover:not(#snippet-userGrid-item-header) > .datagrid-tree-item-content {
  background: #f2f6f9;
}

#add-link-form-wrapper .add-link-controls {
  display: flex;
  gap: 1rem;
  flex-direction: row-reverse;
}

#add-link-form-wrapper .add-link-controls a {
  font-size: 13px;
  line-height: 20px;
  padding: 5px 10px;
}

a.not-styled-link {
  color: inherit !important;
  text-decoration: none;
}

/* === Right Panel (PRAVY PANEL u faktury) from SCSS === */
.qDmsinvoiceRighSideNew {
  border-left: 1px solid #7f8c8d;
  background: #fff;
  -webkit-box-shadow: -4px 0px 21px -9px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: -4px 0px 21px -9px rgba(0, 0, 0, 0.64);
  box-shadow: -4px 0px 21px -9px rgba(0, 0, 0, 0.64);
  z-index: 2040;
}

.qDmsinvoiceRighSideNewInner {
  overflow: auto;
  height: 90vh;
}

.qDmsinvoiceRighSideNewInner::-webkit-scrollbar {
  width: 10px;
  height: 12px;
}

.qDmsinvoiceRighSideNewInner::-webkit-scrollbar-thumb {
  background: #bdc3c7;
  border-radius: 4px;
}

/* === Toolbar Controls === */
.openToolbarLeft {
  transform: rotate(-90deg);
}

.openToolbarLeft button {
  background: #FFF;
  border-top: 1px solid #7f8c8d;
  border-left: 1px solid #b0aeae;
  border-right: 1px solid #7f8c8d;
  border-bottom: 1px solid #7f8c8d;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #263238;
  background: #FFF;
}

.openToolbarLeft button.selected {
  border-top: 0 solid #7f8c8d;
}

.openToolbar {
  transform: rotate(90deg);
}

.openToolbar button {
  background: #FFF;
  border-top: 1px solid #7f8c8d;
  border-left: 1px solid #b0aeae;
  border-right: 1px solid #7f8c8d;
  border-bottom: 1px solid #7f8c8d;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #263238;
  background: #ecf0f1 !important;
}

.openToolbar button.selected {
  border-top: 0 solid #7f8c8d;
  background: #FFF !important;
}

.openToolbarx {
  background: #d5d5d5 !important;
}

.openToolbarx.selected {
  opacity: 1;
  background: #FFF;
}

/* === Tabs === */
.tab {
  border-bottom: 1px solid #7f8c8d !important;
  border-radius: 0 !important;
  height: 36px !important;
}

.tab.selected {
  border-bottom: 2px solid #7f8c8d !important;
}

.qtab {
  border-bottom: 1px solid #FFF !important;
  display: inline-block;
  min-width: 100px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #ecf0f1;
  padding: 14px 20px;
  text-align: center;
  cursor: pointer;
}

.qtab:hover:not(.active) {
  background: #FFF;
}

.qtab.active {
  background: #FFF;
}

/* === Rotated Elements === */
.otocit {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  width: 4em;
}

/* === Zalozka Button === */
.zalozka {
  margin-left: -90px;
  background: #FFF;
  border-top: 1px solid #ecf0f1;
  border-left: 1px solid #ecf0f1;
  border-right: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #263238;
  background: #bdc3c7 !important;
  text-align: center;
  width: 120px;
  cursor: pointer;
  user-select: none;
  height: 40px;
  line-height: 42px;
  margin-top: 80px !important;
}

.zalozka.selected {
  border-top: 1px solid #fff;
  background: #FFF !important;
}

/* === Right Block and Boxes === */
.rightBoxIn {
  border-left: 1px solid #b0aeae;
  border-top: 1px solid #b0aeae;
  background: #fff;
}

.mainBlock {
  overflow: auto;
}

.rightBoxInnner {
  margin-left: -10px !important;
  padding-right: 10px;
}

.rightBoxInnner .card-header {
  margin-bottom: 15px;
  width: 100%;
}

._rightBoxInnner {
  padding-left: 30px !important;
}

/* === Right Block Panel from SCSS === */
._rightBlock {
  position: fixed;
  right: -500px;
  top: 0;
  overflow: scroll;
  background: #FFF;
  width: 500px;
  z-index: 500; /* from responsive override */
}

/* === Badge Circle in Navigation === */
.righBoxNavigation .badge-circle {
  background: #7f8c8d;
  height: 17px !important;
  width: 17px !important;
  position: relative;
  top: -1px;
  font-size: 10px;
}

/* === Config Fields === */
.configFields .card {
  padding: 20px;
}

.configFields input::placeholder {
  font-size: 10px;
  color: #ccc;
}

/* === Text Dark Coloring === */
.qtext-dark {
  color: #516377 !important;
}

/* === Welcome Section === */
.welcome legend {
  position: relative;
  top: -10px;
  color: #A1A5B7 !important;
  font-weight: 600;
  margin: 0 0.75rem 0 0;
  font-size: 1.275rem;
}

.welcome input[readonly] {
  padding-left: 0;
}

.welcome .bg-body {
  border-radius: 6px;
}

.welcome .pay-box {
  display: inline-block;
}

.welcome .pay-item {
  display: inline-block;
  min-height: 60px;
  text-align: center;
  line-height: 10px;
  background: rgba(236, 240, 241, 0.43);
  cursor: pointer;
  border-radius: 6px;
  opacity: 0.5;
}

.welcome .pay-item:hover {
  background: #ebeff2;
}

.welcome .pay-item.selected {
  color: #2ecc71;
  border: 1px solid #E4E6EF;
  background: #ebeff2;
  opacity: 1;
}

.welcome label,
.welcome labe {
  display: inline-block;
  min-width: 150px;
  margin-top: 10px;
  color: #516377 !important;
  font-size: 14px;
  font-weight: 600;
}

.welcome .finalprice,
.welcome .finalpricesdph {
  text-align: right;
  display: inline-block;
  width: 80px;
}

/* === Welcome Buttons === */
#kt_welcome_in_submit2,
#kt_welcome_in_submit,
#kt_welcome_in_submitpay,
#kt_welcome_in_submitback {
  font-size: 18px !important;
}

#kt_aside_nav {
  height: 50px;
}

/* === Aside Footer Dropdown === */
.aside-footer {
  top: -10px;
  position: relative;
}

.aside-footer:hover .menu-sub {
  display: flex;
  will-change: transform;
  animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
}

.aside-footer .menu-sub {
  left: 15px;
  bottom: 10px;
  position: absolute;
}

/* === SubFail Badge === */
.SubFail {
  background: #c0392b !important;
  color: #FFF;
  font-weight: bold;
}

/* === Links & Text Sizes === */
.link {
  color: #16a085;
  cursor: pointer;
}

.link:hover {
  color: #127964;
}

.f-11 {
  font-size: 11px;
}

.f-16 {
  font-size: 16px !important;
}

/* === Box Styling === */
.boxValueSub {
  display: inline-block;
  background: #bdc3c7;
  border-radius: 6px;
  padding: 0 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  min-width: 150px;
}

.boxTextSub {
  display: inline-block;
  width: 200px;
}

.boxInfoText {
  display: inline-block;
}

.fa-qhelp {
  font-size: 18px !important;
  position: relative;
  left: 4px;
  top: 2px;
  cursor: help;
}

/* === Config List Tables === */
.configList table thead tr {
  background: #ecf0f1;
}

.configList table thead tr th {
  padding: 10px 15px !important;
}

.configList table tbody td {
  padding: 10px 15px !important;
}

.configList .card-header {
  color: #2c3e50 !important;
}

/* === Validation States === */
.form-control-solid.is-valid,
.form-select-solid.is-valid {
  border: 1px solid #1abc9c !important;
}

.form-control-solid.is-invalid,
.form-select-solid.is-invalid {
  border: 1px solid #c0392b !important;
}

/* === Menu Link Active Color === */
.menu-link.active .menu-title {
  color: #2c3e50 !important;
}

.menu-link.active .menu-title a,
.menu-link.active .menu-title a:visited {
  color: #2c3e50 !important;
}

.menu-link.active .fa-solid {
  color: #2c3e50 !important;
}

/* === AJAX Upload Hidden === */
.ajax-file-upload {
  display: none;
}

/* === Drag & Drop Files Box === */
.DDFiles {
  width: 100%;
  text-align: center;
}

.DDFiles span {
  display: block;
  width: 100%;
  max-width: 480px;
  height: 500px;
  border: 2px dotted #34495e;
  text-align: center;
  border-radius: 6px;
  color: #34495e;
}

.DDFiles span .fa-solid {
  font-weight: bold;
  font-size: 28px;
  color: #34495e;
  position: relative;
  top: 4px;
}

/* === Step Info Badge === */
.wstepinfo {
  display: inline-block;
  background: #95a5a6;
  padding: 4px;
  color: #FFF;
  border-radius: 6px;
}

/* === Invoice Top Navigation === */
.qinvoicetop {
  background: #181C31 !important;
}

.qinvoicetop .nav-link {
  color: #2c3e50 !important;
}

.qinvoicetop .nav-item:hover {
  background: #37474F !important;
  border-radius: 6px;
}

/* === Aside Z-Index === */
#kt_aside {
  z-index: 100;
}

.aside .aside-primary {
  background: #263238 !important;
}

.aside .aside-secondary {
  overflow-y: auto !important;
}

/* === User Profile Hover === */
.userprofil:hover {
  /* no additional styles */
}

/* === Drop Menu Login User === */
.dropMenuLoginUser {
  padding: 30px;
  width: 300px;
}

.dropMenuLoginUser .loginuser {
  font-size: 14px;
}

.dropMenuLoginUser .loginuser span {
  /* no override color */
}

.dropMenuLoginUser li {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 10px;
  color: #2c3e50;
}

.dropMenuLoginUser li:last-child {
  padding-bottom: 0;
}

.dropMenuLoginUser .tarif {
  background: #bdc3c7;
  padding: 10px;
  border-radius: 6px;
  border: 0;
  max-width: 90%;
  color: #2c3e50;
  margin: 0 auto;
}

/* === Small Box Variants === */
.small-box.color1,
.small-box.color2,
.small-box.color3,
.small-box.color4 {
  background: #16a085;
  color: #fff;
}

.small-box.color5 {
  background: #fff;
  text-align: left;
  padding: 20px;
  position: relative;
}

.small-box-close {
  position: absolute;
  right: 7px;
  top: 5px;
  cursor: pointer;
  color: #7f8c8d;
}

.small-box-close2 {
  position: absolute;
  right: 7px;
  top: 5px;
  cursor: pointer;
  color: #ecf0f1;
}

.small-box-footer {
  position: absolute;
  z-index: 10;
  display: block;
  padding: 3px 5px;
  bottom: -13px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.07);
  font-size: 12px !important;
  left: 0;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.small-box {
  box-shadow: 0 0 1px rgba(var(--bs-body-color-rgb), 0.125), 0 1px 3px rgba(var(--bs-body-color-rgb), 0.2);
  position: relative;
  border-radius: 0.375rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.small-box h3 {
  z-index: 5;
  padding-top: 3px;
  color: #d8faf2 !important;
  font-size: 24px !important;
}

.small-box h3.text {
  font-size: 1.4rem !important;
}

.small-box .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.small-box .inner p {
  font-size: 1rem;
}

.dashboardicon {
  display: none;
  z-index: 5;
  width: 30px;
  color: #95a5a6;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* === Wizard Navigation === */
.wizard .nav-link {
  color: #fff;
  font-weight: bold;
}

.wizard .nav-link:hover {
  color: #bdc3c7;
}

/* === Invoice List Main Block === */
.InvoiceListMainBlock {
  padding: 0 0px;
}

thead input.form-control {
  font-size: 12px;
  height: 30px;
}

/* === Small Box 2 === */
.small-box2 {
  box-shadow: 0 0 1px rgba(var(--bs-body-color-rgb), 0.125), 0 1px 3px rgba(var(--bs-body-color-rgb), 0.2);
  position: relative;
  border-radius: 0.375rem;
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 20px !important;
  position: relative;
}

/* === Nastenka Settings === */
.nastenkaSettings div {
  font-size: 14px;
  color: #7f8c8d;
}

/* === Form Check Input === */
.form-check-input:checked {
  background-color: #16a085 !important;
  border-color: #16a085 !important;
}

/* === Dashboard Link Settings === */
.qinvoiceDashboardLinkSett {
  background: rgba(0, 0, 0, 0.3);
  padding: 4px;
  border-radius: 6px;
  position: relative;
  top: 4px;
  font-size: 11px;
  color: #95a5a6;
}

.qinvoiceDashboardLinkSett.fr {
  float: right;
}

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

/* === Content Padding === */
#kt_content {
  padding: 0px;
}

.qinvoiceDashboardPage {
  padding: 20px !important;
}

/* === Fixed Bottom Nav (mobile) === */
.fixed-bottom-nav-invoice {
  /* base styles */
}

/* === Avatar Box === */
.AvatarBox {
  width: 40px;
  height: 40px;
  background: #ddd;
  border-radius: 6px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  font-weight: bold;
  font-size: 12px;
}

/* === Rozuctovani Table === */
.InvoiceRozuctovaniTable TD {
  font-size: 12px !important;
}

/* === Input Group Calendar === */
.input-group-text .fa-calendar {
  position: relative;
  top: -7px;
}

/* === Root Variables for Cards === */
:root {
  --card-padding: 20px;
  --card-radius: 5px;
}

.configList .card,
.invoiceAddEditBlock .card,
.InvoiceListMainBlock .card {
  padding: var(--card-padding) !important;
  border-radius: var(--card-radius) !important;
}

.dashboard .card,
.qDmsinvoiceRighSide .card {
  padding: var(--card-padding);
  border-radius: var(--card-radius);
}

#rozuctovani {
  padding: var(--card-padding) !important;
}

/* === Duplicity Invoices Warning === */
#duplicityInvoicesList1 {
  display: none;
  margin-bottom: 10px;
  border: 1px solid red;
}

.redqueInvoice TD .bg-secondary {
  background: #CFD8DC !important;
}

.redqueInvoice .external-link {
  color: #B0BEC5 !important;
}

.redqueInvoice TD {
  background: #ECEFF1 !important;
  color: #B0BEC5 !important;
  cursor: wait;
}

.redqueInvoice:hover > TD {
  background: #ECEFF1 !important;
  color: #B0BEC5 !important;
}

/* === Background Success Nav Number === */
.bg-success.navnumber {
  background: #00695C !important;
}

/* === Padding Utility === */
.px-md-4 {
  padding: 0 !important;
}

/* === Scrollbar for Main Blocks === */
.mainBlock::-webkit-scrollbar {
  width: 7px;
  height: 12px;
}

.mainBlock::-webkit-scrollbar-thumb,
.mainBlock::-webkit-scrollbar-thumb:vertical:hover {
  background: #a3acb4 !important;
  border-radius: 4px;
}

/* === Chat Container === */
.chat-container {
  width: 100%;
  max-width: 800px;
  justify-content: center;
}

.chat-container .human {
  float: right;
  background: #16a085;
  color: #FFF;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.chat-container .chatMainBox .fa {
  color: #FFF;
}

.chat-container .msg {
  font-size: 14px;
  margin-top: 5px;
}

.chat-container .ai {
  float: left;
  background: #1abc9c;
  color: #FFF;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.chat-container .time {
  color: #fff;
  font-weight: bold;
}

.chat-container .chatBox {
  border-radius: 6px;
  padding: 10px;
  max-width: 80%;
  min-width: 80%;
  margin-top: 4px;
}

.chat-container .loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.chat-container .chatMainBox {
  max-width: 800px;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* === Password Strength Bar === */
#password-strength-bar {
  height: 8px;
  background-color: #ddd;
  width: 100%;
  border-radius: 4px;
  margin-top: 5px;
  overflow: hidden;
}

#password-strength-bar-fill {
  height: 100%;
  width: 0%;
  transition: width 0.3s;
}

/* Lehký stín a oddělení od obsahu */
.bottom-action-bar {
  position: fixed;
  bottom: -10px;
  padding: 10px;
  z-index: 20;
  width: 100%;
  background-color: rgba(236, 240, 241, 0.7); /* Poloprůhledné pozadí */
  backdrop-filter: blur(10px); /* Rozmazání obsahu za panelem */
  -webkit-backdrop-filter: blur(10px); /* Pro Safari */
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e0e0e0;
  z-index: 1030; /* vyšší než většina Bootstrap modálů */
}
.bottom-action-bar button {
  min-width: 150px;
}
.bottom-action-bar .btnRozuctovani {
  background: #16a085 !important;
}

/* Pokud chcete tlačítko s ikonkou varování barevně odlišit */
.btn-warning-square {
  border: 1px solid #ffc107;
  color: #856404;
  background-color: rgba(255, 193, 7, 0.1);
}

.btn-warning-square:hover {
  background-color: rgba(255, 193, 7, 0.2);
}

.btn-outline-success {
  border: 1px solid #50CD89 !important;
  background: #FFF !important;
}

.btn {
  font-weight: 500;
  line-height: 1.5;
  font-size: 1rem !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.configInvoices .card-header {
  height: 45px !important;
  padding-left: 13px !important;
}

@media (min-width: 1270px) {
  #kt_content {
    padding: 0px;
  }
  .QinvoiceVersion {
    display: none;
  }
}
@media (max-width: 1000px) {
  .bottom-action-bar {
    /*display: none;*/
  }
  .bottom-action-bar button {
    width: 100%;
    display: inline-block;
    font-size: 0.9rem !important;
  }
}
.qinvoiceDashboardPage {
  padding: 25px !important;
}

.invoiceAddEditBlock {
  padding: 15px !important;
}

.InvoiceListMainBlock {
  padding: 15px !important;
}

@media (max-width: 992px) {
  #kt_content {
    padding: 0px;
  }
  #kt_aside {
    width: 90%;
  }
  #kt_aside_wordspace {
    width: 100% !important;
  }
  .QinvoiceVersion {
    display: none;
  }
  #kt_content .InvoiceListMainBlock {
    position: relative;
    top: -30px;
  }
  #kt_content .invoiceAddEditBlock {
    position: relative;
    top: -10px;
  }
  .qinvoiceDashboardPage {
    padding: 20px !important;
  }
  .configPage {
    /* no additional styles */
  }
  .zadankyWhiteBox {
    display: none;
  }
  .qDmsinvoiceRighSide {
    margin-top: 0 !important;
  }
  ._rightBlock {
    z-index: 500;
    /*display: none;*/
  }
  .invoiceAddEditBlock {
    padding: 0 20px;
  }
  .fixed-bottom-nav-invoice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(236, 240, 241, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    justify-content: space-around;
    align-items: stretch;
  }
}
.table-wrapper input {
  min-width: 130px;
  text-align: left;
  display: inline-block; /* aby šlo nastavit šířku a oříznutí */
  white-space: nowrap; /* nedovolí zalomení textu na nový řádek */
  overflow: hidden; /* skryje přečnívající část */
  text-overflow: ellipsis; /* zobrazí „…” na konci */
  vertical-align: middle; /* volitelné – aby bylo hezky vystředěné */
  cursor: default; /* volitelně: kurzor “ve výchozím stavu” */
}

.truncated-label {
  display: inline-block; /* aby šlo nastavit šířku a oříznutí */
  max-width: 80px; /* upravte šířku dle designu; např. 80px */
  white-space: nowrap; /* nedovolí zalomení textu na nový řádek */
  overflow: hidden; /* skryje přečnívající část */
  text-overflow: ellipsis; /* zobrazí „…” na konci */
  vertical-align: middle; /* volitelné – aby bylo hezky vystředěné */
  cursor: default; /* volitelně: kurzor “ve výchozím stavu” */
}

/* Kontejner pro celou sekci */
.invoice-summary {
  /*display: flex;*/
  /*flex-direction: column;*/
  margin-top: 20px;
  border-collapse: collapse;
}
.invoice-summary .invoice-row {
  display: flex;
  /*justify-content: space-between;*/
  text-align: left;
  padding: 8px 10px;
}
.invoice-summary .invoice-row:nth-child(odd) {
  background: #f0f2f5;
}
.invoice-summary .invoice-label {
  color: #666;
  flex: 1 1 auto;
  min-width: 120px;
  font-size: 12px;
}
.invoice-summary .invoice-value {
  text-align: right;
  flex: 1 1 auto;
  font-size: 12px;
  white-space: nowrap;
}
.invoice-summary {
  /* Tučné řádky (kde bylo font-weight: bold) */
}
.invoice-summary .invoice-row.bold .invoice-label,
.invoice-summary .invoice-row.bold .invoice-value {
  font-weight: bold;
  color: #333;
}
.invoice-summary {
  /* Styl pro input pole */
}
.invoice-summary .invoice-input {
  width: 100%;
  max-width: 100px;
  text-align: right;
  padding: 4px 6px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Responzivita: při úzkém viewportu stacked layout */
@media (max-width: 480px) {
  .invoice-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .invoice-value {
    width: 100%;
    margin-top: 4px;
    text-align: left;
  }
  .invoice-row.bold .invoice-value {
    text-align: left;
  }
}
/* Pro základní Select2 single */
.select2-container--default .select2-selection--single {
  background-color: #fff !important;
}

/* Pokud používáte víceřádkový (multiple) režim: */
.select2-container--default .select2-selection--multiple {
  background-color: #fff !important;
}

/* Pro políčko vyhledávání uvnitř dropdownu */
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #fff !important;
}

/* Případně i celý dropdown (volby) */
.select2-dropdown {
  background-color: #fff !important;
}

.rightCloseButton {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 36px !important;
  height: 36px !important;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

/* Křížek jako pseudo-element, ostrý i na retina displejích */
.rightCloseButton::before,
.rightCloseButton::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 60%;
  background-color: #fff;
}

.rightCloseButton::before {
  transform: rotate(45deg);
}

.rightCloseButton::after {
  transform: rotate(-45deg);
}

/* Interakce */
.rightCloseButton:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.rightCloseButton:active {
  transform: scale(0.95);
}

#SupplierAdress {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn-outline-dark:hover {
  background-color: #ecf0f1 !important;
  color: #000 !important;
}

.tableRozuctovani input, .tableItems input {
  height: 30px;
}

.form-label {
  margin-bottom: 0px !important;
}

.col-form-label {
  margin-bottom: 0px !important;
  line-height: 0px !important;
}

.table-condensed {
  margin: 10px !important;
}

.tableRekapitulation td label {
  white-space: nowrap;
}

/*# sourceMappingURL=qinvoicenew.min.css.map */
