input[type="text"]::-moz-placeholder { font-size: 0.85rem; }
input[type="text"]::-webkit-input-placeholder { color: 0.85rem; }
input[type="text"]:-ms-input-placeholder { color: 0.85rem; }
input[type="text"]::-ms-input-placeholder { color: 0.85rem; }
input[type="text"]::placeholder { color: 0.85rem; }

.explanations {
    font-size: 13px;
}

.range-price {
    text-align: center;
    width: 100%;
}

.noResult {
    margin-top: 20px; 
    color: red; 
    text-align: center; 
    font-size: 22px;
}

.captcha {
    width: 160px; 
    margin-top: 10px;
}

#choice-genset > .custom-checkbox, #choice-alternator > .custom-checkbox, #choice-engine > .custom-checkbox, #choice-engine-type > .custom-checkbox {
    width: 23%;
}

.tableSearch {
    border-color: #3274b5;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    font-size: 14px;
}

.tableSearch thead {
    background: #3274b5;
    color: #ffffff;
    line-height: 3;
}

.tableSearch th, .tableSearch td {
    text-align: center;
    vertical-align: middle;
}

.tableSearch td:nth-child(2), .tableSearch td:nth-child(5), .tableSearch td:nth-child(6) {
    text-align: left;
    width: 140px;
}

.tableSearch td:nth-child(1) {
    width: 140px;
    padding: 10px 20px;
}

.tableSearch td:nth-child(3), .tableSearch td:nth-child(4) {
    width: 80px;
}

.tableSearch td:nth-child(3) {
    font-size: 16px;
}

.tableSearch td:nth-child(4) {
    font-size: 15px;
}

.tableSearch td {
    vertical-align: middle;
    padding: 0 10px;
}

.linkSearchResult {
    font-weight: bold;
    color: #1a5db8;
}

.table-spec td:first-child {
    background: #c3e6cb;
}

.selectPower {
    width: 100%;
    font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
}

.formFilter {
    line-height: 1.5;
}

.formFaza, .formType {
    line-height: 1.5;
}

.rovno {
    font-size: 15px;
    margin-top: -10px;
    margin-bottom: -20px;
}

.btn_mega_small {
    padding: 5px 25px 7px 25px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 200px;
}

.div_btn_mega_small_result_find {
    text-align: right;
    margin-top: 15px;
}

.btn_mega_small_result_find {
    padding: 7px 25px 9px 25px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
}

.modal-footer .btn_mega_small_result_find {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.modal-footer {
    border-top: none;
}

.contFind {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.explanations {
    font-size: 13px;
}

.hrFind {
    margin-top: -8px;
    margin-bottom: 10px;
    border: none;
    background-color: #6161613f;
    height: 0.7px;
}

.hrFindModal {
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    background-color: #6161613f;
    height: 0.7px;
}

.modal-title {
    font-size: 20px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 2rem !important;
    padding: 0rem 0rem;
    line-height: 1;
    font-weight: 0;
    color: #f24d46;
    border-bottom: none;
}

#modal-captcha .modal-title {
    font-size: 20px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0rem !important;
    padding: 0rem 0rem;
    line-height: 1;
    font-weight: 0;
    color: #f24d46;
    border-bottom: none;
}

.modal-header {
    padding-bottom: 10px;
}

.modal-header .close {
    padding-top: 25px;
    padding-right: 20px;
}

.ml-5, .mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
    margin-bottom: -2rem !important;
}

.spec-find, .spec-find-price, .spec-find-stock {
    margin-top: 25px;
}

.tableSearch td {
    position: relative;
}

.table-spec-find span, .table-spec-find-price span, .table-spec-find-stock span {
    position: relative;
}

.sticker, .sticker-stock {
    display: none;
}

.table-spec-find-price .sticker, .table-spec-find-stock .sticker {
    position: absolute;
    display: block;
    top: 5px;
    left: 3px;
    z-index: 30;
    background:#ef2a2b;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    font-size: 10px;
    padding: 3px 5px;
}

.table-spec-find-stock .sticker-stock {
    position: absolute;
    display: block;
    top: -25px;
    left: -3px;
    z-index: 30;
    background:green;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    font-size: 10px;
    padding: 3px 5px;
    white-space: nowrap;
}

.table-spec-find-stock .sticker-logo-engine-left, .table-spec-find-price .sticker-logo-engine-left {
    position: absolute;
    display: block;
    top: -35px;
    left: 140px;
}

/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 1201px) {
    #choice-genset > .custom-checkbox, #choice-alternator > .custom-checkbox, #choice-engine > .custom-checkbox, #choice-engine-type > .custom-checkbox {
        width: 47%;
    }
}

@media only screen and (max-width: 1160px) {
    .table-spec-find-stock .sticker-logo-engine-left, .table-spec-find-price .sticker-logo-engine-left, .sticker-logo-engine-left {
        left: 135px;
    }
}

@media only screen and (max-width: 1100px) {
    .table-spec-find-stock .sticker-logo-engine-left, .table-spec-find-price .sticker-logo-engine-left, .sticker-logo-engine-left {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    #choice-genset > .custom-checkbox, #choice-alternator > .custom-checkbox, #choice-engine > .custom-checkbox, #choice-engine-type > .custom-checkbox {
        width: 94%;
    }
}

@media only screen and (max-width: 440px) {
    .btn_mega_small {
        width: 120px;
        padding: 7px 2px 9px 2px;
    }
}

@media only screen and (max-width: 460px) {
    .modal-footer .btn_mega_small_result_find {
        padding: 7px 5px 9px 5px;
    }
}

@media only screen and (max-width: 576px) {
    .table-spec-find-stock .sticker-stock {
        display: none;
    }

    .tableSearch br {
        display: none;
    }

    .tableSearch td:nth-child(1), .tableSearch td:nth-child(2),.tableSearch td:nth-child(3), .tableSearch td:nth-child(4), .tableSearch td:nth-child(5), .tableSearch td:nth-child(6) {
        width: 100%;
    }

    .tableSearch tr:nth-child(1) {
        margin-top: 0px;
    }

    .tableSearch td {
        text-align: left;
        padding: 5px 0px;
    }

    .tableSearch td:nth-child(1) {
        text-align: center;
        padding: 20px 0px;
    }

    .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]:nth-child(1)::before {
        vertical-align: middle;
        height: 88px;
    }

    .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]:nth-child(1)::before {
        display: none;
    }
}