/*                                                                      */
/* 		                   TEST SITE ONLY      		                    */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL desktop.css    */
/*                                                                      */
/*                                                                      */

/* For styles that can only be seen when using the test site	*/

/* Temporary (27 Oct 2022) to make sure Pension Changes pages CAN be seen for audiences 372 and 375 ON TEST */
nav.primary ul li.gmppie {
  display: inline-block !important;
}


article#articleitem11438 {      /* Remove this article says Iain 2 Sep 2022, but reinstate on Test */
  /*display: block !important;*/
}
nav.primary li.gmppie {         /* Remove this nav item says Iain 2 Sep 2022, but reinstate on Test */
  display: inline-block !important;
}


article#articleitem12773 {      /* Remove this article says Iain 31 Oct 2022, but reinstate on Test */
  display: block !important;
}



div#audience-name {
  /* Commented out 13 Jun 2024 because only one audience being used at the moment, so set to Default */
  /*display: block !important;*/        /* Override where it is switched off for Public */
}
div#audience-name:before {
  color: white;
  display: inline-block;
  margin-right: 20px;
}

div#audience-name:after { content: '  (mobile)'; }
@media screen and (min-width: 700px) {
  div#audience-name:after { content: '  (tablet)'; }
}
@media screen and (min-width: 1000px) {
  div#audience-name:after { content: '  (desktop)'; }
}
@media screen and (min-width: 1400px) {
  div#audience-name:after { content: '  (desktop1400)'; }
}



small.item-identifier {
/*display: none;*/
  position: absolute;
  margin-left: 0.25em;
  font-size: 0.5em;
}
h2 small.item-identifier {
  left: 0;
  top: 0;
  font-size: 12px;
}
section#main.home article:nth-of-type(1) small.item-identifier {
  display: none;
}

/*section.content article.is_sub_content {
  border: 3px dashed rgba(255,0,0,0.4);
}*/
/*section.content article.is_sub_content:before {
  float: right;
  content: 'content that is header only';
  font-size: 10px;
  opacity: 50%;
}*/
/*section.content article.has_received_header {
  border: 3px dashed rgba(0,0,255,0.4);
}*/
/*section.content article.has_received_header.is_sub_content {
  border: 3px dashed rgba(0,255,0,0.4);
}*/
/*section.content article.has_received_header.order1 {
  border: 3px dashed rgba(255,127,0,0.4);
}*/
/*section.content article.situation7:before {
  float: right;
  content: 'page header block';
  font-size: 10px;
  opacity: 50%;
}*/
/*body.home section.content article.situation7:before { content: none; }*/ /* Remove on home page */

/*section.content article.situation75:before {
  float: right;
  content: 'standard core content';
  font-size: 10px;
  opacity: 50%;
}*/

/*section.content article.is_sub_content.situation75:before {
  content: 'standard core child-subject content';
}*/

/*section.content article.has_received_header:before {
  float: right;
  content: 'content items with header block';
  font-size: 10px;
  opacity: 50%;
}*/

div#pagewidth { 
  margin-top: 10px;
}


div.audiencespecific, 
p.audiencespecific {
  padding-right: .5em;
  border-right: 5px solid #FF0000;
}

.ignorewhenprinted {
  padding-right: 20px !important;
  border-right: 5px solid #0000FF;
}
.printedversiononly {
  padding-right: 20px !important;
  border-right: 5px solid #00FF00;
}


