@page {
  size: A4;  
  margin: 1cm;
}

@page :first {
  size: A4;
}

header {
  page: cover;
  content: url("http://invantive.eu/any/img/changelog.png");
  margin: 0 auto;
  width: 100%;
}

h2 {
  string-set: doctitle content();
  page-break-before: always;
}

.offlinedoc
{
    font-family: 'Verdana';
    font-size: 1em;
}

.offlinedoc .container .releasenoteslist .releasenotesbuildheading
{
    background: #429ACF;
    padding: 5px;
    color: white;
}

.offlinedoc .container .releasenoteslist a
{
    text-decoration: none;
    list-style-type: circle;
}

#NavButtons ul
{
   display:none;
}

.offlinedoc .container .releasenoteslist .releasenotetext img
{
    margin: 10px 10px 10px 0px;
    border: 1px solid black;
}

.releasenotesbuildheading
{
  position:relative;
  margin-top:70px;
}

.releasenotetext
{
  margin-left: 48px;
}

.releasenotetags
{
  list-style-type: square;
  margin: 5px 0 5px -45px;
}

.releasenotetags li
{
    display:inline-block;
    margin:5px;
}

.offlinedoc .container .releasenoteslist .releasenotetext .releasenotetag.product:before
{
  content:"";
  background-image:url('//invantive.eu/any/img/sprite-new.svg');
  background-size: 199%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 2px 3px 2px 0;
  width: 16px;
  height: 16px;
  vertical-align: top;
  display: inline-block;
}

.releasenotetag.ProductInvantiveProducer:before
{
  content:"";
  background-position: 0% 15.6%;
}

.releasenotetag.ProductInvantiveEstate:before
{
  content:"";
  background-position: 0% 0%;
}

.releasenotetag.ProductInvantiveVision:before
{
  content:"";
  background-position: 0% 5.2%;
}

.releasenotetag.ProductInvantiveControlForExcel:before
{
  content:"";
  background-position: 100% 10.6%;
}

.releasenotetag.ProductInvantiveWebService:before
{
  content:"";
  background-position: 100% 5.2%;
}

.releasenotetag.ProductInvantiveCompositionForWord:before
{
  content:"";
  background-position: 0% 10.6%;
}

.releasenotetag.ProductInvantiveQueryTool:before
{
  content:"";
  background-position: 100% 0%;
}

.releasenotetag.ProductInvantiveStudio:before
{
  content:"";
  background-position: 100% 15.6%;
}

.releasenotetag.ProductInvantiveBusiness:before 
{
    content: "";
    background-image: url('//invantive.eu/any/img/logo-business.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0;
    margin: 2px 3px 2px 0;
    width: 16px;
    height: 16px;
    vertical-align: top;
    display: inline-block;
}

.offlinedoc .container .releasenoteslist .releasenotetext .releasenotestatus.Production
{
  display: none;
}

.offlinedoc .releasenoteslist .releasenotescategoryheading:before 
{
  content:"";
  background: none;
  border-radius: 0;
  background-image: url('http://invantive.eu/any/img/icons.svg');
  background-repeat: no-repeat;
  background-position: 30% 59%;
  background-size: 57%;
  display:inline-block;
  margin: 0;
  padding: 0 0 0 14px;
  width:15px;
  height: 21px;
}

.offlinedoc .releasenoteslist .EnhancementRequest:before 
{
  content:"";
  background-position: 30% 27%;
  height: 15px;
}

.offlinedoc .container .releasenoteslist .releasenotetext .releasenotetag {
    background-image: none;
    padding: 2px 5px;
    display: inline-block;
    color: white;
    background: #A7A7A7;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    margin: 7px 3px;
}