﻿html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    /* margin-bottom: 60px;*/
}

.icz-icon {
    max-height: 1em;
    max-width: 1em;
}


/*
    standardní barvy externích subjekù nezáváslých na implementaci
*/
.nia-bg-blue {
    background-color: #3463a6 !important;
}

.nia-bg-yellow {
    background-color: #f9b234 !important;
}
.nia-bg-white {
    background-color: #ffffff !important;
}
.nia-title {
    font-size: 1.1em;
    color: #222222 !important;
}
.nia-text {
    font-size: 0.9em;
    color: #414141 !important;
}

.icz-link {
    color: rgb(59, 130, 246) !important;
}
.icz-link-free {
    text-decoration: none;    
}


.icz-date {
    /* Odstraneno 08.03.2024 po hlaseni problemu ve FNHK*/
    /*color: rgb(243, 233, 233) !important;*/           
}

.icz-order-note {
    height: 130px;
}

/* primární tlačítko na volání primární akce na stránce */
.pp-btn-cta {
    background-color: #99e25f;
    border: 1px solid #86ae67;
    color: #222222 !important;
    /* text-decoration: none !important;
    text-align: center;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
    margin: 0px 0px 0px 0px;*/
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}

    .pp-btn-cta:hover, .pp-btn-cta:active, pp-btn-cta:checked, .pp-btn-cta:focus {
        background-color: #8bc35f;
        border: 1px solid #414141;
    }

.btn-outline-danger, .btn-danger {
    /*font-size: 12px;*/
    font-size: 1em;
    font-weight: bold;
}