
@import "Montserrat.css";
* {
    margin: 0;
}

body {
    background: white;
    padding: 0;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; color: #000; margin: 0px auto;

    color: #000;
    margin: 0px auto;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

#start{

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url("../img/newBg1.jpg");
}

#menu {

    display: none;
    z-index: 101;
    padding-top: 20px;
    position: fixed;
    background: #353535;
    float: left;
    width: 240px;
    height: 100%;
    box-shadow: 0px 0px 5px 2px lightgrey;
    border: 1px solid grey;
}

ul.menu {
    margin: 0 auto;
    padding: 0px;
    padding-top: 10px;
}

li.menu {
    font-family: Calibri;
    font-size: 24px;
    width: 210px;
    border-top: 1px solid lightgrey;
    margin: 0 auto;
    padding: 10px 0px 10px 5px;
    margin-left: 10px;
}

li.menu:hover {
    border-left: 4px solid lightgreen;
    font-family: Calibri;
    padding: 10px 0px 10px 5px;
    margin-left: 10px;
}

a.menu {
    text-decoration: none;
    color: white;
}

a.menu:hover {
    text-decoration: none;
    color: white;
}

a.menu:focus {
    text-decoration: none;
    color: white;
}

#content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 10px;

}
.menulist{

    color: white !important;
}
.menulist:hover{
    border-left: 3px solid greenyellow !important;
    border-radius: 0 !important;

}

td.hiddenOnList{
    color: lightgrey;
}

.smallInput{
    margin: 0px !important;
    padding: 0px !important;
}

.logo{
    padding-top: 20px; padding-bottom: 20px;
    width: 180px;


}
.pLogo{
    margin-left: 10px; margin-right: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50%;

}

#cennik{
    padding: 10px 10px 0px 10px;
    width: 300px;
    height: 100%;
    background: white;
    border-right: 1px solid black;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: -240px;

}
.cennikPrzedzialy:hover{
    background: lightblue;
}

#loader{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    background: black;
    opacity: 0.7;
    display: none;
    text-align: center;
    padding-top: 50%;

}
