@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    background-image: url("../img/bckg.jpeg");
}

main {
    padding: 5px;
    margin:5px;
}

a {
    color: black;
    text-decoration: none;
}
a:hover {
    color: #096146;
}

.kontrolka input, .kontrolka select, .kontrolka textarea {
    font-size: 18px;
    padding: 5px;
    height: 40px;
    width: 100%;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
}

.kontrolka textarea {
    height: 100px;
}

.kontrolka #lessonAdd, .kontrolka #paymentAdd, .kontrolka #studentAdd, .tablicowyZielonyButton {
    color: white;
    background: #096146!important;
}


.navbar {
    padding: 10px;
    border-bottom: silver solid;
}

.m4_lista {
    width:100%;
}

.m4_lista tr:hover {
    background: silver;
}

.m4_lista td {
    border-bottom: dotted 1px silver;
    padding: 7px;
}


.inactiveListPoz {
    filter: grayscale(100);
}


.kontrolka {
    padding: 5px;
}

#page-wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    border: solid 1px silver;
    box-shadow: 0px -20px 20px 0px #c6c6c6;
}

.btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.lupka {
    position: relative;
    display: block;
    bottom: auto;
    vertical-align: middle;
    float: right;
    font-size: 20px;
    left: 0;
}

h3 {
    font-variant: petite-caps;
}

/* ToDo */

.todo-status {
    border-left: 5px solid #aef1ff;
    padding: 5px;
}    

.todo-status-N {
    border-left: 5px solid #aef1ff;
}

.todo-status-Z {
    border-left: 5px solid #e4f2de;
}

.todo-status-A {
    border-left: 5px solid #f2dede;
}

.todo-status-Z span, .todo-status-A span {
    filter: grayscale(1) opacity(0.3);
}

/* Payment */
.payment-status {
padding: 5px;
}

.payment-status-N {
    border-left: 5px solid #aef1ff;
    color: #08677a;
}

.payment-status-N i{
    color: #aef1ff;
}

.payment-status-R {
    border-left: 5px solid #e4f2de;
    color: #aaaaaa;
}

.payment-status-R i{
    color: #e4f2de;
}


.payment-status-CR {
    border-left: 5px solid #a78ab4;
    color: #a78ab4;
}

.payment-status-CR i{
    color: #a78ab4;
}

.data_zaleglosci 
{
    display: none;
}

.payment_tag, .time_tag
{
    margin: 3px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    background-color: #096146;
    color: #fff;
    border-radius: 7px;
    font-size: 12px;
    cursor: pointer;
}

.time_tag_auto 
{
    background-color: #7199b1;
}