﻿@font-face {
    font-family: "Helvetica Light";
    src: url("fonts/HelveticaNeueLTCom-Lt.ttf") format('truetype');
}

@font-face {
    font-family: "Helvetica Heavy";
    src: url("fonts/HelveticaNeueLTCom-Hv.ttf") format('truetype');
}

@font-face {
    font-family: "Helvetica Bold";
    src: url("fonts/HelveticaNeueLTCom-Bd.ttf") format('truetype');
}

body {
    background-image: radial-gradient(#ffffff, #c8cdd5);
    font-family: "Helvetica Light";
}

html, body, form {
    height: 99%;
}

.grafika_logowanie {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    width: 85%;
}

.grafika_mala {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    width: 65%;
}

.row_tlo {
    background-image: url('image/tlo_tekst.png');
    background-size: 30%;
    background-position-y: 90%;
    background-position-x: 90%;
    background-repeat: no-repeat;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
}

.menu {
    font-size: 12px;
}

.item_l_uzyt {
    grid-area: l_uzyt;
    text-align: right;
}

.item_tb_uzyt {
    grid-area: tb_uzyt;
}

.item_l_haslo {
    grid-area: l_haslo;
    text-align: right;
}

.item_tb_haslo {
    grid-area: tb_haslo;
}

.item_b_zaloguj { 
    grid-area: b_zaloguj;
    text-align: center;
}

.item_komunikat {
    grid-area: komunikat;
    text-align: center;
}

.grid-cont-logowanie {
    display: grid;
    grid-template-areas:
        'l_uzyt tb_uzyt'
        'l_haslo tb_haslo'
        'b_zaloguj b_zaloguj'
        'komunikat komunikat';
    padding-top: 45%;
    padding-bottom: 30%;
}

    .grid-cont-logowanie > div {
        padding: 5px;
    }

.div_przygotowanie {
    text-align: center;
    font-family: "Helvetica Bold";
    color: red;
    padding-top: 20%;
}

.item_lista_promocji {
    font-family: "Helvetica Heavy";
    grid-area: lista_promocji;
    text-align: center;
    padding-top: 50px;
}

.item_lista_promocji_1 {
    font-family: "Helvetica Heavy";
    grid-area: lista_promocji_1;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 50px;
}

.item_twoje_punkty {
    font-family: "Helvetica Heavy";
    grid-area: twoje_puntky;
    text-align: center;
    padding-top: 50px;
}

.item_twoje_punkty_1 {
    font-family: "Helvetica Heavy";
    grid-area: twoje_puntky_1;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 50px;
}

.item_katalog_nagrod {
    font-family: "Helvetica Heavy";
    grid-area: katalog_nagrod;
    text-align: center;
    padding-top: 50px;
}

.item_katalog_nagrod_1 {
    font-family: "Helvetica Heavy";
    grid-area: katalog_nagrod_1;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 50px;
}

.item_twoj_koszyk {
    font-family: "Helvetica Heavy";
    grid-area: twoj_koszyk;
    text-align: center;
    padding-top: 50px;
}

.item_twoj_koszyk_1 {
    font-family: "Helvetica Heavy";
    grid-area: twoj_koszyk_1;
    text-align: center;
    padding-bottom: 50px;
}

.item_wyloguj {
    margin-left: 25%;
    margin-right: 27%;
    margin-top: 50px;
}

.item_aktywne {
    background-image: linear-gradient(to right, white, rgba(255,0,0,0));
}

.grid-cont-menu {
    font-size: larger;
    display: grid;
    grid-template-areas:
        'lista_promocji'
        'lista_promocji_1'
        'twoje_puntky'
        'twoje_puntky_1'
        'katalog_nagrod'
        'katalog_nagrod_1'
        'twoj_koszyk'
        'twoj_koszyk_1'
        'wyloguj_wyloguj';
    
    padding-bottom: 1%;
    margin-left: 15%;
    margin-right: 17%;
    margin-top: -5%;
}
    .grid-cont-menu > div {
        padding: 5px;
    }

.footer {
    text-align: center;
    font-size: 10px;
    padding: 5px;
}

input[type=submit] {
    font-family: "Helvetica Bold";
    background-color: white;
    border: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none
}

.div_lewy {
    padding: 15px;
    border-right-style: solid;
    border-width: 1px;
}

div.regulamin {
    overflow: auto;
    padding: 5px 20px;
    margin: 8px 0px;
    display: inline-block;
    box-sizing: border-box;
   
}

.regulanim_tytul {
    text-align: center;
    width: 100%;
    font-weight: bold;
    text-decoration: underline;
    font-size: 1vw;
    color: black;
    display: block;
}

.regulamin_paragraf {
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: black;
    font-size: 1vw;
    padding-top: 20px;
    padding-bottom: 5px;
    display: block;
}

.regulamin_tekst {
    text-align: justify;
    width: 100%;
    color: black;
    font-size: 1vw;
}

#lNag1 {
    font-size: 40px;
}

