/*=======================================================*\
 ABOUT: DTP theme override stylesheet for CompanyName 
 AUTHOR: Andrew Moran 
 COPYRIGHT: (c) 2018 - Information Network Fully Online Pty Ltd. All Rights Reserved. 
 UPDATED: 18/10/2018 12:59:51 
\*=======================================================*/

/* Define Colour Variables */
:root {
 /* Background Colours */
 --colour-background: #ffffff;
 --bg-colour-image: rgba(250,250,250,0.2);

 /* Theme Primary Colours */
 --colour-primary-bright: #528DA6;
 --colour-primary-light: #326D86;
 --colour-primary: #124d66;
 --colour-primary-dark: #002D46;
 --colour-primary-darker: #000D26;
 --colour-primary-dull: #475E68;

 /* Theme Secondary Colours */
 --colour-secondary-bright: #7488DA;
 --colour-secondary-light: #5468BA;
 --colour-secondary: #34489a;
 --colour-secondary-dark: #14287A;
 --colour-secondary-darker: #00085A;
 --colour-secondary-dull: #545C7C;

 /* Theme Highlight Colours */
 --colour-highlight: #adf38b;
 --colour-highlight-bright: #EDFFCB;
 --colour-highlight-light: #CDFFAB;
 --colour-highlight-dark: #8DD36B;
 --colour-highlight-darker: #6DB34B;
 --colour-highlight-dull: #849F77;

 /* Theme Text Colours */
 --colour-text: #333333;
 --colour-text-light: #535353;
 --colour-text-dark: #131313;
 --colour-text-link: #0D5300;
 --colour-text-link-hover: #0D5300;
 --colour-text-link-active: #0D5300;
 --colour-primary-text: #f0f0f6;
 --colour-primary-light-text: #f6f6ff;
 --colour-primary-dark-text: #f0f0f6;
 --colour-primary-link: #CDFFC0;
 --colour-primary-light-link: #003300;
 --colour-primary-dark-link: #CDFFC0;
 --colour-secondary-text: #f0f0f6;
 --colour-secondary-light-text: #f6f6ff;
 --colour-secondary-dark-text: #f0f0f6;
 --colour-secondary-link: #CDFFAB;
 --colour-secondary-light-link: #CDFFAB;
 --colour-secondary-dark-link: #CDFFAB;
 --colour-highlight-text: #131313;
 --colour-highlight-light-text: #131313;
 --colour-highlight-dark-text: #131313;
 --colour-highlight-link: #002D46;
 --colour-highlight-light-link: #002D46;
 --colour-highlight-dark-link: #002D46;

}


