﻿.container-big {
            padding: 0px 1em;
            text-align: center;
            vertical-align: middle;
        }

.carbox {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}

    .carbox:hover {
        box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    }

.img-carbox {
    width: 100%;
    height: 200px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
}

    .img-carbox img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: all .25s ease;
    }

.carbox-content {
    padding: 15px;
    text-align: left;
}

.carbox-title {
    margin-top: 0px;
    font-weight: 700;
    font-size: 1.65em;
}

    .carbox-title a {
        color: #000;
        text-decoration: none !important;
    }

.carbox-read-more {
    border-top: 1px solid #D4D4D4;
    padding: 10px;
}

    .carbox-read-more a {
        text-decoration: none !important;
        padding: 10px;
        font-weight: 600;
        text-transform: uppercase;
        color: #0ab20a !important;
    }

.imgLogoClinica {
    max-width: 100%;
    max-height: 100px;
    margin-top: 10px;
}

.row-anunturi {
    background-color: white;
    height: 150px;
    margin: 0px auto;
}

.carbox a:hover {
    text-decoration: none;
}

.carbox:hover {
    text-decoration: none;
}

.carbox p {
    color: black;
    text-decoration: none;
}

.lblOraPostarii, .lblLocatiaAnunt {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: white;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lblLocatiaAnunt {
    left: unset;
}

.row-anunturi .col-sm-6 {
    text-align: justify;
    color: black;
}

.lblDescriereAnunt {
    text-overflow: clip;
    overflow: hidden;
    height:120px;
    max-height: 83px;
}

.lnkAnunt {
    margin: 20px 30px;
    padding: 0px 15px;
}

.lblSalariuPret {
    margin-top: -5px;
    margin-bottom: 4px;
}

@media all and (min-width: 500px) and (max-width:900px) {
    .lnkAnunt {
        margin: 20px 5px;
        padding: 0px 5px;
    }
}

.lblProprietar {
    margin: 10px 0px;
}

.divLinkAnunt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnVeziAnuntul {
    position: absolute;
    bottom: 5px;
}

@media screen and (max-width: 770px) {
    .lblOraPostarii, .lblLocatiaAnunt, .btnVeziAnuntul {
        position: relative;
    }
}

@media screen and (max-width: 500px) {
    
    .btnVeziAnuntul {
        margin: 15px 0px;
        left: unset;
    }

    .lblTitluAnunt {
        text-align: center;
    }

    .lnkAnunt {
        margin: 5px 10px 15px;
        padding: 0px 10px;
    }
}

@media all and (min-width: 500px) and (max-width:768px) {
    .btnVeziAnuntul {
        margin-top:10px;
    }
}

#divFiltre {
    text-align: left;
    margin: 0px 30px;
}

.divLogo {
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 1023px) {
    .row-anunturi {
        height: auto;
    }
}

@media all and (max-width: 500px) {
    #divFiltre {
        margin-bottom: 20px;
    }
}

@media all and (min-width: 1000px) {
    .lblTitluAnunt {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin:0px;
        padding:10px 0px;
    }
}

.sticky {
    background: #f5fef5;
}

    .sticky .lblOraPostarii, .sticky .lblLocatiaAnunt {
        background: #f5fef5;
    }
