body{
    min-height: 100vh;
    position: relative;
}

#header{
    height: auto;
}

#header .logo.product-logo img{
    max-height:40px ;
    margin:0;
}

.tc-block {
    text-align: justify;
    text-align-last: center;
    color: white;
    border-bottom: 2px solid #ffffff70;
}
.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}
/* Content */


.table-color {
    background-color: #f1f1f1;
    margin-bottom: 40px;
    font-size: 13px;
    padding: 20px 0px;
}
hr.style18 {
    height: 15px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
.customer-details table {
    margin: 0px;
    line-height: 0.5;
}

.customer-details {
    margin-bottom: 10px;
}

.item-details {
    margin-bottom: 15px;
}


main {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #e0e0e061;
    padding: 30px;
    font-size: 10px;
}
.content-wrapper{
    position: relative;
    padding-bottom: 160px;
}
#footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index:100;
}
td.tablefield {
    padding-left: 13px;
    padding-top: 0%;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .customer-details table {
        margin: 0px;
        line-height: 1;
    }
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    main {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 20px;
        background-color: #e0e0e061;
        padding: 30px;
        font-size: 11px;
    }  
} 

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    main {
        margin-left: 60px;
        margin-right: 60px;
        margin-bottom: 50px;
        background-color: #e0e0e061;
        padding: 20px;
        font-size: 13px;
    }

    .content-wrapper{
        position: relative;
        padding-bottom: 120px;
    }
    .customer-details table {
        line-height: 1;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    main {
        margin-top: 50px;
        margin-left: 150px;
        margin-right: 150px;
        margin-bottom: 50px;
        background-color: #e0e0e061;
        padding: 30px;
        font-size: 13px;
    }
    #header .logo.product-logo img{
        max-height:50px ;
    }
    .customer-details table {
        line-height: 1;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    main {
        margin-left: 150px;
        margin-right: 150px;
        margin-bottom: 50px;
        background-color: #e0e0e061;
        padding: 30px;
        font-size: 13px;
    }
}

#btn-mob-verify {
    display: none;
}

#btn-select-mob:focus{
    background: #6c757d;
    color: white;
}

#btn-select-mail:focus{
    background: #6c757d;
    color: white;
}

#btn-mail-verify {
    display: none;
}

.prop-logo {
    max-height: 60px !important;
}

.product-logo {
    padding: 12px !important;
}

.margin-top-50 {
    margin-top : 50px;
}

.invoice-title-lable {
    color: #007bff;
}

.footer-all {
    z-index: -1;
}