
#container {
    font: normal 13px/1.4em 'Open Sans', Sans-serif;
    margin: 0 auto;
    padding: 40px;
    min-height: 1078px;
    background: url('letterhead.png') no-repeat;
    background-size: cover
}


.memo-line1 {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 4px solid #f49937; /** Top border bottom */
    margin-left:435px;
    width: 305px;

}
.memo-line2 {
    margin-top: 80px;
    border-bottom: 8px solid #f49937; /** Top border bottom */
    margin-left:435px;
    width: 305px;
    margin-bottom: 2px;
}
.memo-line3 {
    margin-top: 30px;
    border-bottom: 20px solid #f49937; /** Top border bottom */
    
}

.memo-line4 {
    margin-top: 5px;
    margin-bottom: 0px;
    border-bottom: 5px solid #1f18eb; /** Top border bottom */
}
#memo .logo {
    margin-top: 20px;
    float: left;
    margin-right: 2px;
    width: 100px;
}

#memo .logo img {
        height: 80px;
}
/*#memo .logosc2 {
    margin-top: 20px;
    float: left;
    margin-right: 2px;
    
}

#memo .logosc2 img {
        height:50px;
}*/

#memo .company-info {
    margin-top: 20px;
    float: left;
    width: 300px;
    max-width: 50%;
    margin-left:30px;
    padding: 2px 0 0 0;
    /* font-weight: bold; */
}

#memo .company-info>div:first-child {
    font-weight: bold;
    font-size: 20px;
}

#memo .company-info div {
    margin-bottom: 3px;
}

#memo .payment-info {
    float: right;
    width: 175px;
    max-width: 100%;
    font-weight: bold;
}
div.payment
{
    width: 100;
}

#memo .payment-info div {
    margin-bottom: 3px;
    margin-left: 30px;
    min-width: 20px;
}

#memo:after {
    content: '';
    display: block;
    clear: both;
}

.memo-line {
    margin-top: 10px;
    float: left;
    border-bottom: 30px solid #1f18eb; /** Top border bottom */
    width: 450px;
    display: flex;
}

.memo-linever {
    float: left;
    border-bottom: 50px solid #1f18eb; /** Top border bottom */
    width: 5px;
    display: flex;
}

.memo-line5 {
    margin-top: 10px;
    float: right;
    border-bottom: 30px solid #f49937; /** Top border bottom */
    width: 200px;
    display: flex;
}

.memo-linever2 {
    margin-top: 20px;
    margin-left: 18px;
    float: left;
    border-bottom: 80px solid #1f18eb; /** Top border bottom */
    width: 5px;
}

#invoice-info {
    margin-top: 30px;
    float: right;
    width: 260px;
    max-width: 100%;
}

#invoice-info>div {
    float: left;
}

#invoice-info>div>span {
    display: block;
    min-width: 100px;
    min-height: 18px;
    margin-bottom: 3px;
}

#invoice-info>div:last-child {
    margin-left: 10px;
    text-align: right;
}

#invoice-info:after {
    content: '';
    display: block;
    clear: both;
}

#client-info {
    float: right;
    margin-top: 0px;
    margin-left: 500px;
    text-align: left;
    width: 300px;
    max-width: 100%;
    /* position: absolute; */
}

#client-info>div {
    margin-bottom: 3px;
}

#client-info span {
    display: block;
}

#client-info>span {
    font-weight: bold;
}
#invoice-title-number1 {
    text-align: center;
    font-size: 20px;
    color: rgb(red, green, blue);
    font-weight: bold;
    margin: 50px 0 20px 0;
}
#invoice-title-number {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0 20px 0;
}


#invoice-title-number #title {
    margin-right: 5px;
    text-align: right;
}

#invoice-title-number #number {
    margin-left: 5px;
    text-align: left;
}
.header-up {
    background: #333;
    padding: 1px 360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_nav {
        /* color: white;
        font-size: 24px;
        font-weight: bold; */
        width: 50px;
}
.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.nav ul li {
    margin: 0 15px;
}
.nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: color 0.5s;
}
.nav ul li a:hover {
    color: #f4a261;
    font-size: 18.2px;
   
}
button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 2px;
    transition: background-color 0.3s, transform 0.2s;
  }
#delbtn{
    background-color: white;

}  
button:hover {
    background-color: #45a049;
    transform: scale(1.05);
  }
  
  button:active {
    background-color: #3e8e41;
    transform: scale(0.98);
  }
  #stamp{
    width: 100px;
    float: inline-end;
    display: none;
  }