html,body {
    margin:0;
    font-family:Verdana;
}
.container{
    max-width:1100px;
    margin:0 auto;
}
.login {
    width:361px;
    padding:5px;
    margin-top:10vh;
    border:1px solid #dedede;
}
.header {
    border-bottom:1px solid #dedede;
    padding:10px;
    background:white;
    -webkit-box-shadow: 0px 1px 5px -3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 1px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px -3px rgb(0 0 0 / 75%);
    z-index: 1;
    position: relative;
}
.footer {
    border-top:1px solid #dedede;
    padding:10px;
}
.body {
    min-height:60vh;
    padding:10px;
    font-family: Verdana;
    background: #fafafa;
}
.date, .textfield, .textarea, .numberfield, .submitbutton, .selectfield, .deductionfield, .printbutton {
    padding:5px;
    width:200px;
    vertical-align:middle;
    color:#e88527;
    font-weight:600;
    border:1px solid grey; /*#dedede*/
    border-radius:5px;
}
.deductionfield, .printbutton {
    width:80px;
}
.submitbutton, .printbutton {
    color:white;
    background:black;
}
.printholder {
    text-align:center;
}
.textarea {
    resize:none;
}
.inputform label{
    display:inline-block;
    width:350px;
    margin:5px;
    position:relative;
    vertical-align: middle;
}
.inputform b {
    vertical-align:middle;
    font-size:12px;
}
.statussuccess, .statusfailed {
    color:blue;
    text-align:center;
}
.statusfailed {
    color:red;
}
.logoimage {
    width:80px;
    height:80px;
    display:inline-block;
    vertical-align:middle;
}
.heading {
    display:inline-block;
    vertical-align:middle;
}
.heading h3, .heading h4, .heading h5{
    margin:5px 10px;
    padding:0;
}
.inputform h4 {
    text-align:center;
}
.navbar {
    padding:15px 0 0;
}
.navbar a {
    padding:3px 10px;
    border-right:2px solid #dedede;
    font-size:13px;
    color:black;
    text-decoration:none;
}
.navbar a:last-child {
    border:0;
}
table {
    border-collapse:collapse;
    min-width:100%;
}
table th, table td {
    border:1px solid #dedede;
    min-width:100px;
    padding:5px;
    font-size:12px;
}
table tr th:nth-child(1), table tr td:nth-child(1), table tr th:nth-child(2), table tr td:nth-child(2), table tr th:nth-child(3), table tr td:nth-child(3), table tr th:nth-child(4), table tr td:nth-child(4) {
    min-width:inherit;
}
.register table tr:nth-child(even), .advice table tr:nth-child(even){background-color: #f2f2f2;}
.register tr:nth-child(2), .advice tr:nth-child(1){
    background:black;
    color:white;
    font-size:12px;
}
.tableholder {
    width:100%;
    overflow:auto;
    max-height:90vh;
}
form.inputform {
    max-width: 1100px;
    margin: 10px auto;
}
.fixedtr {
    position: sticky;
    top: 0;
    background: white;
}
.top40 {
    top: 40px;
}
.searchvendorsclass a {
    display:block;
    padding:5px 2.5%;
    border-top:1px solid gray;
    width:95%;
}
.searchvendorsclass {
    width:200px;
    border:1px solid gray;
    border-top:0;
    display:none;
    margin:0;
    padding:0;
    position:absolute;
    top:30px;
    right:0;
    z-index:1;
    background:white;
}
.plus, .edit, .delete {
    width:25px;
    vertical-align:middle;
    padding:5px;
    cursor:pointer;
}
.edit, .delete {
    padding:0;
}
.searchinput {
    width:95%;
    padding:5px 2.5%;
}
.partialpay {
    width:190px;
    text-align:right;
}
.partialpayment {
    background:#fff9c9 !important;
}
.fullpayment {
    background:#d0ffc9 !important;
}
.overpayment {
    background:#ffc9c9 !important;
}
.showonprint {
    display:none;
}
.floatright{
    float:right;
}
.clearfix{clear:both}
.gap1px{padding: 1px;}
.login .submitbutton {
    width:100%;
}
.copyvendor {
    cursor:pointer;
    position: absolute;
    right: 3px;
    top: 3px;
}
#copyname2 {
    padding-right: 28px;
}
.copyvendor img {
    width:22px;
}
.homepage {
    text-align:center
}
.homepage .abc img {
    vertical-align:middle;
}
.homepage .abc {
    color:white;
    padding:30px 5px;
    max-width:200px;
    width:100%;
    display:inline-block;
    text-align:center;
    font-size:0;
    margin:5px;
    background:#668718;
    border-radius:5px;
    -webkit-box-shadow: 0px 1px 5px -2px rgb(0 0 0);
    -moz-box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px -2px rgb(0 0 0 / 75%);
}
.homepage .abc:nth-child(5n) {
    background:#551d75;
}
.homepage .abc:nth-child(4n) {
    background:#bd3333;
}
.homepage .abc:nth-child(3n) {
    background:#701a48;
}
.homepage .abc:nth-child(2n) {
    background:#1a3270;
}
.homepage .abc a {
    color:white;
    text-decoration:none;
    font-size:13px;
}
input[type=text]:disabled {
  background: gray;
}
.withselect {
    margin-top:5px;
}
.pagitation {
    background: black;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    line-height: 2.2;
}
.selected_page {
    background: white;
    border:1px solid black;
    color: black;
}
.documentslink a {
    color:blue;
    text-decoration:none;
    padding:2px 0;
    display:block;
}
.calculator_input, .smallertd {
    width:80px;
}
.tax_calculator {
    background:white;
    -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 75%);
}
.tax_calculator td, .tax_calculator input {
    text-align:right;
    border:2px solid black;
    font-size:15px;
}
.tax_calculator th {
    text-align:left;
    border:2px solid black;
}
.tax_calculator td.textaligncenter, .tax_calculator th.textaligncenter {
    text-align:center;
}
@media print {
    .pagebreak {page-break-after: always;}
    .hideonprint {
        display:none;
    }
    .showonprint {
        display:inherit;
    }
    .heading h5 {
        font-size:13px;
        font-weight:600;
        margin:0 10px;
        display:block;
    }
    .footer {
        display:none;
    }
}
@media screen and (max-width: 600px) {
    .logoimage {
        width:50px;
        height:50px;
    }
    .heading h3{
        font-size:15px;
    }
    .heading h4{
        font-size:12px;
    }
    .heading h5 {
        font-size:10px;
    }
}