@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
h1{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0;
}
h3{
    margin: 0;
    padding: 0;
}
h4{
    margin: 0;
    padding: 0;
}
h5{
    margin: 0;
    padding: 0;
}
h6{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.container{
    max-width: 1280px;
    margin: 0 auto;
}
.row{
    display: flex;
}
.justify-content{
    justify-content: center;
}
.col-lg-12{
    width: 100%;
}
.col-lg-9{
    width: 75%;
}
.col-lg-8{
    width: 65%;
}
.col-lg-6{
    width: 50%;
}
.col-lg-4{
    width: 33.333%;
}
.col-lg-3{
    width: 25%;
}
ul {
    margin: 0;
    padding: 0;
}

/* Menu css start */
  
.open_menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    /* this left's value is important */
    left: -300px;
    top:0;
    /* if you'd change the width's value then you have to change left's value of the .open_menu as well*/
    width: 300px;
    height: 100%;
    background-color: #353535;
    -webkit-transition: 450ms cubic-bezier(0.10, 0.0, 0, 1);
    transition: 450ms cubic-bezier(0.10, 0.0, 0, 1);
    z-index: 10000;
}
.menu-content{
    display: block;
    width: 100%;
    overflow-y:scroll; 
    overflow-x:hidden;
}
.menu-content::-webkit-scrollbar{
    width: 0;
}
.opened{
    left: 0;
}
.toOpen{
    display: block;
    width: 25px;
    position: absolute;
    cursor: pointer;
    padding: 20px;
    right: -75px;
    top: 10px;
}
/* The open and close mark. It toggles automatically */
.toOpened{
    width: 25px;
}
.toOpened .line{
    width: 25px !important;
    -webkit-transition: 0ms !important;
    transition: 0ms !important;
}
.toOpened .one{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
}
.toOpened .two{
    opacity: 0;
}
.toOpened .three{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 25px;
} 
.toOpen .line{
    height: 5px;
    margin: 0 0 2px 0;
    background-color: #005496;
    -webkit-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
}
.toOpen .one{
    width: 40px;
}
.toOpen .two{
    width: 25px;
}
.toOpen .three{
    width: 35px;
}
.toOpen:hover div{
    width: 40px;     
}
.line.one {
    transition: 400ms cubic-bezier(0, 1.05, 0.26, 0.82) !important;
}
.toOpened > .three {
    transition: 400ms cubic-bezier(0, 1.05, 0.26, 0.82) !important;
} 
.menu-logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    margin: 25px 0;
}
.menu-content ul{
    list-style-type: none;
}
.menu-content ul li{
    text-align: center;
    border-bottom: 1px solid #5d5d5d;
}
.menu-content ul li:first-child{
    border-top: 1px solid #5d5d5d;
} 
.menu-content ul li a{
    font-size: 20px;
    font-weight: 400;
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: white;
    -webkit-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
}
.menu-content ul li a:hover{
    background: #252525;
}

