/*
 * Sablona k widgetu se seznamem inzeratu.
 * Hlavni prvky jsou jiz preddefinovany, ostatni sem muzete doplnit.
 * version: 1.0
 * date: 3.5.2017
*/

* {
    font-family: Arial, sans-serif;
}

html,body{
    background-color: #ffffff;
    color: #1c1c1c ;
}

ul {
    list-style: revert;
    padding: revert;
}

.offer-item:hover {
    border-bottom: 1px solid #79be15;
}

.btn-default {
    color: #79be15;
}

/* Nadpis v detailu inzeratu*/
#offer-detail {
    background-color: #eff3f4;
}

span.tlp, span.tlp > i{
    color: #79be15 !important;
    font-family: 'Font Awesome 6 Pro';
}

#offer-detail :is(h1, h2, h3, h4, p, li) {
    color: #1c1c1c !important;
    font-family: Arial, sans-serif !important;
}

/* Tlacitko na odeslani odpovedi */
#aform-submit {
    background-color: #79be15;
    color: #ffffff;
}

.form-control :is(a, a:hover) {
    color: #1c1c1c !important;
    text-decoration: none !important;
}

a, #answer-form-inner .sky-form a, a#btn-back {
    color: #79be15 !important;
    text-decoration: underline #79be15 !important;
}

a:hover, a:visited, a:active, a:focus, #answer-form-inner .sky-form :is(a:hover, a:visited, a:active, a:focus), a#btn-back {
    color: #79be15 !important;
    text-decoration: none !important;
}

/* Paginator */
.pagination li a{
    color: #1c1c1c;
    text-decoration: none !important;
}
.pagination :is(li.active a, li a:hover, li:active a:hover){
    color: #ffffff !important;
    background-color: #79be15;
    border-color: #79be15;
}
