
.pdfen_field-fieldSection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-flex-wrap: wrap; 
        -ms-flex-wrap: wrap; 
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px 0 5px 0
}

.pdfen_field-lableStyle { 
    width: 35%
}
 
.pdfen_field-valueStyle  {
    width: 55%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 10px; 
}
.pdfen_field-fieldTextStyle {
    border: 1px #106470 solid;
    padding: 5px;
    width: 55%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 10px; 
    min-height: 10px;
    word-wrap:break-word;
}

.pdfen_field-imageContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 75%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 10px; 
}

.pdfen_field-imageStyle {
    width: 150px;
    height: 150px;
    margin-right: 10px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-position: center;
}

.pdfgen_field-asset-property {
    font-size: xx-small;
    padding-left: 10px;
}

.pdfgen_field-missing-asset {
    color: red;
}

@media print {
    .pdfen_field-fieldSection {
        page-break-inside: avoid;
    }
}.pdfen_section-header {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #F07B05
} body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
} 

.pdfen_body-headerSection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background-color: #F48035;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
 }

.pdfen_body-formHeader {
    color: white;
    padding: 0 0 0 8px;
    margin: 0;
    -webkit-flex-shrink: 20;
        -ms-flex-negative: 20;
            flex-shrink: 20;
}

.pdfen_body-imgStyle {
    width: 115px;
    margin: 0 5px 0 0;
    padding: 0;
}

/*# sourceMappingURL=main.css.map*/