﻿
.bg-microchip {
    background-image: url("../images/microchip1.png");
    /* background-repeat: no-repeat; */
}

.btngpv {
    background-color: #00343A;
    color: white;
}

.modalgpv {
    border: 2px solid #435C5F;
    padding: 10px;
    border-radius: 45px;
}

.modal-form-gpv {
    border: 1px solid #435C5F;
    padding: 10px;
    border-radius: 25px;
}

.GPV-color-font {
    color: #435C5F;
}

.GPV-background-color {
    background-color: white;
}

.inv-background-color {
    background-color: #D3D3D3;
    align-content: center;
    padding: 10px;
    height: inherit;
}

.inv-row {
    border: 0.5px solid #435C5F;
}

.inv-detail {
    align-content: center;
    padding-top: 10px;
    padding: 10px;
    border: 0.3px solid #435C5F;
}

.inv-item-head {
    background-color: #D3D3D3;
    padding: 10px;
}

.inv-body-text {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    color:#435C5F;
}

.GPV-text {
    color: black;
}

.GPV-label {
    color: #435C5F;
}

.GPV-font-label {
    color: #435C5F;
}

.lb-header {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 22px;
}

.lb-body {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
}

.GPV-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
    border: 1px solid #435C5F;
    padding: 10px;
    border-radius: 45px;
}

    .GPV-table td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }
    /*  .GPV-table tr:nth-child(odd) {
        background-color: red;
    }*/
    .GPV-table tr:nth-child(even) {
        background-color: white;
    }


    .GPV-table tr:hover {
        background-color: #ddd;
    }

    .GPV-table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #5A6B78;
        color: white;
        text-align: center;
    }
/*#435C5F;*/
.GPV-table-2 {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
}

    .GPV-table-2 td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: center;
    }

    .GPV-table-2 tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .GPV-table-2 tr:hover {
        background-color: #ddd;
    }

    .GPV-table-2 th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #ddd;
        color: black;
        text-align: center;
    }

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Select some files';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 70;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
