/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 23 lip 2020, 08:36:32
    Author     : bartosz
*/
html{
    font-size: 17px;
}
footer{
    background-color: #e8e8e8;
    padding: 10px 10px;
}

.container{
    margin-top: 100px;
    min-height: 500px;
}

.nav-item{
    padding:0px 10px ;
}

/*#white{
    color: white;
}*/
.navbar-nav .nav-item .nav-link{
    color: white;
    font-weight: bold;
    font-size: 18px;
}
.navbar-nav .nav-item .nav-link:hover{
    color: #a5a5a5;

}

.navbar{
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
}

#typinput{
    width: 50px;
}

#mileage{
    width: 80px;
}
/*
.stronicowanie div span span svg{
    display: none;
}

.stronicowanie div  span svg{
    display: none;
}

.stronicowanie div span .relative{
    display: none;
}
.stronicowanie div {
    text-align: center;
}

.stronicowanie {
    margin-left: auto;
    margin-right: auto;
}*/

.gwiazda{
    font-size: 11px;
}
#chart{
    font-size: 25px;
}
.small_text{
    font-size: 12px;
}
.wykres1{
    border: solid #001f3f 1px;
    box-shadow: 0px 5px 7px -3px gray;
    background-color: #f7f7f7;
}
.button-home img{
    /*    height: 200px;
        width: 200px;*/
    box-shadow: 2px 5px 7px 2px rgb(158, 158, 158);
    border-radius:4px;
    cursor:pointer;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    text-shadow:0px 1px 0px gray;
    transition: transform .8s ease;
}

.button-home:hover img{
    transform: scale(1.03);
    transition: 0.5s;
}
.button-home:active {
    position:relative;
    top:1px;
}
.laravel{
    font-size: 12px;
    color: gray;
}
.laravel a{
    font-size: 12px;
    color: gray;
    text-decoration: none;
}
.laravel a:hover{
    text-decoration: none;
    color: gray;
}

.month a{
    /*color: #000;*/
    /*background-color: #a5a5a5;*/
    /*padding: 7px 8px 7px 8px;*/
    /*text-decoration: none;*/

}
/*.month a:hover{
    color: #1a1a1a;
    background-color: #888888;
    padding: 7px 8px 7px 8px;
    text-decoration: none;
}*/
.star{
    font-size: 0.7rem;
}
.page-item{
    font-size: 15px;
}
.date_small{
    font-size: 11px;
    margin-left: 11px;
}
#typpaliwo{
    width: 150px;
}
@media screen and (max-width: 768px) {
    .gwiazda{
        font-size: 9px;
    }
    .laravel{
        font-size: 10px;
        color: gray;
    }
    .star{
        font-size: 0.6rem;
    }
    .table-body{
        font-size: 15px;
    }
}