 html{
        font-size: 16px;
        font-family: arial;
    }
    #document {
        width: 210mm;
        height:148.5mm;
        /* height: calc(297/2)mm; */
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        margin: auto;
        padding: 10mm;
        position: relative;
        display: block;
    }

    #document_header{
        position: relative;
        display: block;
    }
    #top {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    #subject{
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        top: 20px;
        position: relative;
    }
    #subject p {
        margin:0px;
    }
    #information{
        display: flex;
        justify-content: space-between;
        
    }

    .text_header{
       
    }
    
    .bold {
        font-weight: bold;
        
        
    }
    
    .text_underline{
        text-decoration: underline;
    }
    
    .col_1{
        width:150px !important;
    }
    .rtl_{
        direction: rtl;
        text-align: right;
    }

    .align_end{
        text-align: end;
    }
    .block_container{
        display:block;
    }

    .justify_content{
        width: 100%;
    justify-content: space-between;
    line-height: 0;
    }
    .inline_block_container{
        display:inline ;
    }

    .center_expand{
        width: 100%;
    text-align: center;
    }
    .flex_container{
        display:flex ;
    }
    
    #ref_and_date{
        text-align: end;
    }
    #account{
        
    }
    #name{

    }
    
    #signature{
        text-align:center;
    }

    #amount_in_number {
        border:1px solid #000;
        padding:5px;

    }

    #logo{
        text-align: center;
    }
    #logo img {
        max-width: 200px;
    }

    #document_name p {
        font-weight: bold;
        font-size: 20px;
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .show_in_printing{
        display: none;
        text-align: center;
    }
    .background{
        width: 100%;
    text-align: center;
    position: absolute;
    top: 100px;
    opacity: 0.2;
    z-index: 1;
    }

    .background img{
        width: 500px;
    
    }
    
    .bg_logo{
        top: 420px;
        opacity: 5%;
        
    }
    
    .bg_logo img{
        
    }
    
    #contacts {
        text-align: end;
    }

    #contacts a {
        font-weight: bold;
        font-size: 18px;
    }

    #contacts p {
        margin: 0px;
        margin-top: 5px;
    }

    .header_part {
        width: 33.33%;
        height: 100px
        
    }
    
    
    .transactions{
    width: 100%;
  display: block;
}

.line{
    width: 100%;
  display: flex;
}

.center{
    text-align:center;
}

.bold{
    font-weight:bold;
}

.underline{
    border-bottom: 1px solid gray;
}

.field{
    width: 100%;
  
}

.title {
  position: fixed;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99996;
  padding: 10px;
  border-radius: 0px;
  color: #fff;
  background-color: #999;
  font-size: 16px;
  opacity: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


::after, ::before {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

#print_document {
  top: 15px !important;

}
.header_button {
  text-decoration: none;

  position: fixed;

  top: 75px;

  right: 3%;

  display: block;

  border-radius: 30px;

  background-color: #099;

  box-shadow: -10px 5px 10px 2px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

  color: #fff;

  z-index: 99999;

  width: 30px;

  height: 30px;

  box-shadow: -10px 5px 15px 3px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

  background: -webkit-linear-gradient(right, #099, #088);

  border: none;

  color: #FFFFFF;

  text-align: center;

  font-size: 14px;

  padding: 12px;

  transition: all 1s;

  cursor: pointer;

  margin: auto;
}

#print_document {
    top:15px !important;
}


#document_body{
    position:relative;
    display:block;
}



    #document_footer{
        text-align: center;
        position: absolute;
        width: 91%;
        bottom: 10px;
    }
    
    #footer_{
            text-align: center;
    }
    .transactions{
    width: 100%;
  display: block;
}

.line{
    width: 100%;
  display: flex;
}

.center{
    text-align:center;
}

.bold{
    font-weight:bold;
}

.underline{
    border-bottom: 1px solid gray;
}

.field{
    width: 100%;
  
}

#content{
    height:45%;
}

html{
font-size: 16px;
    font-family: arial;
    color: #000 ;
}

.doted_line{
        position: absolute;
    margin-top: 5px;
}
    @page {
        size: A4;
        margin: 0;
    }

    @media print {

        .hidden_in_printing , #header{
            display: none;
        }

        .show_in_printing{
            display: block;
        }

        #document {
            box-shadow: none;
        }

        html,body {
            width: 210mm;
            height: 297mm;
        }
    }