/* Zmienne kolorów */
:root {
  --primary: #5E7186; /* Jasnoszary kolor */
  --secondary: white; /* Jasny kolor tła */
  --accent: white; /* Biały kolor */
  --primary-fg: #283444; /* Biały kolor dla tekstu na jasnoszarym tle */
  --body-fg: #484848; /* Średni kolor tekstu */
  --body-bg: #F4F4F4; /* Bardziej jasne tło */
  --body-quiet-color: #040404; /* Cichy odcień koloru */
  --body-loud-color: black; /* Jasnosiwy kolor dla wyrazistego tekstu */
  --header-color: white; /* Jasnoszary kolor nagłówka */
  --header-branding-color: var(--accent); /* Kolor branding-u w nagłówku */
  --header-bg: var(--secondary); /* Jasne tło nagłówka */
  --header-link-color: var(--primary-fg); /* Biały kolor linków w nagłówku */
  --breadcrumbs-fg: #FF6666; /* Różowy kolor dla breadcrumbs */
  --breadcrumbs-link-fg: #888888; /* Biały kolor linków breadcrumbs na jasnym tle */
  --breadcrumbs-bg: var(--primary); /* Jasnoszare tło breadcrumbs */
  --link-fg: #FFFFFF; /* Biały kolor linków */
  --link-hover-color: #FFF; /* Biały kolor linków przy najechaniu */
  --link-selected-fg: #FFFFFF; /* Biały kolor dla wybranych linków */
  --hairline-color: #080808; /* Kolor cienkiej linii */
  --border-color: #000; /* Kolor obramowania */
  --error-fg: #FF6666; /* Różowy kolor dla błędów */
  --message-success-bg: #0F0; /* Zielony kolor tła komunikatu sukcesu */
  --message-warning-bg: #FFC; /* Jasnożółty kolor tła komunikatu ostrzeżenia */
  --message-error-bg: #FCC; /* Jasnoróżowy kolor tła komunikatu błędu */
  --darkened-bg: #CCC; /* Ciemniejsze tło */
  --selected-bg: #e64e42; /* Jasnoszary kolor tła dla wybranych elementów */
  --selected-row: #e64e42; /* Biały kolor dla wybranej linii */
  --button-fg: #FFF; /* Biały kolor przycisków */
  --button-bg: #e64e42; /* Jasnoszary kolor tła przycisków */
  --button-hover-bg: #e64e42; /* Ciemniejszy szary kolor tła przycisków przy najechaniu */
  --default-button-bg: #e64e42; /* Jasne tło domyślnych przycisków */
  --default-button-hover-bg: #e64e42; /* Ciemniejsze tło domyślnych przycisków przy najechaniu */
  --close-button-bg: #333; /* Ciemnoszare tło przycisku zamykania */
  --close-button-hover-bg: #555; /* Ciemniejsze tło przycisku zamykania przy najechaniu */
  --delete-button-bg: #AA3939; /* Ciemniejszy różowy kolor tła przycisku usuwania */
  --delete-button-hover-bg: #882828; /* Jeszcze ciemniejszy różowy kolor tła przycisku usuwania przy najechaniu */
  --object-tools-fg: var(--button-fg); /* Biały kolor narzędzi obiektu */
  --object-tools-bg: var(--close-button-bg); /* Ciemne tło narzędzi obiektu */
  --object-tools-hover-bg: var(--close-button-hover-bg); /* Ciemniejsze tło narzędzi obiektu przy najechaniu */
}




#green-button {
    background-color: green;
    color: white;
    width: 120px;
    text-align: center;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}

#black-button {
    background-color: black;
    color: white;
    width: 120px;
    text-align: center;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}

.button.default, input[type=submit].default, .submit-row input.default {
    float: right;
    border: none;
    font-weight: 400;
    background: #283444;

}


thead th.sorted {
    background-color: #2b2d44; /* Twój wybrany kolor tła */
    color: white; /* Kolor tekstu */
}

element.style {
}

element.style {
}
user agent stylesheet
div {
    display: block;
}

element.style {
}
user agent stylesheet
div {
    display: block;
}
.filtered #toolbar {
    padding: 8px 10px;
    margin-bottom: 15px;
    border-top: 1px solid var(--hairline-color);
    border-bottom: 1px solid var(--hairline-color);
    background: whitesmoke;
    border-color: #e8e8e8;

}
#toolbar #searchbar {
    height: 27px;
    border: 1px solid #956b6b;
    padding: 2px 5px;
    margin: 0;
    vertical-align: top;
    font-size: 18px;
    max-width: 100%;
    border: 0px solid #202020;
    border-color: #e8e8e8;

}




#toolbar form input {
  border-radius: 4px;
  font-size: 14px;
  padding: 5px;
  color: black;

}


.controls input[type="reset"].button {
    background: whitesmoke;
    color: #e64e42;
    border: 1px solid #e64e42;
    border-radius: 3px;
}

a:visited {
  color: #000000;
}

thead th a:link,
thead th a:visited {
  color: black;
}

a:link {
  color: #000000;
}

