.ui-datepicker-today a {
  background-color: #2196F3 !important; /* zmień na dowolny kolor */
  color: #fff !important;
  font-weight: bold;
}

/* Podstawowe style */
.height_textarea_instance{
	
	min-height: 80px;
	height: 80px;
	
}


.label_min_height {
  min-height: 40px;
  display: inline-block;
}

.shadow-bottom {
  position: relative;
  z-index: 1;
}

.vertical-line {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-flex;
   /* !!!!!! */ align-items: center;

   min-height: 40px;
   height: 100%;
}

.vertical-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2.4px;
  background-color: var(--line-color, #007bff);
  border-radius: 3px;
}

.vertical-line::after {
  content: ':';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
}

.vertical-line.custom-top::after {
    top: 17px !important;  /* Zmieniony top dla elementu z klasą .custom-top */
}

.checkbox_center {
  display: flex;
  align-items: center;
  height: 100%;
}

.core-input.checkbox {
  margin: 0;
  vertical-align: middle;
}

label {
  margin: 0;
  margin-top: 0px !important;
  padding-left: 3px;
}


@media (max-width: 991.98px) {
  .checkbox_center {
    display: flex; /* Usuń flexbox w mobilnej wersji */
  }

  .vertical-line {
    padding-left: 10px !important;  /* Minimalne odstępy */
    padding-right: 10px !important;
  }


  .vertical-line {
    display: block; /* Usuń inline-flex */
    height: auto; /* Usuń pełną wysokość */
  }

  .control-label {
    font-size: 14px; /* Mniejszy rozmiar tekstu */
    padding: 10px;   /* Większe odstępy wewnętrzne dla lepszej czytelności */
  }

  .vertical-line {
    padding-left: 10px; /* Mniejsze odstępy */
    padding-right: 10px;
  }

  .group_form_header {
    font-size: 16px;    /* Dopasowanie rozmiaru nagłówka */
  }

  .checkbox-wrap {
    gap: 0; /* Bez odstępów między etykietą i checkboxem */
    align-items: flex-start; /* Wyrównanie do lewej */
  }

  .checkbox-label {
    font-size: 14px;
    margin-bottom: 0; /* Brak odstępu */
    padding-bottom: 0; /* Brak paddingu */
  }
}



@media (max-width: 576px) {
  .vertical-line {
    display: flex;
    height: auto;
	
  }
  
    .control-label {
      border-bottom: none !important; /* Usunięcie border-bottom */
    }
  
  .form-group.row.ps-4 {
    padding-left: 0 !important; /* Nadpisanie efektu ps-6 */
  }
  
  .checkbox_center {
    display: flex; /* Usuń flexbox w mobilnej wersji */
  }
  
  .control-label {
    font-size: 12px; /* Jeszcze mniejszy rozmiar tekstu na bardzo małych ekranach */
  }

  .group_form_header {
	text-align: center; /* Wyśrodkowanie nagłówka */
    font-size: 14px; /* Dostosowanie rozmiaru nagłówka */
    padding: 10px;   /* Zmniejszenie paddingu nagłówka */
  }

  .vertical-line {
    padding-left: 5px !important;  /* Minimalne odstępy */
    padding-right: 5px !important;
  }
  
.label_min_height {
  min-height: auto;

}
  
}

@media (max-width: 544px) {
	.core-input{
		margin-top: 5px !important;
	}
	.form-group{
		margin-bottom: 15px !important;
	}
	
	
  .vertical-line {
    display: block;
    height: auto;
	
  }	
  .checkbox_center {
    display: block; /* Usuń flexbox w mobilnej wersji */
  }	
}




/* Label */
.control-label {
    display: flex; /* Flexbox na labelu */
     /* !!!!!! */ align-items: center;
    height: auto; /* Dostosuj do zawartości rodzica */
    margin: 0; /* Usuń niepotrzebne marginesy */
}



.core {
    margin-bottom: 20px;
}

.core-grouping-row {
    background-color: #fbfbfb !important;
    border-bottom: 2px solid #ddd9d9;
    color: #ae0101;
}

.core-grouping-row-sum {
    background-color: #fbfbfb !important;
    border-bottom: 2px solid #ddd9d9;
    color: #ae0101;
    font-weight: bold;
}

.core-total-title {
    text-align: right;
    display: block;
    padding-right: 50px;
}

.core-list {
    /*min-width: 100%;*/
    /*width: auto;*/
    display: table !important;
    margin-bottom: 3px;
    /*   table-layout: fixed;*/
}

.tabulator-row .tabulator-cell:last-of-type {
    padding: 0!important;
}

.tabulator-row .btn-sm,
.btn-xs {
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin: 1px;
    left: 2px!important;
}

