/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : Aug 28, 2018, 8:47:21 PM
    Author     : chetan
*/

body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 0.80rem;
}

.brand-link .brand-image {
    margin-left: 0px;
    width: 100%;
}

.error_msg {
    color: #FFF;
    padding: 10px;
    width: 100%;
    background-color: #d86262;
    margin-bottom: 20px;
}

.reportheader {
    text-align: center;
}

.reportheader .companyname {
    font-size: 3.5em;
    letter-spacing: 0px;
    font-family: "stencil";
}

.reportheader .companyaddress {
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 5px;
}

#customerdetails {
    font-size: 1.1em;
    /*padding: 10px;*/
    border: 2px solid #000;
    /*margin-left: 5px;
    margin-right: 5px;*/
    height: auto;
    float: left;
}

#customerdetails .customerinfo {
    font-size: 1em;
    float: left;
    padding: 10px;
}

#customerdetails .customerinfo .customername {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

#customerdetails .customerinfo .customeraddress {
    font-size: 0.9em;
    margin-bottom: 5px;
}

#customerdetails .invoiceinfo {
    font-size: 1em;
    float: right;
    padding: 10px;
    margin-top: 7%;
}

#customerdetails .invoiceinfo table {
    width: 100%;
    font-face: Verdana, Arial;
}

#customerdetails .invoiceinfo .rightcol {
    width: 40%;
    text-align: right;
}

.table td,
.table th {
    padding: 0.45rem !important;
}

.form-control {
    font-size: 0.85rem !important;
}

#invoice-list {
    display: inline;
    margin: auto;
}

.invoice-signature {
    display: none;
}

.table thead th {
    border-bottom: 2px solid #000;
}

@media print {
    @page {
        size: A4;
        margin: 0mm;
        margin-top: 5mm;
    }
    body {
        width: 100%;
        margin: 0px;
        padding: 0px;
        font-size: 14px;
    }
    #customerdetails .customername .customername {
        font-size: 1.2em;
    }
    #backbtn {
        display: none;
    }
    #invoice-list {
        display: inline;
        margin: auto;
    }
    #invoice-list table td {
        font-size: 1rem;
        border: 0px;
    }
    #invoice-list table .sub-total {
        border-top: 3px solid #000;
    }
    footer {
        display: none;
    }
    .invoice-signature {
        display: block;
        margin-top: 50px;
        margin-right: 10%;
        font-size: 1rem;
    }
    #challan_list thead {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        font-size: 1.1em;
    }
    .net_amount {
        border-top: 2px solid #000;
        border-bottom: 2px double #000;
    }
}

.form-error-msg {
    color: red;
}

.menu-display {
    display: none;
}