﻿.container-recall{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0;
}
@media (min-width: 1024px) and (max-width: 1536px){
    .container-recall {
        max-width: 800px;
    }
}
@media (min-width: 1537px) and (max-width: 2000px){
    .container-recall {
        max-width: 900px;
    }
}

@media (min-width: 2001px) {
    .container-recall {
        max-width: 1100px;
    }
}
#recall-campaign-form label{
    top: 0 !important;
}

#recall-campaign-form label.active {
    top: -24px !important;
}

.top-group{
    text-align:center;
    margin-bottom: 7rem;
}

.top-group h1{
    font-size: 4.8rem;
    font-weight: bolder;
}

.filter-result{
    padding-top: 10rem;
    display: block;
}

.filter-result result-wrap{
    min-height: 40rem;
    display: block;
}

.product-info{
    margin-bottom: 6rem;
    margin-top: 5rem;
}

.product-info .info-item .info-col {
    padding: 12px 0;
    border-bottom: 2px solid #dfe4e8;
    display: block;
}

.product-info .info-item label {
    font-weight: 700;
}

@media only screen and (min-width: 560px) {
    .service-actions-body .product-info .info-item .info-col {
        font-size: 1.4rem;
    }
}

.form-group span.error {
    position: absolute;
    padding: 3px 8px;
    color: #fff;
    background-color: #e4002c;
    border-radius: 3px;
    bottom: -35px;
}

@media only screen and (min-width: 560px) {
    .form-group span.error {
        font-size: 1.2rem;
    }
}

.form-group .form-control.error {
    border-color: #e4002c;
}