﻿.invalid-element {
    border: 1px solid #e73a30;
}

/* green-line iz dizajna u Philipsovoj boji */
section.double-content .philips-line {
    width: 150px;
    height: 5px;
    left: 0;
    background: #007AC1;
    opacity: 0.75;
    position: absolute;
    top: 0;
}

footer .philips-line {
    width: 150px;
    height: 5px;
    left: 0;
    background: #007AC1;
    opacity: 0.75;
    position: absolute;
    top: 0;
}

/* k-button k-primary u Philipsovoj boji */
.k-philips-button {
    background-color: #007AC1;
    border-bottom-color: #007AC1;
    border-left-color: #007AC1;
    border-right-color: #007AC1;
    border-top-color: #007AC1;
}

/* Boje iz dizaja, ekstrahirane da ne ovise o dizajn klasama */
div.warranty-form h2 {
    color: #2C3459;
    font-size: 32px;
    margin-bottom: 30px;
}

    div.warranty-form h2 span {
        color: #7DBA2F;
    }

div.warranty-form h4 {
    color: #2C3459;
    font-size: 16px;
    margin: 20px 0 10px 0;
}

/* Smartphone version
   Nothing to do: blocks are stacked by default. */

/* Tablet version */
@media (min-width: 768px) {
    .campaign-image {
        width: 100%;
    }

    .main {
        width: 100%;
    }

    /* ID ima veći prioritet od klase, a klasa ne radi jer pocketgrid isto ima important. */
    #warrantyForm {
        margin-left: 10px !important;
    }
}

/* Desktop version */
@media (min-width: 960px) {
    .campaign-image {
        width: 50%;
    }

    .main {
        width: 50%;
    }

    /* Restauriramo defaultnu pocketgrid vrijednost koju smo gore nadjačali. */
    #warrantyForm {
        margin: 0 !important;
    }
}

/* Na malim ekranima u 1 stupcu, na velikim u 2. */
@media (min-width: 768px) {
    .item {
        width: 50%;
    }
}

@media screen and (min-width: 0px) and (max-width: 865px) {
    .item {
        width: 100%;
    }
}

.column-25 {
    width: 25%;
}

.column-33 {
    width: 33%;
}

.column-17 {
    width: 17%;
}

.column-40 {
    width: 40%;
}

.column-50 {
    width: 50%;
}

.column-7 {
    width: 7%;
}

.column-43 {
    width: 43%;
}

/* Centriranje država u root stranici */
.text-center {
    /* defaultna visina bloka je 64px*/
    height: 64px;
    line-height: 64px;
    vertical-align: middle;
}

.sellerLogos > div > div > div {
    text-align: center;
}

/* Za sakrivanje header elementa na mobilnim uređajima. TODO: Kopiraj na sve stranice */
@media screen and (min-width: 0px) and (max-width: 865px) {
    .mobile-hide {
        display: none;
    }
}