/*
 *  2009-2024 Tecnoacquisti.com
 *
 *  For support feel free to contact us on our website at http://www.tecnoacquisti.com
 *
 *  @author    Arte e Informatica <helpdesk@tecnoacquisti.com>
 *  @copyright 2009-2024 Arte e Informatica
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *  @version   1.0.3
 */
.tec-vat-rates {
    padding: 15px;
    border: 2px solid #B7F5B7;
    background: #E8FDE8;
    color: #000000;
    margin-bottom: 10px;
}
.vat-rates-text {
    border-top: 2px solid #B7F5B7;
    margin-top: 30px;
    padding-top: 8px;
    text-align: justify;
    color: #7A7A7A;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tec-vat-rates .custom-checkbox {
    font-size: 120%;
    font-weight: 600;
}

.tec-vat-rates label{
    cursor: pointer;
    color: #232323;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tec-vat-price-label{
    font-size: 13px;
    color: #AD4A47;
}

.tec_documents{
    margin: 1.25rem 0;
}

.documents-file{
    position: relative;
    display: block;
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    color: #7a7a7a;
    text-indent: .625rem;
    background: #f6f6f6;
}

.documents-file .file-input{
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2.625rem;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
}

.documents-file button{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: inherit;
}

.tec_documents .document_error{
    display: none;
}