#lNag2{
    font-size: 60px;
}

.naglowek {
    font-family: "Helvetica Heavy";
    font-size: 2vw;
}

.naglowek_1 {
    font-family: "Helvetica Heavy";
    font-size: 2vw;
}

#ddlJezyki {
    font-family: "Helvetica Light";
}

#ddlZamowPunktyTyp {
    font-family: "Helvetica Light";
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    [class*="col-"] {
        width: 100%;
    }

    .div_lewy {
        border-right: none;
        border-bottom-style: solid;
    }

    .grid-cont-logowanie {
        padding-top: 15%;
        padding-bottom: 5%;
    }

    #lNag1 {
        font-size: 20px;
    }

    #lNag2 {
        font-size: 30px;
    }

    #tab_kategorie {
        font-size: 15px;
    }

    #tab_towary {
        font-size: 15px;
    }

    .b_zamow {
        font-size: 8px;
    }

    #ddlJezyki {
        font-size: 14px;
    }

    #ddlZamowPunktyTyp {
        font-size: 14px;
    }

}

@media only screen and (min-width: 600px) {
    /* Small devices (portrait tablets and large phones, 600px and up) */
    .col-min600-1 {
        width: 8.33%;
    }

    .col-min600-2 {
        width: 16.66%;
    }

    .col-min600-3 {
        width: 25%;
    }

    .col-min600-4 {
        width: 33.33%;
    }

    .col-min600-5 {
        width: 41.66%;
    }

    .col-min600-6 {
        width: 50%;
    }

    .col-min600-7 {
        width: 58.33%;
    }

    .col-min600-8 {
        width: 66.66%;
    }

    .col-min600-9 {
        width: 75%;
    }

    .col-min600-10 {
        width: 83.33%;
    }

    .col-min600-11 {
        width: 91.66%;
    }

    .col-min600-12 {
        width: 100%;
    }

    div.panelGlowny {
        font-size: 12px;
    }

    div.menu {
        font-size: 12px;
    }

    .footer {
        font-size: 8px;
    }

    input[type=submit] {
        font-size: 12px;
    }

    #lNag1 {
        font-size: 15px;
    }

    #lNag2 {
        font-size: 30px;
    }

    #tab_kategorie {
        font-size: 15px;
    }

    #tab_towary {
        font-size: 15px;
    }

    .b_zamow {
        font-size: 15px;
    }

    #ddlJezyki {
        font-size: 12px;
    }

    #ddlZamowPunktyTyp {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) {
    /* Medium devices (landscape tablets, 768px and up) */
    .col-min768-1 {
        width: 8.33%;
    }

    .col-min768-2 {
        width: 16.66%;
    }

    .col-min768-3 {
        width: 25%;
    }

    .col-min768-4 {
        width: 33.33%;
    }

    .col-min768-5 {
        width: 41.66%;
    }

    .col-min768-6 {
        width: 50%;
    }

    .col-min768-7 {
        width: 58.33%;
    }

    .col-min768-8 {
        width: 66.66%;
    }

    .col-min768-9 {
        width: 75%;
    }

    .col-min768-10 {
        width: 83.33%;
    }

    .col-min768-11 {
        width: 91.66%;
    }

    .col-min768-12 {
        width: 100%;
    }

    div.panelGlowny {
        font-size: 14px;
    }

    div.menu {
        font-size: 14px;
    }

    .footer {
        font-size: 10px;
    }

    input[type=submit] {
        font-size: 14px;
    }

    #lNag1 {
        font-size: 20px;
    }

    #lNag2 {
        font-size: 40px;
    }

    #tab_kategorie {
        font-size: 20px;
    }

    #tab_towary {
        font-size: 15px;
    }

    .b_zamow {
        font-size: 20px;
    }

    #ddlJezyki {
        font-size: 14px;
    }

    #ddlZamowPunktyTyp {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    /* Large devices (laptops/desktops, 992px and up) */
    .col-min992-1 {
        width: 8.33%;
    }

    .col-min992-2 {
        width: 16.66%;
    }

    .col-min992-3 {
        width: 25%;
    }

    .col-min992-4 {
        width: 33.33%;
    }

    .col-min992-5 {
        width: 41.66%;
    }

    .col-min992-6 {
        width: 50%;
    }

    .col-min992-7 {
        width: 58.33%;
    }

    .col-min992-8 {
        width: 66.66%;
    }

    .col-min992-9 {
        width: 75%;
    }

    .col-min992-10 {
        width: 83.33%;
    }

    .col-min992-11 {
        width: 91.66%;
    }

    .col-min992-12 {
        width: 100%;
    }

    div.panelGlowny {
        font-size: 16px;
    }

    div.menu {
        font-size: 16px;
    }

    .footer {
        font-size: 10px;
    }

    input[type=submit] {
        font-size: 16px;
    }

    #lNag1 {
        font-size: 30px;
    }

    #lNag2 {
        font-size: 50px;
    }

    #tab_kategorie {
        font-size: 28px;
    }

    #tab_towary {
        font-size: 15px;
    }

    .b_zamow {
        font-size: 28px;
    }

    #ddlJezyki {
        font-size: 16px;
    }

    #ddlZamowPunktyTyp {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    /* Extra large devices (large laptops and desktops, 1200px and up) */
    .col-min1200-1 {
        width: 8.33%;
    }

    .col-min1200-2 {
        width: 16.66%;
    }

    .col-min1200-3 {
        width: 25%;
    }

    .col-min1200-4 {
        width: 33.33%;
    }

    .col-min1200-5 {
        width: 41.66%;
    }

    .col-min1200-6 {
        width: 50%;
    }

    .col-min1200-7 {
        width: 58.33%;
    }

    .col-min1200-8 {
        width: 66.66%;
    }

    .col-min1200-9 {
        width: 75%;
    }

    .col-min1200-10 {
        width: 83.33%;
    }

    .col-min1200-11 {
        width: 91.66%;
    }

    .col-min1200-12 {
        width: 100%;
    }

    div.panelGlowny {
        font-size: 18px;
    }

    div.menu {
        font-size: 18px;
    }

    .footer {
        font-size: 12px;
    }

    input[type=submit] {
        font-size: 18px;
    }

    #lNag1 {
        font-size: 40px;
    }

    #lNag2 {
        font-size: 60px;
    }

    #tab_kategorie {
        font-size: 35px;
    }

    #tab_towary {
        font-size: 15px;
    }

    .b_zamow {
        font-size: 35px;
    }

    #ddlJezyki {
        font-size: 18px;
    }

    #ddlZamowPunktyTyp {
        font-size: 18px;
    }
}

/*Wyświetlanie zdjęcia pełny ekran*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 500px;
}

/* Caption of Modal Image */
.caption {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

/* Add Animation */
.modal-content, .caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

div.nagroda-tlo-powiekszenie {
    background-color: white;
    width: 80%;
    height: auto;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.label_komunikat {
    color: red;
}