td,th {
  font-size: 13px;
  line-height: 20px;
  border-bottom: 2px solid #000000;
  border-right: 1px solid var(--hairline-color);
  border-left: 1px solid var(--hairline-color);
  padding: 8px;
  color: black;
  text-align: center;
  font-weight: bold; /* Dodaje pogrubienie */
  font-family: "Arial", sans-serif; /* Dostosuj wybraną czcionkę */
}

.current-app .section:visited {
  color: #ffffff;
  font-weight: bold;
}
.td {
    text-align: center;
}
div.breadcrumbs {
  background: #e8e8e8;
  padding: 10px 40px 20px 40px;
  border: none;
  color: #888888;
  text-align: left;
  font-size: 15px; /* Ustaw rozmiar czcionki według preferencji */

}

#header {
  background: white;
  color: #2e7bd7;
}

#user-tools {
  color: #283444;
  float: right;
  padding: 0;
  margin: 0 0 0 20px;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: right;
}
.table {
    border-color: #e8e8e8;

}
.module h2, .module caption, .inline-group h2 {
    font-weight: bold;
    font-size: 0.7rem;
    background: #2b2d44;
    color: white;
    text-align: center;
}

thead th {
    padding: 5px 10px;
    line-height: normal;
    text-transform: uppercase;
    background: #2b2d44;
    color: whitesmoke;
    border-right: 1px solid var(--hairline-color);
    border-left: 1px solid var(--hairline-color);
    text-align: center;
}
thead th a:link, thead th a:visited{
color: whitesmoke;
}
a.section:link, a.section:visited {
    font-weight: bold;
    font-size: 0.7rem;
    background: #2b2d44;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    line-height: 1;
    margin: auto;

}

element {
background: white;
color: #e64e42;
border: 2px solid #e64e42;
border-radius: 3px;
font-size: 14px;
font-weight: bold;
padding: 2px 5px;
}
.current-app .section:visited {
    color: #ffffff;
    font-weight: bold;
}

element.style {
}
#changelist-filter a {
    display: block;
    color: #000;
    text-overflow: ellipsis;
    overflow-x: hidden;
    display: inline-block;
    text-align: center;


}


.changelist-form-container  input[type="submit"] {
    border: 1px solid var(--border-color);
    font-size: 13px;
    padding: 4px 8px;
    margin: 0;
    vertical-align: middle;
    background: whitesmoke;
    box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
    cursor: pointer;
    color: black;
}
#changelist .actions .button {
background: black;
}
.admindatefilter {
text-align: center;
}
h3 {
    font-size: 16px;
    margin: 0.8em 0 0.3em 0;
    color: #000;
    font-weight: bold;
    text-align: center;
}
h1 {
    margin: 0 0 20px;
    font-weight: 30px;
    font-size: 20px;
    color: #0e1d41;
}
#nav-sidebar {
    z-index: 15;
    flex: 0 0 275px;
    left: -276px;
    margin-left: -276px;
    margin-top: 62px;
    background-color: var(--body-bg);
    overflow: auto;
    border-right: 0px solid var(--hairline-color);
}
.toggle-nav-sidebar:hover, .toggle-nav-sidebar:focus {
    background-color: #f15353;
}
.toggle-nav-sidebar {
z-index: 20;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 23px;
    width: 23px;
    border: 0;
    border-right: 1px solid var(--hairline-color);
    background-color: #f15353;
    cursor: pointer;
    font-size: 20px;
    color: var(--link-fg);
    padding: 0;

}
.object-tools a:link, .object-tools a:visited {
background: white;
    color: #e64e42;
    border: 1px solid #e64e42;
    border-radius: 3px;
    border-radius: 3px;
    background: #2b2d44;
    background: white;
    color: #e64e42;
    border: 2px solid #e64e42;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 5px;

}
#toolbar #searchbar[type="submit"] {
    background-color: var(--button-bg); /* Użyj zmiennej koloru tła przycisku */
    color: whitesmoke;/* Użyj zmiennej koloru tekstu przycisku */
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
}

/* Dostosowanie przycisku typu submit przy najechaniu myszką */
#toolbar #searchbar[type="submit"]:hover {
    background-color: var(--button-hover-bg); /* Użyj zmiennej koloru tła przycisku przy najechaniu */
}

/* Dostosowanie przycisku Wyszukaj */
#toolbar #changelist-search input[type="submit"] {
    background-color: var(--default-button-bg); /* Użyj zmiennej koloru tła przycisku domyślnego */
    color: whitesmoke; /* Użyj zmiennej koloru tekstu przycisku domyślnego */
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 12px;


}

/* Dostosowanie przycisku Wyszukaj przy najechaniu myszką */
#toolbar #changelist-search input[type="submit"]:hover {
    background-color: var(--default-button-hover-bg); /* Użyj zmiennej koloru tła przycisku domyślnego przy najechaniu */
}

#changelist .actions .button[type="submit"] {
    background-color: var(--default-button-bg); /* Użyj zmiennej koloru tła przycisku domyślnego */
    color: whitesmoke; /* Użyj zmiennej koloru tekstu przycisku domyślnego */
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;

    font-family: "Arial", sans-serif; /* Dostosuj wybraną czcionkę */

}

/* Dostosowanie przycisków w obszarze akcji przy najechaniu myszką */
#changelist .actions .button:hover {
    background-color: var(--button-hover-bg); /* Użyj zmiennej koloru tła przycisków przy najechaniu */
}
