﻿.divListaArticole {
    min-height: 800px;
}

.divTitlu {
    text-align: center;
    color: #53d4aa;
    font-size: 50px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px
}

.divListaArticoleOptiuni {
    width: 66vw !important;
    margin-left: 5vw !important
}

.txtSearch {
    border: 2px solid rgba(132,146,175,.2);
    padding: 15px 20px;
    padding-right: 60px;
    width: 22vw;
    background-image: url(/Icons/Admin/cautare-green.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    max-width: none
}

.lnkArticolFinal:link {
    color: #8492af
}

.lnkArticolFinal:active, .lnkArticolFinal:hover, .lnkArticolFinal:visited {
    text-decoration: none;
    color: #53d4aa;
    cursor: pointer
}

.divArticoleFinale {
    border: 2px solid rgba(132,146,175,.2);
    margin-top: 30px;
    padding: 15px 20px
}

.divCategorii {
    margin-top: 60px;
    padding: 15px 20px;
    font-size: 16px
}

.divArtFinaleTitlu {
    font-size: 22px;
    font-weight: 700
}

.divArtFinaleAutor {
    border-bottom: 2px solid rgba(132,146,175,.2);
    margin-bottom: 12px
}

.divCategoriiTitlu {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px
}

#listaUltimeleArticole {
    margin-top: 20px;
    margin-bottom: 20px
}

#divOptiuni {
    position: absolute;
    color: #8492af;
    right: 4vw;
    width: 22vw;
    margin-top: 30px
}

.chkClass {
    visibility: hidden
}

.lblCheckboxOn {
    color: #1ae5be;
    font-weight: 700;
    cursor: pointer
}

.lblCheckboxOff {
    color: #8492af;
    cursor: pointer
}

.divEnumSpecializare {
    padding: 6px 0;
    border-bottom: 1px solid rgba(132,146,175,.2)
}

.lnkSearch:link {
    display: block;
    padding: 5px;
    font-size: 18px;
    color: #8492af;
    border-bottom: 2px solid rgba(132,146,175,.2)
}

.lnkSearch:active, .lnkSearch:hover, .lnkSearch:visited {
    text-decoration: none;
    color: #53d4aa;
    cursor: pointer
}

.divBold {
    font-weight: 700
}

#divArticoleGasite {
    position: relative;
    z-index: 1;
    border: 3px solid rgba(132,146,175,.2);
    background-color: #fff;
    width: 22vw;
    padding: 6px 20px;
    display: none;
    height: 300px;
    overflow-y: auto
}

.reclamaOrizontala {
    max-width: unset !important;
    padding: 0 10px;
}

@media screen and (max-width:768px) {
    .divTitlu {
        font-size: 38px;
    }

    .listaEmpty {
        text-align: center;
    }

    .divListaArticole {
        min-height: initial;
    }

    #divOptiuni {
        position: inherit;
        margin-left: auto;
        margin-right: auto;
        width: 88vw
    }

    .txtSearch {
        width: 88vw
    }

    #divArticoleGasite {
        width: 88vw;
        max-width: 400px
    }

    .divListaArticoleOptiuni {
        width: 100% !important;
        margin-left: 0 !important
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    #divOptiuni {
        width: 31vw
    }

    .txtSearch {
        width: 31vw
    }

    #divArticoleGasite {
        width: 31vw
    }
}

@media screen and (max-width: 1800px) {
    .reclamaVerticala {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .divCategorii {
        margin-top: 0px;
    }
}

select::-ms-expand {
    display: none;
}

@media screen and (max-width: 1250px) {
    .reclamaOrizontala {
        display: none !important;
    }

    .reclamaPatrata {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .reclamaPatrata {
        padding: 0 15px !important;
        margin-bottom: 0 !important;
        max-width: unset !important;
    }
}