.parsley-custom-error-message,
.parsley-errors-list {
    color: #FF0000;
    padding-left: 1px;
    padding-top: 0px;
    margin: 0;
    margin-bottom: 5px;
    list-style-type: none;
}

.core-actions input {
    float: right;
}

.clr {
    clear: both;
    font-size: 0;
}

.modal-dialog {
    max-width: none!important;
    width: 60%;
}

.tabulator-table {
    width: 100%;
}

.tabulator-tableHolder {
    min-height: 50px!important;
}

.core-list th,
.core-list td {
    /*white-space:nowrap;*/
}

.core-column:hover {
    text-decoration: underline;
    cursor: pointer;
}

.core-header {
    border-bottom: 1px solid #E5E5E5;
}

.core-top-actions {
    padding: 5px 0;
}

.core-container {
    position: relative;
}

.core-list-container {
    /*overflow-x: auto;*/
    /* overflow-x: scroll;*/
    clear: both;
    /*width: 100%;*/
    padding: 0!important;
}

.core-nav {
    padding: 15px 10px 5px;
}

.core-nav>* {
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
}

td.core-actions {
    text-align: right;
    white-space: nowrap;
}

.core-actions a {
    vertical-align: top;
}

.core .core-list .core-row:hover td.core-actions-fixed {
    position: absolute;
    right: 0;
    border-left: none;
    

}

.core .core-list .core-row:hover:hover {
	background: var(--bs-table-hover-bg);
}


.core-overlay {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff 50% 50% no-repeat url(loading.gif);
    opacity: 0.5;
    width: 100%;

}
[data-bs-theme=dark]{
	
	.core-overlay {
		background: rgba(0, 0, 0, 0.2);
	}	
}	
.core-overlay-div {

}


.core-num {
    color: #bbb;
    width: 10px;
}

.core-benchmark {
    margin: 5px;
    font-size: 10px;
    line-height: 1.2;
    float: right;
    color: #999;
}

.core-benchmark span {
    margin: 0 5px;
}

table.core-details.table td input,
table.core-details.table td select,
table.core-details.table td textarea {
    margin-bottom: 0;
}

.core .tab-content {
    padding: 8px;
    border: 1px solid #DDDDDD;
    border-top: 0;
}


/*.core .core-remove-file{
    vertical-align: bottom;
    margin-left: 5px;
}*/

.core .core-file-container.error {
    border: 1px solid #E20101;
    background-color: #FFE4E4;
    padding-left: 5px;
}

.core .core-file-container {
    font-size: 14px;
    line-height: 30px;
}

.core .core-file-container img {
    max-width: 99%;
    vertical-align: bottom;
}

.core-add-file {
    /*margin-top: 5px;*/
    position: relative;
    overflow: hidden;
}

input.core-upload {
    cursor: pointer;
    direction: ltr;
    font-size: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
    -webkit-transform: translate(-300px, 0px) scale(4);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}

.core .core-list td.core-sum {
    font-weight: bold;
}


/* column styles */

.core-list td.align-left {
    text-align: left
}

.core-list td.align-right {
    text-align: right;
}

.core-list td.align-center {
    text-align: center;
}

.core-list td.font-bold {
    font-weight: bold;
}

.core-list td.font-italic {
    font-style: italic;
}

.core-list td.text-underline {
    text-decoration: underline;
}

.core .core-list td .btn {
    margin-top: -4px;
    margin-bottom: -4px;
}

.core-th th {
    background: #efefef;
    white-space: nowrap;
}

.core .core-daterange {
    width: 80px;
}

.core-googlemap img {
    max-width: inherit;
}

.core-search input,
.core-search select {
    width: 20%;
    margin: 0 5px 0 0;
    vertical-align: top;
    min-width: 250px;
}

.core .btn-group {
    white-space: nowrap;
    margin-right: 5px;
}

.core .btn-group .btn {
    float: none !important;
}

.core-upload-container img {
    display: block;
    max-width: 700px;
    clear: both;
    margin-bottom: 5px;
}

ul.core-map-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 5;
}

ul.core-map-dropdown li {
    margin: 0;
    padding: 3px 10px;
    cursor: pointer;
}

ul.core-map-dropdown li:hover {
    background: #f4f4f4;
}

input.core-inline {
    display: inline-block;
    width: 40%;
    margin-right: 10px;
}

.core-map {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin: 10px 0;
}


/*.core-radio-label,.core-checkboxes-label{
    display: block;
}
.core-radio-label input,.core-checkboxes-label input{
    margin-right: 7px;
}*/

.core .validation-error {
    box-shadow: 0 0 1px red, 0 0 3px red !important;
    background: #FFEBEB !important;
}