/* Login form css */
.form-content{
    width: 500px;
    margin: 0 auto;
    padding: 50px 40px;
    border: 1px solid #D0D3D4;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 20vh;
}
.login h2{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.login input[type=text]{
    width: 100%;
    background: #fff;
    font-size: 18px;
    padding: 18px 15px;
    border-radius: 5px;
    border: 1px solid #D0D3D4;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.login input[type=submit]{
    width: 150px;
    background: #005496;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    padding: 18px 15px;
    border-radius: 5px;
    border: 1px solid #D0D3D4;
    box-sizing: border-box;
    cursor: pointer;
}
.login input:focus{
    outline: none;
}
.login .submit-group{
    text-align: center;
}

/* Purchase order css */

.purchase-order .heading h2{
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
}
.purchase-order .order-header{
    display: flex;
    width: 100%;
    margin-top: 50px;
}
.purchase-order .order-header .group{
    
    width: 25%;
}
.purchase-order .order-header .group .text{
    margin-right: 10px;
    display: inline-block;
    width: 120px;
    text-align: right;
}
.purchase-order .order-header .group .text p{
    font-size: 20px;
}
.purchase-order .order-header .group .field{
    display: inline-block;
}
.purchase-order .order-header .group .field input{
    padding: 10px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #aaaaaa;
    width: 160px;
    border-radius: 3px;
}
.purchase-order .order-header .group .field input:focus{
    outline: none;
}
.purchase-order .order-header .search{
    text-align: right;
}
.purchase-order .order-header .search button{
    background: #005496;
    padding: 12px 30px;
    color: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    
}
.order-list{
    width: 100%;
    margin-top: 30px;
}
.order-list table{
    width: 100%;
    border-collapse: collapse;
}
.order-list table thead{
    background: #000;
}
.order-list table thead tr td{
    color: #fff;
    font-size: 20px;
    padding: 20px;
    
}
.order-list table tbody tr td{
    font-size: 16px;
    padding: 10px 20px;
    
}


/* Purchase Input css */

.purchase-input .heading h2{
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}
.purchase-input .heading{
    border-bottom: 35px solid black;
}
.purchase-input .section1 .content{
    padding: 30px 0;
}
.purchase-input .section1 .right-align{
    text-align: right;
}
.purchase-input .section1 .content h6{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.purchase-input .section1 .content textarea{
    padding: 10px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #aaaaaa;
    width: 90%;
    border-radius: 3px;
    height: 80px;
    margin-top: 10px;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.section2 table{
    width: 100%;
    border-collapse: collapse;
    
}
.section2 table thead{
    background: #000;
}
.section2 table thead tr td{
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
}
.section2 table tbody tr td{
    color: #000;
    font-size: 18px;
    padding: 20px 20px;
}
.section2 table tbody tr td input{
    padding: 10px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #aaaaaa;
    width: 160px;
    border-radius: 3px;
}
input:focus{
    outline: none;
}

.section2 table tbody tr td button{
    background: #005496;
    padding: 12px 40px;
    color: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    margin-top: 15px;
}
.section3{
    margin-top: 20px;
    
}
.section3 table{
    width: 100%;
    border-collapse: collapse;
}
.section3 table thead{
    background: #000;
}
.section3 table thead tr td{
    color: #fff;
    font-size: 20px;
    padding: 20px;
    
}
.section3 table tbody tr td{
    font-size: 16px;
    padding: 10px 20px;
}
.section3 table tbody tr td input{
    padding: 8px 10px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #aaaaaa;
    width: 130px;
    border-radius: 3px;
}
.section3 table .bg-light{
    background: #F2F2F2;
    text-align: right;
}
.section3 table button{
    background: #005496;
    padding: 12px 40px;
    color: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    width: 100%;
}
.bg-dark{
    background-color: #000;
    color: #fff;
}
.footer-text p{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.supplier-details .heading h2{
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
}
.supplier-details .heading {
    border-bottom: 25px solid black;
}
.supplier-details .supplier-form{
    width: 700px;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #ECF0F1;
    border-radius: 5px;
    padding: 50px;
}
.supplier-details .supplier-form label{
    padding-bottom: 10px;
    display: block;
}
.supplier-details .supplier-form input{
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #D0D3D4;
    border-radius: 3px;
}
.supplier-details .supplier-form .form-group{
    margin-bottom: 20px;
}
.supplier-details .supplier-form .submit-group{
    text-align: center;
}
.supplier-details .supplier-form input[type=submit]{
    background: #005496;
    padding: 15px 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    width: 150px;
}


.print-btn{
    background: #db3e0e;
    padding: 12px 20px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
    margin-right: 40px;
}
.print-section1{
    display: none;
}
.print-date{
    display: none;
}
.print-logo{
    display: none;
}

@media print {
.print-btn{
    display: none;
}    
.print-logo{
    display: block;
    width: 200px;
    display: inline-block;
    margin-top: 25px;
    padding-bottom: 30px;
    margin-right: 30px;
}
.purchase-input .heading h2{
    display: inline-block;
    position: absolute;
    font-size: 50px;
}

.section1{
    display: none;
}
.toOpen{
    display: none;
}
.print-section1{
    display: block;
}
.purchase-order .heading h2{
    padding-bottom: 50px;
}
.purchase-order .heading {
    border-bottom: 35px solid black;
}
.print-section1 .content{
    padding: 30px 0;
}
.print-section1 .content h6{
    margin-bottom: 0 !important;
}
.mb-3{
    margin-bottom: 20px;
}
.print-section1 .right-align{
    text-align: right;
}
.print-section1 .content h6{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.print-date{
    display: block;
    text-align: left;
}
.print-off{
    display: none;
}
.footer-text p{
    text-align: center !important;
}

}