﻿.grid-pager table td {
    padding: 5px;
}
table input[type=checkbox], input[type=radio], .form-classic input[type=checkbox] {
    display: inline;
    width: auto;
}
.pager-shadow ul.sm-right {
    text-align: center !important;
}
.btn__full { width: 100%; }
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

div#AddTagsPanel {
    position: absolute;
    top: 100px;
    left: 600px;
    width: 400px;
    border: 1px solid #e1e1e1;
    background: white;
    z-index: 999;
}

div#AddLinksPanel {
    position: absolute;
    top: 100px;
    left: 600px;
    width: 400px;
    border: 1px solid #e1e1e1;
    background: white;
    z-index: 999;
}


.checkbox-list input[type=checkbox] {
    display: none;
}
.section__readmore {
    float: none !important;
}

.carousel-control {
    top: 4em;
}

.recenzje__content {
    min-height: 280px;
}

/*Ads*/
.art_bill_top, .reszta_bill_top, .sekcja_bill_top, .sg_bill_top, .sg_bill_bottom {
    width: 970px;
    height: 250px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.sekcja_half_1_prawa_szpalta, .sekcja_half_2_prawa_szpalta, .sg_half_prawa_szpalta, .sg_rec_prawa_szpalta, .art_half_prawa_szpalta {
    width: 300px;
    height: 600px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.sg_rec_prawa_szpalta {
    width: 300px;
    height: 250px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.m_art_rec_bottom, .m_sg_rec_srodek {
    width: 336px;
    height: 280px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.sg_belka_1_srodek, .sg_belka_2_srodek, .art_belka_srodek, .sekcja_belka_srodek {
    width: 750px;
    height: 200px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width: 768px) {
    .reklama-mobile {
        display: none;
    }
    .reklama {
        display: block;
    }
}
@media(max-width: 768px) {
    .reklama-mobile {
        display: block;
    }
    .reklama {
        display: none;
    }
}

.section__article .section__content p {
    margin: 0 0 10px;
}

a.highlight-rated-book {
    color: #4cb371 !important;
    font-weight: bold;
}

.section__bookinfo .book {
    font-size: 12px;
    line-height: 22px;
    color: #a0a0a0;
}

.section__bookinfo .book a:link, .section__bookinfo .book a:visited {
    color: #c0382a;
}