.btn-primary {
  background-color: #6E2505 !important;
}

.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}

/*.required i:after{
    color: #e32;
    content: '*';
    margin-left:20%;
}*/

.fg-line {
  width: 90% !important;

}

/*.asterisk::-webkit-input-placeholder {
    color:    #f00;
}
.asterisk:-moz-placeholder {
    color:    #f00;
    opacity:  1;
}
.asterisk::-moz-placeholder {
    color:    #f00;
    opacity:  1;
}
.asterisk:-ms-input-placeholder {
    color:    #f00;
}*/
.diaglogToolBar {
  background-color: #FFFFFF !important;

}

.titleBarHead {
  color: rgb(109, 76, 65)
}

.textForVaccine {
  color: #FFFFFF;
}

.asterisk_input:after {
  content: " *";
  color: #e32;
  position: absolute;
  margin: 0px 0px 0px -20px;
  font-size: 17px;
  padding: 0 5px 0 0;
  display: inline-block;
  float: right;
  margin-right: 20%;
}

.wrapper {
  text-indent: 17px;
  background-repeat: repeat-x;
  border: 0px solid;
  height: 0px;
  width: 20px;
  color: #eeeff4;
  background-color: #eeeff4;
}

.ui-datepicker-trigger {
  height: 25px;
  width: 25px;

}

.m-l-10 .m-r-10 .inline-flex .ui-datepicker-trigger {
  margin-bottom: 0% !important;
}

.back-button {
  position: relative;
  border-collapse: separate;
}

.ui-datepicker-current {
  display: none;
}

.paddingClass {
  margin-left: 5%;
}

.md-dialog-container {
  position: absolute;
}

md-dialog {
  max-width: 90%;
  max-height: 90%;
}










/*prescription print style start*/


@page {
  size: A4;
  margin: 1em 1em 1em 1em;
}

@media print {


body{
 /*font-family: Arial, sans-serif;*/
  font-family: 'Microsoft JhengHei';
}

  table { page-break-after:auto; height:100%}
  tr    { page-break-inside:avoid; page-break-after:auto;}
  td    { page-break-inside:avoid; page-break-after:auto;}
  thead { display:table-header-group; color:black;}
  tfoot { display:table-footer-group; color:black;}



  tbody{
  }

  div#prescrip{
  }


  /*margin style*/

  m-r-5 {
    margin-right: 5px !important;
  }

  m-r-10 {
    margin-right: 10px !important;
  }


  m-t-5 {
    margin-top: 5px !important;
  }

  m-t-9 {
    margin-top: 9px !important;
  }

  .m-t-10 {
    margin-top: 10px !important;
  }

  .m-t-20 {
    margin-top: 20px !important;
  }

  .m-t-40 {
    margin-top: 40px !important;
  }

  .m-t-100 {
    margin-top: 100px !important;
  }

  .m-l-10 {
    margin-left: 10px !important;
  }

  .m-l-15 {
    margin-left: 15px !important;
  }

  .m-l-20 {
    margin-left: 20px !important;
  }

  /*patient history*/
  .patHistoty
  {
    float:left;
    width:20%;
    display: flex;
    font-size:  10pt ;
  }


  .patComplaintsPipe
  {
    float:left;
    width:2%;
    display: flex;
  }

  .patComplaints
  {
    float:left;
    width:49%;
    display: flex;
    font-size:  10pt ;
  }

  .medName
  {
    float:left;
    width:45%;
   /* display: flex;*/
    text-align: left;
    font-size:  10pt ;
  }

  .medQuantity
  {
    float:left;
    width:15%;
  /*  display: flex;*/
    text-align: center;
    font-size:  10pt ;
  }

  .medFrequency
  {
    float:left;
    width:30%;
   /* display: flex;*/
    text-align: center;
    font-size:  10pt ;
  }
  .medDuration
  {
    float:left;
    width:10%;
 /*   display: flex;*/
    text-align: right;
    font-size:  10pt ;
  }



 .medLabels{
   margin-left: 15px !important;
   font-size:  10pt ;
  }

  .investigationAndFollowUp{
    font-size:  10pt ;
  }

  .docInfo{
    width: 60%;
  }
  .facInfo{
    text-align:right;
    margin-left:30rem;
    margin-top:-55px;
  }
  .facDetail{
    font-weight:normal;
    font-size:  10pt ;
  }
  #medicineList{
    margin-top: ;
  }
  #prlogo{
    position: relative;
  }

  .footer{
      font-size:  10pt ;
    }


  div#patientHistory{
    margin:0em 0em 1em  0em ;
  }


 div#prescripfooter{
    margin: 5em 0em 0em 0em ;
  }



  div#instruction {
   /* margin: auto auto auto auto ;*/
    /*overflow: hidden ;*/
   /* float:left;
    width: 800px ;*/
    /*overflow-wrap: break-word;*/
  }

  .headerline{
    margin-top: 3%;
    margin-bottom: 3%;
  }

  /*prescription print style end */

}
