.white-bg{
    background:#ffffff;
}

.freetext{
    position:absolute;
    top:80px;
    width:90%;
    left:5%;
}

.queryfield{
    position:absolute;
    top:80px;
    width:90%;
    left:5%;
}

/* ------------ */


.freetext.ng-hide-add, .freetext.ng-hide-remove {
  -webkit-transition:all linear 0.4s;
  -moz-transition:all linear 0.4s;
  -o-transition:all linear 0.4s;
  transition:all linear 0.4s;
  display:block!important;
}
 
.freetext.ng-hide-add.ng-hide-add-active,
.freetext.ng-hide-remove {
    opacity:0;
  top:-130px;

}
 
.freetext.ng-hide-add,
.freetext.ng-hide-remove.ng-hide-remove-active {
    top:80px;
    opacity: 1;

}


/* ------------ */

.queryfield.ng-hide-add, .queryfield.ng-hide-remove {
  -webkit-transition:all linear 0.4s;
  -moz-transition:all linear 0.4s;
  -o-transition:all linear 0.4s;
  transition:all linear 0.4s;
  display:block!important;
}
 
.queryfield.ng-hide-add.ng-hide-add-active,
.queryfield.ng-hide-remove {
  opacity:0;
  top:300px;
}
 
.queryfield.ng-hide-add,
.queryfield.ng-hide-remove.ng-hide-remove-active {
  opacity:1;
  top:80px;
}

/* ------------ */



li {
    overflow: hidden;
    color: #18344B !important;
    -webkit-print-color-adjust: exact;
}

b.blue {
    color: #18344B !important;
    -webkit-print-color-adjust: exact;
}

.notes {
    padding-left: 2.5em;
}

.action {
    padding-left: 2.5em;
    text-decoration: underline;
    font-style: italic;
}

.present, .present-edit {
    padding-left: 2.5em;
}

.present-edit:hover {
    background-color: #d3d3d3;
}

h1, h2, h3, h4, h5 {
    padding-left: 20px;
    color: #18344B !important;
    -webkit-print-color-adjust: exact;

}

textarea, input.hideBorder {

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-family: sans-serif;
    font-size: 1em;

}

div.notes:hover, div.noteaction:hover, .hoverBackground:hover{

    background-color: #eee;

}




div.notes, div.noteaction   {
    padding-top: 5px;

}
.hoverBackground  {
    padding: 5px;

}

body {
    margin-top: 10px;
    margin-right: 100px;
    margin-left: 90px;
}

.margin {
    margin-right: 150px;

}

.margin1 {
    margin-right: 10px;

}

.margin2 {
    margin-right: 20px;

}

/*div.page*/
/*{*/
/*page-break-after: always;*/
/*page-break-inside: avoid;*/
/*}*/

div.page {
    position: relative;
    height: 23.5cm;
    page-break-inside: avoid;
    page-break-after: always;

}

div.foot {
    display: block;
    position: absolute;
    bottom: 0px;
    font-size: 0.8em;
    width: 100%;
    margin-left: 30px;
    text-align: center;
}

p {
    font-family: serif;
    font-size: 1.1em;
}


@media screen and (min-width: 992px) {
   .minus20MarginWhenBig{
  margin-top: -20px;
}
}


@media screen and (max-width: 992px) {
   .extraPaddingWhenSmall{
  padding-bottom:20px;
  
}
}



/*span [class^="icon-"] {*/
/*color: white;*/
/*}*/

/*.grey :hover{*/
/*background-color: grey;*/
/*}*/