html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.VirtualizedSelectOption{
  background-color: gray;
  color: white;
}
.VirtualizedSelectFocusedOption{
  background-color: black;
  color: white;
}
#'type': 'params', 'index': "scope_id"} .custom-control-inline {
    width: 12em;
}
/* dcc.RadioItems formatowanie */
.radio-dash label{
    margin-bottom: 0px;
}
.radio-dash label input{
    margin-left: 5px;
    margin-right: 5px;
}
/*
#charts_id {
    padding-right: 0px;
}
*/
.nav-item {
    font-size: larger;
    font-weight: bolder;
}
/* Nagłówki tab-ów i tab aktywny */
.nav-link {
    font-size: larger;
/*    font-weight: bolder;*/
}
.nav-tabs .nav-link.active {
    color: red;
    font-size: larger;
    font-weight: bolder;
}
#tabs_id {
    border-bottom: 1px solid red;
    border-top: 1px solid red;
    padding-bottom: 10px;
}
/* lista wybranych lokalizacji */
.Select--multi .Select-multi-value-wrapper, .Select-arrow #locations_id {
    display: inline-block;
    height: 200px;
    overflow: auto;
}
/* lista wybranych lokalizacji mobile */
.Select--multi .Select-multi-value-wrapper, .Select-arrow #locations_mobile_id {
    display: inline-block;
    height: 100px;
    overflow: auto;
}

.Select-placeholder {
    color: orange;
}
/* dostosowanie date picker */
td.CalendarDay {
  padding: 0;
}
.DateInput {
  background-color: blue;
  width: auto;
  max-width: 120px;
}
.DateInput_input {
  height: 33px;
  padding: 0;
  background-color: rgb(169,189,189);
}
/* szerokość okienka pomocy */
.popover {
    max-width: 25%;
}
/* styl wielokolumnowy do wyboru odcieni kolorów */
.twoColumns{
            column-gap: 1px;
            column-count: 2;
}
.threeColumns{
            column-gap: 1px;
            column-count: 3;
}
.fourColumns{
            column-gap: 1px;
            column-count: 4;
}
.fiveColumns{
            column-gap: 1px;
            column-count: 5;
}
.sixColumns{
            column-gap: 1px;
            column-count: 6;
}
/* ustawienie wskaźnika i tła dla select */
.Select-value{
    cursor: pointer;
    background-color: rgb(169,189,189);
}
.dropdown-menu {
    min-width: 400px !important;
}
/* kolor ikon */
.fa {
    color: grey;
}
/* globalna zmiana czcionki */
body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.tooltip,
.popover {
  font-family: Dosis;
  /*font-size: 16px;*/
}
.loading[data-dash-is-loading="true"]{
    visibility: hidden;
}

.loading[data-dash-is-loading="true"]::before{
    content: "Przetwarzanie ...";
    display: inline-block;
    color: yellow;
    visibility: visible;
}
.nav-link {
    padding-bottom: 0px;
    padding-top: 4px;
}
/* test */
.dropdown-toggle {
    width: 100%;
}
.dropdown_item {
    background-color: black;
}
.last-page, .first-page, .next-page, .previous-page {
    background: transparent;
    color: red;
}
/* wyszarzenie nieaktywnych opcji w grupie checkboxów */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    opacity: 0.2;
}
.square {
  height: 25px;
  width: 25px;
  background-color: #555;
}

/* zapobieganie przeładowaniu strony na komórce */
html,
body {
    overscroll-behavior-y: contain;
}

/* SCROLLBAR
* {
  scrollbar-width: thin;
  scrollbar-color: blue orange;
}

*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: orange;
}
*::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 20px;
  border: 0px solid orange;
}
*/

/* TABULATOR */
#example-table-theme{
    background-color:#ccc;
    border: 1px solid #333;
    border-radius: 10px;
}

/*Theme the header*/
#example-table-theme .tabulator-header {
    background-color:#333;
    font-size: 16px;
    color: black;
}

/*Allow column header names to wrap lines*/
#example-table-theme .tabulator-header .tabulator-col,
#example-table-theme .tabulator-header .tabulator-col-row-handle {
    white-space: normal;
}

/*Color the table rows*/
#example-table-theme .tabulator-tableHolder .tabulator-table .tabulator-row{
    font-size: 16px;
    color: white;
    background-color: #666;
}

/*Color even rows*/
    #example-table-theme .tabulator-tableHolder .tabulator-table .tabulator-row:nth-child(even) {
    color: white;
    background-color: #444;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{
	white-space: normal;
	text-overflow: clip;
}

/* TABULATOR 1 */
#example-table-theme-1{
    background-color:#ccc;
    border: 1px solid #333;
    border-radius: 10px;
}

/*Theme the header*/
#example-table-theme-1 .tabulator-header {
    background-color:#333;
    font-size: 16px;
    color: black;
}

/*Allow column header names to wrap lines*/
#example-table-theme-1 .tabulator-header .tabulator-col,
#example-table-theme-1 .tabulator-header .tabulator-col-row-handle {
    white-space: normal;
}

/*Color the table rows*/
#example-table-theme-1 .tabulator-tableHolder .tabulator-table .tabulator-row{
    font-size: 16px;
    color: white;
    background-color: #666;
}

/*Color even rows*/
#example-table-theme-1 .tabulator-tableHolder .tabulator-table .tabulator-row:nth-child(even) {
    color: white;
    background-color: #444;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{
	white-space: normal;
	text-overflow: clip;
}