th.core-actions {
    width: 40px;
}

a.core_modal {
    text-decoration: none;
    color: inherit;
}


/*.core-view table tr td:first-child{
    width: 30%;
}*/


/*td.details-label{
    width: 30%;
}*/


/* messages */

.core-message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 15px;
    padding: 10px 20px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(0, 0, 0, 0.05);
    display: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
    color: rgba(255, 255, 255, 0.90);
    cursor: pointer;
    z-index: 500;
}

.core-message.success {
    background: #5AB95F;
    border-top: 1px solid #8A1414;
    border-bottom: 1px solid #8A1414;
}

.core-message.error {
    background: #D05C5C;
    border-top: 1px solid #931C1C;
    border-bottom: 1px solid #931C1C;
}

.core-message.info {
    background: #6CC3C6;
    border-top: 1px solid #127B7C;
    border-bottom: 1px solid #127B7C;
}

.core-message.note {
    background: #DDB75D;
    border-top: 1px solid #A66E13;
    border-bottom: 1px solid #A66E13;
}

.core-toggle-show {
    float: right;
    font-size: 13px;
    font-weight: bold;
    line-height: inherit;
    margin: 8px;
    cursor: pointer;
}

h2 {
    border-bottom: 1px solid #ddd;
}

.core-main-tab {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 15px 6px;
    margin: 0 2px;
    font-size: 20px;
}

#core-modal-window .modal-body>span>img {
    display: block;
    width: 100%;
}


/* RTL */

.core.core_rtl {
    direction: rtl;
}

.core.core_rtl .core-list .core-row:hover td.core-actions-fixed {
    right: auto;
    left: 1px;
}

.core.core_rtl .core-toggle-show {
    float: left;
}

.core.core_rtl .core-button>i {
    margin-right: auto;
    margin-left: 4px;
}

.core.core_rtl .core-details-table td:first-child {
    text-align: left;
}

.tabulator {
    background-color: transparent!important;
}

.core-actions .dropdown-menu {
    min-width: initial !important;
    padding-left: 5px !important;
    padding-bottom: 8px !important;
    padding-top: 5px !important;
}

.core-actions .dropdown-toggle {
    border: 1px solid #999;
    padding-top: 0!important;
}

.core-actions .dropdown-toggle::after {
    display: none;
}

.badge {
    padding-bottom: 6px!important;
}

.order-list-design {
    padding-left: 20px;
    padding-top: 10px;
}

.order-list-design .control-label {
    font-weight: bold;
}


/*blueimp file uploader */

.fade:not(.show) {
    opacity: 1!important;
}

.toggle[type="checkbox"] {
    transform: scale(1)!important;
}

.fileupload-progress {
    margin-top: 10px;
}

.container-fileuploader {
    border: 2px dashed #bbb8b8;
    border-radius: 5px;
    padding: 10px;
}

.core-advanced-search {
    border: 1px solid #e5e5e5;
    padding: 15px;
}

.core-advanced-search-title {
    margin-bottom: 15px;
    position: relative;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    background: #f2f2f2;
    padding: 8px;
}

#fileupload {
    border: 1px dashed #888;
    /*padding: 13px;*/
}

.search_values {
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin: 4px;
    display: inline-block;
    border-radius: 4px;
    background: #f7f7f7;
}

.search_values button {
    margin-left: 10px;
}


/*jump_tables.css*/

.fade {
    opacity: 100!important;
}


/*body {
    display: flex;
}
.core {
    flex: 1;
    padding: 0 15px;
    border-left: solid 2px #800080;
}
.brown td {
    background-color: saddlebrown;
}
*/


/** Panel View **/
div.core-row{
  width: 32%;
  overflow: hidden;
  float: left;
  border: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-left: 2px;
  padding: 20px;
  max-height: 350px;
  min-height: 350px;
  overflow-y: scroll;
}

div.core-row span:not(.slider){
  display: block;
  width: auto !important;
  margin-bottom:10px;

}
div.core-row .dropdown-toggle{
float: right;
  position: relative;
  top: -32px;
  right: 0px;
  border: 1px solid #e5e5e5;
}

.core-num {
  color: #bbb;
  width: 10px;
}


div.core-th{
  padding:10px;
}

div.core-th span{

  padding: 10px;
  background: #f7f7f4;
  border: 1px solid #eeeded;

}

.form-control[readonly] {
  pointer-events: none!important;
}

.group_form_header{
  background: #e5e5e5;
  padding: 6px;
  margin-bottom: 18px;
  margin-top: 18px;
}

.resizer {
    width: 5px;
    height: 100%;
    background: gray;
    cursor: col-resize;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
th {
    position: relative;
}
.hidden {
    display: none;
}
