﻿.product_title {
    font-size: 20px;
    font-weight: bold;
}

.product_text {
    font-size: 12px;
    font-weight: normal;
}
.gvHeader {
    font-weight: bold;
    color: #77787a;
}

.CommercialOfferTable {
    font-size: 12px;
    border-bottom: 1px dotted #848687;
}

.removeCO {
    float: right;
    position: relative;
    right: -7px;
    top: -7px;
    border: 2px solid #77787a;
    width: 15px;
    height: 15px;
    background-color: white;
    background-image: url(../../../img/shop_cross_off.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 4px;
}

.offer_img {
    padding: 90px 38px 0px 38px;
    background-image: url(../../../img/tec/ComOffer_product_mini.png);
    background-repeat: no-repeat;
    margin-left: 5px;
}

.product_title {
    margin: 10px 0px 0px 0px;
    font-size: 20px;
    font-weight: bold;
}

.gvHeader {
    font-weight: bold;
    color: #77787a;
}

.gvItem {
    font-weight: bold;
}

.documentEvidence {
    border: 1px solid #77787C;
    margin: 9px auto;
    font-size: 12px;
    background-color: #DDDDDD;
}

.justifName {
    font-weight: bold;
}

.uploadEvidenceBtn {
    font-size: 14px !important;
}

.uploadEvidenceBtn:hover {
    border: 1px inset;
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
}

.btnNewCommercialOffer {
    max-width: 100%;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}