@charset "UTF-8";

html {
 
}

#kontener {
    /*background: lightcyan;*/
    width: 90%;
    margin: auto;
    font-family: 'Saira', sans-serif;
    font-size: 10pt;
}

#naglowek {
    width: 100%;
    background: #ccc;
    text-align: center;
    font-size: 200%;
    height: 150px;
}

#naglowek h1 {
    margin: 0;
    padding-top: 35px;
}

#srodek {
    /*background: #bbb;*/
    margin-top: 10px;
}

#menu {
    width: 150px;
    /*background: #999;*/
    float: left;
    margin-bottom: 10px;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu li {
    list-style: none;
    font-size: 90%;
}

#menu a {
    text-decoration: none;
    color: black;
    background: #eee;
    padding: 4px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

#menu a:hover {
    color: white;
    background: #888;
}

#newsy {
    background: #ddd;
    padding: 0 5px 5px;
}

#tresc {
    background: #ccc;
    text-align: justify;
    padding: 5px;
    margin-left: 160px;
    margin-bottom: 10px;

    /*width: calc(100% - 170px);
    float: right;*/
}

#stopka {
    clear: both;
    background: #888;
    color: white;
    padding: 3px;
    text-align: center;
}

#komunikat {
    width: 50%;
    margin: 0 auto;
    border: 1px solid black;
    text-align: center;
    min-height: 100px;
}


.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.nav-link:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

.bg-wieik {
    background-color: rgb(113, 70, 150) !important;
}

.bg-pk {
    background-color: rgb(0, 53, 113) !important;
}

.bg-stopka {
    background-color: rgb(232, 226, 240) !important;
}
.bg-green-100 {
    background-color: #d1e7dd;
}

.bg-blue-100 {
    background-color: #d3e5ff;
}

.bg-red-100 {
    background-color: #f8d7da;
}

.bg-info-100 {
    background-color: #E2FAFE;
}

.bg-wieik-100 {
	background-color: rgba(231, 220, 240, 0.5);
}

.table-wieik {
	background-color: rgba(231, 220, 240, 0.5) !important;
}

.text-wieik {
	color: rgb(113, 70, 150);
}

.form-signin {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[name="login"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[name="haslo"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[name="haslo1"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[name="haslo2"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.form-switch.form-switch-md {
    padding-left: 4.5em;
}

.form-switch.form-switch-md .form-check-input {
    margin-left: -4.5em;
    height: 1.5em;
    width: 3.5em;
}

.form-switch.form-switch-md .form-check-label {
    padding-top: 0.5em;
    color: #212529 !important;
}


.form-switch.form-switch-md .form-check-input:checked {
    background-color: green;
    border-color: green;
}


.form-switch.form-switch-md-red {
    padding-left: 4.5em;
}

.form-switch.form-switch-md-red .form-check-input {
    margin-left: -4.5em;
    height: 1.5em;
    width: 3.5em;
}

.form-switch.form-switch-md-red .form-check-label {
    padding-top: 0.5em;
    color: #212529 !important;
}


.form-switch.form-switch-md-red .form-check-input:checked {
    background-color: red !important;
    border-color: red;
}


.form-switch .form-switch-md {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='red'/%3e%3c/svg%3e");
}
.form-switch .form-switch-md:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='pink'/%3e%3c/svg%3e");
}
.form-switch.form-switch-lg {
    padding-left: 8.5em;
    height: 4.5em;
}


.form-switch.form-switch-lg .form-check-input {
    margin-left: -8.5em;
    height: 4em;
    width: 8em;
}

.form-switch.form-switch-lg .form-check-label {
    padding-top: 1.5em;
}

.stopka-licznik {
   font-size: 75%; 
   text-align: right; 
   margin-top: -20px;
}


@media only screen and (max-width: 600px) {
    #menu {
        width: 100%;
        padding: 0;
    }

    #tresc {
        margin-left: 0;
        clear: both;
    }

    #newsy {
        text-align: center;
        background: #aaa;
    }

    #kontener {
        min-width: 300px;
    }
}