/* Colour Overrides for Internet Explorer 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html, body {
    background: #ffffff;
    color: #333333;
  }
  body {
    background-color: #ffffff;
  }

 .template-0 a {
   color: #0D5300;
 }
 .template-0 a:hover, a:focus {
   color: #535353;
 }
 .template-0 a:active {
   color: #131313;
 }
 .template-0 h1, .template-0 h1 span {
   color: #131313;
 }
 .template-0 h2 {
   color: #535353;
 }
 .template-0 h3 {
   color: #131313;
 }
 .template-0 h4 {
   color: #333333;
 }
 .template-0 quote, .template-0 blockquote {
   background-color: #326D86;
   border: 1px solid #124d66;
   color: #333333;
 }
 .template-0 textarea:focus, .template-0 textarea:active {
   background-color: #ffffff;
 }
 .template-0 .body-header {
   background-color: #124d66;
   background-image: linear-gradient(to bottom right, #326D86, #124d66, #124d66, #124d66, #002D46);
   border-bottom: 1px solid #002D46;
   box-shadow: 0 0 3px #326D86;
 }
 .template-0 .content-menu {
   background-color: #ffffff;
 }
 .template-0 .dtp-section-menubar ul li, .template-0 #content .dtp-section-menubar ul li {
   color: #002D46;
   border-left: 1px solid #528DA6;
 }
 .template-0 .dtp-section-menubar a {
   color: #0D5300;
 }
 .template-0 .dtp-menubar-visitor h5, .template-0 .dtp-menubar-user h5 {
   color: #535353;
 }
 .template-0 .dtp-section-menu-top {
   border-bottom: 1px dashed #5468BA;
 }
 .template-0 .dtp-section-notices {
   background-color: #EDFFCB;
 }
 .template-0 .dtp-section-title h1 .client-company {
   color: #131313;
 }
 .template-0 .dtp-section-title p {
   color: #535353;
 }
 .template-0 .content-poweredby a {
   color: #535353;
 }
 .template-0 .content-banner img {
   border: 1px solid #002D46;
   box-shadow: 0 0 3px #326D86;
 }
 .template-0 #footer {
   background-color: #34489a;
   background-image: linear-gradient(to bottom, #14287A, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a);
   color: #131313;
 }
 .template-0 .footer-links span, .template-0 .footer-links a, .template-0 .footer-switch span, .template-0 .footer-switch a {
   color: #131313;
 }
 .template-0 .footer-links a:hover, .template-0 .footer-switch a:hover {
   color: #CDFFAB;
 }
  .dtp-section-awarded {
   background-color: #CDFFAB;
 }
 .template-0 .row .col {
   background-color: #ffffff;
 }
 .template-0 .row-title .col {
   background-color: #14287A;
   color: #131313;
 }
 .template-0 .row .col a {
   color: #CDFFC0;
   text-decoration-color: #adf38b;
 }
 .template-0 .row .col a:hover, .template-0 .row .col a:focus {
   text-decoration-color: #CDFFC0;
 }
 .template-0 .row .col-date .not-stated {
   color: #adf38b;
 }
 .template-0 .setting-row .setting-preview img {
   background-color: rgba(250,250,250,0.2);
   border: 1px solid #34489a;
 }
 .template-0 .page-tender div.disclaimer {
   border-top: 1px dashed #326D86;
   color: #535353;
 }
 .template-0 div.border  {
   border: 1px solid #34489a;
 }

  .template-1 a {
    color: #0D5300;
  }
  .template-1 a:hover, .template-1 a:focus {
    color: #535353;
  }
  .template-1 a:active {
    color: #131313;
  }
  .template-1 h1, .template-1 h1 span {
    color: #002D46;
  }
  .template-1 h2 {
    color: #14287A;
    border-left: 10px solid #34489a;
  }
  .template-1 h3 {
    color: #131313;
  }
  .template-1 h4 {
    color: #333333;
  }
  .template-1 quote, .template-1 blockquote {
    background-color: #326D86;
    border: 1px solid #124d66;
    color: #333333;
  }
  .template-1 textarea:focus, .template-1 textarea:active {
    background-color: #ffffff;
  }
  .template-1 .body-header {
   background-color: #ffffff;
  }
  .template-1 .body-header .body-header-company {
    color: #535353;
  }
  .template-1 .body-header-company .client-company {
    color: #131313;
  }
  
  .template-1 .dtp-section-menubar {
    background-color: #ffffff;
    border-bottom: 8px solid #124d66;
  }
  .template-1 ul.dtp-menu li a {
    border: 1px solid #ffffff;
  }
  .template-1 ul.dtp-menu li a:hover, .template-1 ul.dtp-menu li a:focus {
    border: 1px solid #7488DA;
    box-shadow: 0 0 2px solid #5468BA;
    color: #535353;
  }
  .template-1 ul.dtp-menu li a:active {
    background-color: #528DA6;
    color: #B3B3B3;
  }
  .template-1 ul.dtp-menu li.dtp-menu-sel a {
    border: 1px solid #5468BA;
    background-color: #5468BA;
    color: #131313;
  }
  .template-1 .content-container {
    background-color: #ffffff;
  }
  .template-1 .client-banner {
    border-top: 20px solid #326D86;
    border-bottom: 20px solid #326D86;
  }
  .template-1 .dtp-section-title p {
    color: #535353;
  }
  .template-1 .dtp-section-menu-top {
    border-bottom: 1px dashed #5468BA;
  }
  .template-1 .dtp-section-menu-top a.link-back {
    color: #535353;
  }
  .template-1 .dtp-section-menu-top a.link-back:hover, .template-1 .dtp-section-menu-top a.link-back:focus {
    color: #333333;
  }
  .template-1 .dtp-section-menu-top a.link-back:active {
    color: #131313;
  }
  
  .template-1 .content-poweredby a {
     color: #535353;
  }
  .template-1 .footer-container {
    border-top: 3px solid #14287A;
    background-color: #34489a;
    background-image: linear-gradient(to bottom, #14287A, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a);
    color: #131313;
  }
  .template-1 .footer-links .footer-links-link a {
    color: #CDFFAB;
  }
  .template-1 .footer-links .footer-links-link a:hover, .template-1 .footer-links .footer-links-link a:focus {
    color: #333333;
  }
  .template-1 .footer-links .footer-links-link a:active {
    color: #131313;
  }
  .template-1 .footer-copyright {
    color: #131313;
  }
  .template-1 .dtp-section-notices {
    background-color: #EDFFCB;
  }
  .dtp-section-awarded {
    background-color: #CDFFAB;
  }
  .template-1 .row .col {
    background-color: #ffffff;
  }
  .template-1 .row-title .col {
    background-color: #34489a;
    color: #131313;
  }
  .template-1 .row .col a {
    color: #CDFFC0;
    text-decoration-color: #adf38b;
  }
  .template-1 .row .col a:hover, .template-1 .row .col a:focus {
    text-decoration-color: #CDFFC0;
  }
  .template-1 .row .col-date .not-stated {
    color: #adf38b;
  }
  .template-1 .setting-row .setting-preview img {
    background-color: rgba(250,250,250,0.2);
    border: 1px solid #34489a;
  }
  .template-1 .page-tender div.disclaimer {
    border-top: 1px dashed #326D86;
    color: #535353;
  }
  .template-1 .client-company {
    color: #535353;
  }
  .template-1 .page-home h1 span.client-company {
    background-color: #124d66;
    color: #ffffff;
  }
  .template-1 div.border  {
    border: 1px solid #34489a;
  }
  body.template-2 {
    background-color: #002D46;
    background-image: linear-gradient(to bottom, #002D46, #002D46, #14287A, #14287A);
  }
  .template-2 a {
    color: #0D5300;
  }
  .template-2 a:hover, .template-2 a:focus {
    color: #535353;
  }
  .template-2 a:active {
    color: #131313;
  }
  .template-2 h1, .template-2 h1 span {
    color: #002D46;
  }
  .template-2 h2 {
    color: #14287A;
    border-left: 10px solid #34489a;
  }
  .template-2 h3 {
    color: #131313;
  }
  .template-2 h4 {
    color: #333333;
  }
  .template-2 quote, .template-2 blockquote {
    background-color: #326D86;
    border: 1px solid #124d66;
    color: #333333;
  }
  .template-2 textarea:focus, .template-2 textarea:active {
    background-color: #ffffff;
  }
  .template-2 .body-container {
    background-color: #34489a;
    box-shadow: 0 0 3px #14287A;
  }
  .template-2 .body-header {
   background-color: #ffffff;
  }
  .template-2 .body-header .body-header-company {
    color: #34489a;
  }
  .template-2 .body-header-company .client-company {
    color: #002D46;
  }
  .template-2 .dtp-section-menubar {
    background-color: #124d66;
    background-image: linear-gradient(to bottom, #124d66, #326D86, #326D86, #326D86, #326D86, #326D86, #326D86, #326D86, #326D86, #326D86, #326D86);
    border-top: 1px solid #002D46;
    box-shadow: 0 2px 2px #002D46;
  }
  .template-2 .dtp-menubar-visitor h5, .template-2 .dtp-menubar-user h5 {
    color: #131313;
  }
  .template-2 ul.dtp-menu li a {
    border-right: 1px solid #7488DA;
    color: #CDFFAB;
  }
  .template-2 ul.dtp-menu li a:hover, .template-2 ul.dtp-menu li a:focus {
    background-color: #002D46;
    background-image: linear-gradient(to bottom, #002D46, #124d66, #124d66, #124d66, #124d66, #124d66, #124d66, #124d66, #124d66, #124d66, #124d66);
    color: #B3B3B3;
  }
  .template-2 ul.dtp-menu li a:active {
    background-color: #34489a;
    background-image: linear-gradient(to bottom, #14287A, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a);
    color: #CDFFAB;
  }
  .template-2 ul.dtp-menu li.dtp-menu-sel a {
    background-color: #34489a;
    background-image: linear-gradient(to bottom, #14287A, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a);
    color: #131313;
  }
  .template-2 .dtp-menubar-visitor ul.dtp-menu li a, .template-2 .dtp-menubar-user ul.dtp-menu li a {
  }
  .template-2 .dtp-menubar-user ul.dtp-menu li:first-child a, .template-2 .dtp-menubar-visitor ul.dtp-menu li:first-child a {
    border-left: 1px solid #7488DA;
  }
  .template-2 .content-container {
    background-color: #ffffff;
  }
  .template-2 .client-banner {
    border-bottom: 1px solid #34489a;
  }
  .template-2 .dtp-section-title p {
    color: #535353;
  }
  .template-2 .dtp-section-menu-top {
    border-bottom: 1px dashed #5468BA;
  }
  .template-2 .dtp-section-menu-top a.link-back {
    color: #535353;
  }
  .template-2 .dtp-section-menu-top a.link-back:hover, .template-2 .dtp-section-menu-top a.link-back:focus {
    color: #333333;
  }
  .template-2 .dtp-section-menu-top a.link-back:active {
    color: #131313;
  }
  .template-2 .content-poweredby a {
    color: #535353;
  }
  .template-2 .footer-container {
    border-top: 3px solid #14287A;
    background-color: #34489a;
    background-image: linear-gradient(to bottom, #14287A, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a, #34489a);
    color: #131313;
  }
  .template-2 .footer-links .footer-links-link a {
    color: #CDFFAB;
  }
  .template-2 .footer-links .footer-links-link a:hover, .template-2 .footer-links .footer-links-link a:focus {
    color: #333333;
  }
  .template-2 .footer-links .footer-links-link a:active {
    color: #131313;
  }
  .template-2 .footer-copyright {
    color: #131313;
  }
  .template-2 .dtp-section-notices {
    background-color: #EDFFCB;
  }
  .template-2 .dtp-section-awarded {
    background-color: #CDFFAB;
  }
  .template-2 .row .col {
    background-color: #ffffff;
  }
  .template-2 .row-title .col {
    background-color: #124d66;
    color: #B3B3B3;
  }
  .template-2 .row .col a {
   color: #CDFFC0;
   text-decoration-color: #adf38b;
  }
  .template-2 .row .col a:hover, .template-2 .row .col a:focus {
   text-decoration-color: #CDFFC0;
  }
  .template-2 .row .col-date .not-stated {
   color: #adf38b;
  }
  .template-2 .setting-row .setting-preview img {
   background-color: rgba(250,250,250,0.2);
   border: 1px solid #34489a;
  }
  .template-2 .page-tender div.disclaimer {
    border-top: 1px dashed #326D86;
    color: #535353;
  }
  .template-2 div.border {
    border: 1px solid #34489a;
  }

  .template-3 a {
    color: #0D5300;
  }
  .template-3 a:hover, .template-3 a:focus {
    color: #535353;
  }
  .template-3 a:active {
    color: #131313;
  }
  .template-3 h1, .template-3 h1 span {
    color: #535353;
  }
  .template-3 h2 {
    color: #131313;
  }
  .template-3 h3 {
    color: #131313;
  }
  .template-3 h4 {
    color: #333333;
  }
  .template-3 quote, .template-3 blockquote {
    background-color: #326D86;
    border: 1px solid #124d66;
    color: #333333;
  }
  .template-3 textarea:focus, .template-3 textarea:active {
    background-color: #ffffff;
  }
  .template-3 .body-header-company {
    color: #B3B3B3;
  }
  .template-3 .body-header-company .client-company {
    color: #B3B3B3;
  }
  .template-3 .content-sidebar {
    background-color: #5468BA;
    background-image: linear-gradient(130deg, #5468BA, #5468BA, #34489a);
    border-right: 1px solid #14287A;
    box-shadow: 0 0 3px #5468BA;
    color: #131313;
  }
  .template-3 .content-sidebar h2 {
    color: #131313;
  }
  .template-3 .content-sidebar h3 {
    color: #131313;
  }
  .template-3 ul.dtp-menu li a {
    border-left: 3px solid #5468BA;
    color: #CDFFAB;
  }
  .template-3 ul.dtp-menu li a:hover {
    border-left: 4px solid #34489a;
    color: #adf38b;
  }
  .template-3 ul.dtp-menu li.dtp-menu-sel a {
    border-left: 4px solid #14287A;
    background-color: #34489a;
    color: #adf38b;
  }
  .template-3 .dtp-section-menu-top {
    border-bottom: 1px dashed #5468BA;
  }
  .template-3 .dtp-section-menu-top a.link-back {
    color: #535353;
  }
  .template-3 .dtp-section-menu-top a.link-back:hover, .template-3 .dtp-section-menu-top a.link-back:focus {
    color: #333333;
  }
  .template-3 .dtp-section-menu-top a.link-back:active {
    color: #131313;
  }
  .template-3 .dtp-section-notices {
    background-color: #EDFFCB;
  }
  .template-3 .dtp-section-title h1 .client-company {
    color: #131313;
  }
  .template-3 .dtp-section-title p {
    color: #535353;
  }
  .template-3 .content-poweredby a {
    color: #535353;
  }
  .template-3 .footer-container {
    background-color: #34489a;
    border-top:1px solid #14287A;
    color: #131313;
  }
  .template-3 .footer-links .footer-links-link a {
    color: #CDFFAB;
  }
  .template-3 .footer-links .footer-links-link a:hover, .template-3 .footer-links .footer-links-link a:focus {
    color: #131313;
  }
  .template-3 .footer-links .footer-links-link a:active {
    color: #131313;
  }
  .template-3 .footer-copyright {
    color: #131313;
  }
   .template-3 .dtp-section-awarded {
    background-color: #CDFFAB;
  }
  .template-3 .row .col {
    background-color: #ffffff;
  }
  .template-3 .row-title .col {
    background-color: #002D46;
    color: #B3B3B3;
  }
  .template-3 .row .col a {
    color: #CDFFC0;
    text-decoration-color: #adf38b;
  }
  .template-3 .row .col a:hover, .template-3 .row .col a:focus {
    text-decoration-color: #CDFFC0;
  }
  .template-3 .row .col-date .not-stated {
    color: #adf38b;
  }
  .template-3 .setting-row .setting-preview img {
    background-color: rgba(250,250,250,0.2);
    border: 1px solid #34489a;
  }
  .template-3 .page-tender div.disclaimer {
    border-top: 1px dashed #326D86;
    color: #535353;
  }
  .template-3 div.border  {
    border: 1px solid #34489a;
  }

  body.template-4 {
    color: #333333;
  }
  body.template-4 {
    background-color: #002D46;
    background-image: linear-gradient(to bottom, #124d66, #124d66, #002D46, #002D46);
  }
  .template-4 a {
    color: #0D5300;
  }
  .template-4 a:hover, .template-4 a:focus {
    color: #535353;
  }
  .template-4 a:active {
    color: #131313;
  }
  .template-4 h1, .template-4 h1 span {
    color: #000D26;
  }
  .template-4 h2 {
    color: #00085A;
    border-left: 10px solid #34489a;
  }
  .template-4 h3 {
    color: #131313;
  }
  .template-4 h4 {
    color: #333333;
  }
  .template-4 quote, .template-4 blockquote {
    background-color: #326D86;
    border: 1px solid #124d66;
    color: #333333;
  }
  .template-4 textarea:focus, .template-4 textarea:active {
    background-color: #ffffff;
  }
  .template-4 .body-container {
    background-color: #ffffff;
    border: 1px solid #124d66;
    box-shadow: 0px 6px 15px #000D26;
  }
  .template-4 .body-header .body-header-company {
    color: #34489a;
  }
  .template-4 .body-header-company .client-company {
    color: #000D26;
  }
  .template-4 ul.dtp-menu li a {
    color: #0D5300;
  }
  .template-4 ul.dtp-menu li a:hover, .template-4 ul.dtp-menu li a:focus {
    background-color: #5468BA;
    color: #f6f6ff;
  }
  .template-4 ul.dtp-menu li a:active {
    background-color: #14287A;
    color: #f6f6ff;
  }
  .template-4 ul.dtp-menu li.dtp-menu-sel a {
    background-color: #34489a;
    color: #f0f0f6;
  }
  .template-4 .dtp-menubar-visitor h5, .template-4 .dtp-menubar-user h5 {
    color: #333333;
  }
  .template-4 .content-container {
    background-color: #ffffff;
  }
  .template-4 .dtp-section-title p {
    color: #535353;
  }
  .template-4 .dtp-section-menu-top {
    border-bottom: 1px dashed #5468BA;
  }
  .template-4 .dtp-section-menu-top a.link-back {
    color: #535353;
  }
  .template-4 .dtp-section-menu-top a.link-back:hover, .template-4 .dtp-section-menu-top a.link-back:focus {
    color: #333333;
  }
  .template-4 .dtp-section-menu-top a.link-back:active {
    color: #131313;
  }
  .template-4 .content-poweredby a {
    color: #535353;
  }
  .template-4 .footer-container {
    border-top: 1px solid #124d66;
    color: #B3B3B3;
  }
  .template-4 .footer-links .footer-links-link a {
    background-color: #002D46;
    color: #CDFFC0;
  }
  .template-4 .footer-links .footer-links-link a:hover, .template-4 .footer-links .footer-links-link a:focus {
    color: #B3B3B3;
  }
  .template-4 .footer-links .footer-links-link a:active {
    color: #B3B3B3;
  }
  .template-4 .footer-copyright {
    color: #B3B3B3;
    text-shadow: 0 0 6px #131313;
  }
  .template-4 .dtp-section-notices {
    background-color: #EDFFCB;
  }
   .dtp-section-awarded {
    background-color: #CDFFAB;
  }
  .template-4 .row .col {
    background-color: #ffffff;
  }
  .template-4 .row-title .col {
    background-color: #34489a;
    color: #f0f0f6;
  }
  .template-4 .row .col a {
   color: #0D5300;
   text-decoration-color: #adf38b;
  }
  .template-4 .row .col a:hover, .template-4 .row .col a:focus {
   text-decoration-color: #0D5300;
  }
  .template-4 .row .col a:active {
   text-decoration-color: #0D5300;
  }
  .template-4 .row .col-date .not-stated {
   color: #adf38b;
  }
  .template-4 .setting-row .setting-layout-box-sel {
    background-color: #adf38b;
  }
  .template-4 .setting-row .setting-layout-box-sel label {
    color: #131313;
  }
  .template-4 .setting-row .setting-preview img {
   background-color: rgba(250,250,250,0.2);
   border: 1px solid #34489a;
  }
  .template-4 .page-tender div.disclaimer {
    border-top: 1px dashed #326D86;
    color: #535353;
  }
  .template-4 .client-company {
    color: #535353;
  }
  .template-4 .lightbox-content {
    background: #ffffff;
    border: 3px solid #124d66;
    box-shadow: 0 0 9px #002D46;
  }
  .template-4 div.border  {
    border: 1px solid #34489a;
  }
} /* End IE 10+ Overrides */

