/*=======================================================*\
 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 14:33:15 
\*=======================================================*/

/* Define Colour Variables */
:root {
 /* Background Colours */
 --colour-background: #ffffff;
 --bg-colour-image: rgba(250,250,250,0.2);

 /* Theme Primary Colours */
 --colour-primary-bright: #5EEAFF;
 --colour-primary-light: #3ECAFF;
 --colour-primary: #1eaae6;
 --colour-primary-dark: #008AC6;
 --colour-primary-darker: #006AA6;
 --colour-primary-dull: #4C839A;

 /* Theme Secondary Colours */
 --colour-secondary-bright: #829269;
 --colour-secondary-light: #627249;
 --colour-secondary: #425229;
 --colour-secondary-dark: #223209;
 --colour-secondary-darker: #021200;
 --colour-secondary-dull: #5A6050;

 /* Theme Highlight Colours */
 --colour-highlight: #ffd0ae;
 --colour-highlight-bright: #FFFFEE;
 --colour-highlight-light: #FFF0CE;
 --colour-highlight-dark: #DFB08E;
 --colour-highlight-darker: #BF906E;
 --colour-highlight-dull: #A49284;

 /* Theme Text Colours */
 --colour-text: #535353;
 --colour-text-light: #737373;
 --colour-text-dark: #333333;
 --colour-text-link: #5F300E;
 --colour-text-link-hover: #5F300E;
 --colour-text-link-active: #5F300E;
 --colour-primary-text: #333333;
 --colour-primary-light-text: #333333;
 --colour-primary-dark-text: #333333;
 --colour-primary-link: #3F1000;
 --colour-primary-light-link: #3F1000;
 --colour-primary-dark-link: #3F1000;
 --colour-secondary-text: #B3B3B3;
 --colour-secondary-light-text: #333333;
 --colour-secondary-dark-text: #B3B3B3;
 --colour-secondary-link: #FFF0CE;
 --colour-secondary-light-link: #FFF0CE;
 --colour-secondary-dark-link: #FFF0CE;
 --colour-highlight-text: #333333;
 --colour-highlight-light-text: #333333;
 --colour-highlight-dark-text: #333333;
 --colour-highlight-link: #002A66;
 --colour-highlight-light-link: #002A66;
 --colour-highlight-dark-link: #002A66;

}


/* Colour Overrides for Internet Explorer 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html, body {
    background: #ffffff;
    color: #535353;
  }
  body {
    background-color: #ffffff;
  }

 .template-0 a {
   color: #5F300E;
 }
 .template-0 a:hover, a:focus {
   color: #737373;
 }
 .template-0 a:active {
   color: #333333;
 }
 .template-0 h1, .template-0 h1 span {
   color: #333333;
 }
 .template-0 h2 {
   color: #737373;
 }
 .template-0 h3 {
   color: #333333;
 }
 .template-0 h4 {
   color: #535353;
 }
 .template-0 quote, .template-0 blockquote {
   background-color: #3ECAFF;
   border: 1px solid #1eaae6;
   color: #535353;
 }
 .template-0 textarea:focus, .template-0 textarea:active {
   background-color: #ffffff;
 }
 .template-0 .body-header {
   background-color: #1eaae6;
   background-image: linear-gradient(to bottom right, #3ECAFF, #1eaae6, #1eaae6, #1eaae6, #008AC6);
   border-bottom: 1px solid #008AC6;
   box-shadow: 0 0 3px #3ECAFF;
 }
 .template-0 .content-menu {
   background-color: #ffffff;
 }
 .template-0 .dtp-section-menubar ul li, .template-0 #content .dtp-section-menubar ul li {
   color: #008AC6;
   border-left: 1px solid #5EEAFF;
 }
 .template-0 .dtp-section-menubar a {
   color: #5F300E;
 }
 .template-0 .dtp-menubar-visitor h5, .template-0 .dtp-menubar-user h5 {
   color: #737373;
 }
 .template-0 .dtp-section-menu-top {
   border-bottom: 1px dashed #627249;
 }
 .template-0 .dtp-section-notices {
   background-color: #FFFFEE;
 }
 .template-0 .dtp-section-title h1 .client-company {
   color: #333333;
 }
 .template-0 .dtp-section-title p {
   color: #737373;
 }
 .template-0 .content-poweredby a {
   color: #737373;
 }
 .template-0 .content-banner img {
   border: 1px solid #008AC6;
   box-shadow: 0 0 3px #3ECAFF;
 }
 .template-0 #footer {
   background-color: #425229;
   background-image: linear-gradient(to bottom, #223209, #425229, #425229, #425229, #425229, #425229, #425229);
   color: #B3B3B3;
 }
 .template-0 .footer-links span, .template-0 .footer-links a, .template-0 .footer-switch span, .template-0 .footer-switch a {
   color: #B3B3B3;
 }
 .template-0 .footer-links a:hover, .template-0 .footer-switch a:hover {
   color: #FFF0CE;
 }
  .dtp-section-awarded {
   background-color: #FFF0CE;
 }
 .template-0 .row .col {
   background-color: #ffffff;
 }
 .template-0 .row-title .col {
   background-color: #223209;
   color: #B3B3B3;
 }
 .template-0 .row .col a {
   color: #3F1000;
   text-decoration-color: #ffd0ae;
 }
 .template-0 .row .col a:hover, .template-0 .row .col a:focus {
   text-decoration-color: #3F1000;
 }
 .template-0 .row .col-date .not-stated {
   color: #ffd0ae;
 }
 .template-0 .setting-row .setting-preview img {
   background-color: rgba(250,250,250,0.2);
   border: 1px solid #425229;
 }
 .template-0 .page-tender div.disclaimer {
   border-top: 1px dashed #3ECAFF;
   color: #737373;
 }
 .template-0 div.border  {
   border: 1px solid #425229;
 }

  .template-1 a {
    color: #5F300E;
  }
  .template-1 a:hover, .template-1 a:focus {
    color: #737373;
  }
  .template-1 a:active {
    color: #333333;
  }
  .template-1 h1, .template-1 h1 span {
    color: #008AC6;
  }
  .template-1 h2 {
    color: #223209;
    border-left: 10px solid #425229;
  }
  .template-1 h3 {
    color: #333333;
  }
  .template-1 h4 {
    color: #535353;
  }
  .template-1 quote, .template-1 blockquote {
    background-color: #3ECAFF;
    border: 1px solid #1eaae6;
    color: #535353;
  }
  .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: #737373;
  }
  .template-1 .body-header-company .client-company {
    color: #333333;
  }
  
  .template-1 .dtp-section-menubar {
    background-color: #ffffff;
    border-bottom: 8px solid #1eaae6;
  }
  .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 #829269;
    box-shadow: 0 0 2px solid #627249;
    color: #737373;
  }
  .template-1 ul.dtp-menu li a:active {
    background-color: #5EEAFF;
    color: #333333;
  }
  .template-1 ul.dtp-menu li.dtp-menu-sel a {
    border: 1px solid #627249;
    background-color: #627249;
    color: #B3B3B3;
  }
  .template-1 .content-container {
    background-color: #ffffff;
  }
  .template-1 .client-banner {
    border-top: 20px solid #3ECAFF;
    border-bottom: 20px solid #3ECAFF;
  }
  .template-1 .dtp-section-title p {
    color: #737373;
  }
  .template-1 .dtp-section-menu-top {
    border-bottom: 1px dashed #627249;
  }
  .template-1 .dtp-section-menu-top a.link-back {
    color: #737373;
  }
  .template-1 .dtp-section-menu-top a.link-back:hover, .template-1 .dtp-section-menu-top a.link-back:focus {
    color: #535353;
  }
  .template-1 .dtp-section-menu-top a.link-back:active {
    color: #333333;
  }
  
  .template-1 .content-poweredby a {
     color: #737373;
  }
  .template-1 .footer-container {
    border-top: 3px solid #223209;
    background-color: #425229;
    background-image: linear-gradient(to bottom, #223209, #425229, #425229, #425229, #425229, #425229, #425229, #425229, #425229, #425229, #425229, #425229);
    color: #B3B3B3;
  }
  .template-1 .footer-links .footer-links-link a {
    color: #FFF0CE;
  }
  .template-1 .footer-links .footer-links-link a:hover, .template-1 .footer-links .footer-links-link a:focus {
    color: #535353;
  }
  .template-1 .footer-links .footer-links-link a:active {
    color: #333333;
  }
  .template-1 .footer-copyright {
    color: #B3B3B3;
  }
  .template-1 .dtp-section-notices {
    background-color: #FFFFEE;
  }
  .dtp-section-awarded {
    background-color: #FFF0CE;
  }
  .template-1 .row .col {
    background-color: #ffffff;
  }
  .template-1 .row-title .col {
    background-color: #425229;
    color: #B3B3B3;
  }
  .template-1 .row .col a {
    color: #3F1000;
    text-decoration-color: #ffd0ae;
  }
  .template-1 .row .col a:hover, .template-1 .row .col a:focus {
    text-decoration-color: #3F1000;
  }
  .template-1 .row .col-date .not-stated {
    color: #ffd0ae;
  }
  .template-1 .setting-row .setting-preview img {
    background-color: rgba(250,250,250,0.2);
    border: 1px solid #425229;
  }
  .template-1 .page-tender div.disclaimer {
    border-top: 1px dashed #3ECAFF;
    color: #737373;
  }
  .template-1 .client-company {
    color: #737373;
  }
  .template-1 .page-home h1 span.client-company {
    background-color: #1eaae6;
    color: #ffffff;
  }
  .template-1 div.border  {
    border: 1px solid #425229;
  }
  body.template-2 {
    background-color: #008AC6;
    background-image: linear-gradient(to bottom, #008AC6, #008AC6, #223209, #223209);
  }
  .template-2 a {
    color: #5F300E;
  }
  .template-2 a:hover, .template-2 a:focus {
    color: #737373;
  }
  .template-2 a:active {
    color: #333333;
  }
  .template-2 h1, .template-2 h1 span {
    color: #008AC6;
  }
  .template-2 h2 {
    color: #223209;
    border-left: 10px solid #425229;
  }
  .template-2 h3 {
    color: #333333;
  }
  .template-2 h4 {
    color: #535353;
  }
  .template-2 quote, .template-2 blockquote {
    background-color: #3ECAFF;
    border: 1px solid #1eaae6;
    color: #535353;
  }
  .template-2 textarea:focus, .template-2 textarea:active {
    background-color: #ffffff;
  }
  .template-2 .body-container {
    background-color: #425229;
    box-shadow: 0 0 3px #223209;
  }
  .template-2 .body-header {
   background-color: #ffffff;
  }
  .template-2 .body-header .body-header-company {
    color: #425229;
  }
  .template-2 .body-header-company .client-company {
    color: #008AC6;
  }
  .template-2 .dtp-section-menubar {
    background-color: #1eaae6;
    background-image: linear-gradient(to bottom, #1eaae6, #3ECAFF, #3ECAFF, #3ECAFF, #3ECAFF, #3ECAFF, #3ECAFF, #3ECAFF, #3ECAFF, #3ECAFF, #3ECAFF);
    border-top: 1px solid #008AC6;
    box-shadow: 0 2px 2px #008AC6;
  }
  .template-2 .dtp-menubar-visitor h5, .template-2 .dtp-menubar-user h5 {
    color: #B3B3B3;
  }
  .template-2 ul.dtp-menu li a {
    border-right: 1px solid #829269;
    color: #FFF0CE;
  }
  .template-2 ul.dtp-menu li a:hover, .template-2 ul.dtp-menu li a:focus {
    background-color: #008AC6;
    background-image: linear-gradient(to bottom, #008AC6, #1eaae6, #1eaae6, #1eaae6, #1eaae6, #1eaae6, #1eaae6, #1eaae6, #1eaae6, #1eaae6, #1eaae6);
    color: #333333;
  }
  .template-2 ul.dtp-menu li a:active {
    background-color: #425229;
    background-image: linear-gradient(to bottom, #223209, #425229, #425229, #425229, #425229, #425229, #425229, #425229, #425229, #425229, #425229);
    color: #FFF0CE;
  }
  .template-2 ul.dtp-menu li.dtp-menu-sel a {
    background-color: #425229;
    background-image: linear-gradient(to bottom, #223209, #425229, #425229, #425229, #425229, #425229, #425229, #425229, #425229, #425229, #425229);
    color: #B3B3B3;
  }
  .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 #829269;
  }
  .template-2 .content-container {
    background-color: #ffffff;
  }
  .template-2 .client-banner {
    border-bottom: 1px solid #425229;
  }
  .template-2 .dtp-section-title p {
    color: #737373;
  }
  .template-2 .dtp-section-menu-top {
    border-bottom: 1px dashed #627249;
  }
  .template-2 .dtp-section-menu-top a.link-back {
    color: #737373;
  }
  .template-2 .dtp-section-menu-top a.link-back:hover, .template-2 .dtp-section-menu-top a.link-back:focus {
    color: #535353;
  }
  .template-2 .dtp-section-menu-top a.link-back:active {
    color: #333333;
  }
  .template-2 .content-poweredby a {
    color: #737373;
  }
  .template-2 .footer-container {
    border-top: 3px solid #223209;
    background-color: #425229;
    background-image: linear-gradient(to bottom, #223209, #425229, #425229, #425229, #425229, #425229, #425229, #425229, #425229, #425229, #425229, #425229);
    color: #B3B3B3;
  }
  .template-2 .footer-links .footer-links-link a {
    color: #FFF0CE;
  }
  .template-2 .footer-links .footer-links-link a:hover, .template-2 .footer-links .footer-links-link a:focus {
    color: #535353;
  }
  .template-2 .footer-links .footer-links-link a:active {
    color: #333333;
  }
  .template-2 .footer-copyright {
    color: #B3B3B3;
  }
  .template-2 .dtp-section-notices {
    background-color: #FFFFEE;
  }
  .template-2 .dtp-section-awarded {
    background-color: #FFF0CE;
  }
  .template-2 .row .col {
    background-color: #ffffff;
  }
  .template-2 .row-title .col {
    background-color: #1eaae6;
    color: #333333;
  }
  .template-2 .row .col a {
   color: #3F1000;
   text-decoration-color: #ffd0ae;
  }
  .template-2 .row .col a:hover, .template-2 .row .col a:focus {
   text-decoration-color: #3F1000;
  }
  .template-2 .row .col-date .not-stated {
   color: #ffd0ae;
  }
  .template-2 .setting-row .setting-preview img {
   background-color: rgba(250,250,250,0.2);
   border: 1px solid #425229;
  }
  .template-2 .page-tender div.disclaimer {
    border-top: 1px dashed #3ECAFF;
    color: #737373;
  }
  .template-2 div.border {
    border: 1px solid #425229;
  }

  .template-3 a {
    color: #5F300E;
  }
  .template-3 a:hover, .template-3 a:focus {
    color: #737373;
  }
  .template-3 a:active {
    color: #333333;
  }
  .template-3 h1, .template-3 h1 span {
    color: #737373;
  }
  .template-3 h2 {
    color: #333333;
  }
  .template-3 h3 {
    color: #333333;
  }
  .template-3 h4 {
    color: #535353;
  }
  .template-3 quote, .template-3 blockquote {
    background-color: #3ECAFF;
    border: 1px solid #1eaae6;
    color: #535353;
  }
  .template-3 textarea:focus, .template-3 textarea:active {
    background-color: #ffffff;
  }
  .template-3 .body-header-company {
    color: #333333;
  }
  .template-3 .body-header-company .client-company {
    color: #333333;
  }
  .template-3 .content-sidebar {
    background-color: #627249;
    background-image: linear-gradient(130deg, #627249, #627249, #425229);
    border-right: 1px solid #223209;
    box-shadow: 0 0 3px #627249;
    color: #B3B3B3;
  }
  .template-3 .content-sidebar h2 {
    color: #B3B3B3;
  }
  .template-3 .content-sidebar h3 {
    color: #B3B3B3;
  }
  .template-3 ul.dtp-menu li a {
    border-left: 3px solid #627249;
    color: #FFF0CE;
  }
  .template-3 ul.dtp-menu li a:hover {
    border-left: 4px solid #425229;
    color: #ffd0ae;
  }
  .template-3 ul.dtp-menu li.dtp-menu-sel a {
    border-left: 4px solid #223209;
    background-color: #425229;
    color: #ffd0ae;
  }
  .template-3 .dtp-section-menu-top {
    border-bottom: 1px dashed #627249;
  }
  .template-3 .dtp-section-menu-top a.link-back {
    color: #737373;
  }
  .template-3 .dtp-section-menu-top a.link-back:hover, .template-3 .dtp-section-menu-top a.link-back:focus {
    color: #535353;
  }
  .template-3 .dtp-section-menu-top a.link-back:active {
    color: #333333;
  }
  .template-3 .dtp-section-notices {
    background-color: #FFFFEE;
  }
  .template-3 .dtp-section-title h1 .client-company {
    color: #333333;
  }
  .template-3 .dtp-section-title p {
    color: #737373;
  }
  .template-3 .content-poweredby a {
    color: #737373;
  }
  .template-3 .footer-container {
    background-color: #425229;
    border-top:1px solid #223209;
    color: #B3B3B3;
  }
  .template-3 .footer-links .footer-links-link a {
    color: #FFF0CE;
  }
  .template-3 .footer-links .footer-links-link a:hover, .template-3 .footer-links .footer-links-link a:focus {
    color: #B3B3B3;
  }
  .template-3 .footer-links .footer-links-link a:active {
    color: #B3B3B3;
  }
  .template-3 .footer-copyright {
    color: #B3B3B3;
  }
   .template-3 .dtp-section-awarded {
    background-color: #FFF0CE;
  }
  .template-3 .row .col {
    background-color: #ffffff;
  }
  .template-3 .row-title .col {
    background-color: #008AC6;
    color: #333333;
  }
  .template-3 .row .col a {
    color: #3F1000;
    text-decoration-color: #ffd0ae;
  }
  .template-3 .row .col a:hover, .template-3 .row .col a:focus {
    text-decoration-color: #3F1000;
  }
  .template-3 .row .col-date .not-stated {
    color: #ffd0ae;
  }
  .template-3 .setting-row .setting-preview img {
    background-color: rgba(250,250,250,0.2);
    border: 1px solid #425229;
  }
  .template-3 .page-tender div.disclaimer {
    border-top: 1px dashed #3ECAFF;
    color: #737373;
  }
  .template-3 div.border  {
    border: 1px solid #425229;
  }

  body.template-4 {
    color: #535353;
  }
  body.template-4 {
    background-color: #008AC6;
    background-image: linear-gradient(to bottom, #1eaae6, #1eaae6, #008AC6, #008AC6);
  }
  .template-4 a {
    color: #5F300E;
  }
  .template-4 a:hover, .template-4 a:focus {
    color: #737373;
  }
  .template-4 a:active {
    color: #333333;
  }
  .template-4 h1, .template-4 h1 span {
    color: #006AA6;
  }
  .template-4 h2 {
    color: #021200;
    border-left: 10px solid #425229;
  }
  .template-4 h3 {
    color: #333333;
  }
  .template-4 h4 {
    color: #535353;
  }
  .template-4 quote, .template-4 blockquote {
    background-color: #3ECAFF;
    border: 1px solid #1eaae6;
    color: #535353;
  }
  .template-4 textarea:focus, .template-4 textarea:active {
    background-color: #ffffff;
  }
  .template-4 .body-container {
    background-color: #ffffff;
    border: 1px solid #1eaae6;
    box-shadow: 0px 6px 15px #006AA6;
  }
  .template-4 .body-header .body-header-company {
    color: #425229;
  }
  .template-4 .body-header-company .client-company {
    color: #006AA6;
  }
  .template-4 ul.dtp-menu li a {
    color: #5F300E;
  }
  .template-4 ul.dtp-menu li a:hover, .template-4 ul.dtp-menu li a:focus {
    background-color: #627249;
    color: #B3B3B3;
  }
  .template-4 ul.dtp-menu li a:active {
    background-color: #223209;
    color: #FFF0CE;
  }
  .template-4 ul.dtp-menu li.dtp-menu-sel a {
    background-color: #425229;
    color: #B3B3B3;
  }
  .template-4 .dtp-menubar-visitor h5, .template-4 .dtp-menubar-user h5 {
    color: #535353;
  }
  .template-4 .content-container {
    background-color: #ffffff;
  }
  .template-4 .dtp-section-title p {
    color: #737373;
  }
  .template-4 .dtp-section-menu-top {
    border-bottom: 1px dashed #627249;
  }
  .template-4 .dtp-section-menu-top a.link-back {
    color: #737373;
  }
  .template-4 .dtp-section-menu-top a.link-back:hover, .template-4 .dtp-section-menu-top a.link-back:focus {
    color: #535353;
  }
  .template-4 .dtp-section-menu-top a.link-back:active {
    color: #333333;
  }
  .template-4 .content-poweredby a {
    color: #737373;
  }
  .template-4 .footer-container {
    border-top: 1px solid #1eaae6;
    color: #333333;
  }
  .template-4 .footer-links .footer-links-link a {
    background-color: #008AC6;
    color: #3F1000;
  }
  .template-4 .footer-links .footer-links-link a:hover, .template-4 .footer-links .footer-links-link a:focus {
    color: #333333;
  }
  .template-4 .footer-links .footer-links-link a:active {
    color: #333333;
  }
  .template-4 .footer-copyright {
    color: #333333;
    text-shadow: 0 0 6px #333333;
  }
  .template-4 .dtp-section-notices {
    background-color: #FFFFEE;
  }
   .dtp-section-awarded {
    background-color: #FFF0CE;
  }
  .template-4 .row .col {
    background-color: #ffffff;
  }
  .template-4 .row-title .col {
    background-color: #425229;
    color: #B3B3B3;
  }
  .template-4 .row .col a {
   color: #5F300E;
   text-decoration-color: #ffd0ae;
  }
  .template-4 .row .col a:hover, .template-4 .row .col a:focus {
   text-decoration-color: #5F300E;
  }
  .template-4 .row .col a:active {
   text-decoration-color: #5F300E;
  }
  .template-4 .row .col-date .not-stated {
   color: #ffd0ae;
  }
  .template-4 .setting-row .setting-layout-box-sel {
    background-color: #ffd0ae;
  }
  .template-4 .setting-row .setting-layout-box-sel label {
    color: #333333;
  }
  .template-4 .setting-row .setting-preview img {
   background-color: rgba(250,250,250,0.2);
   border: 1px solid #425229;
  }
  .template-4 .page-tender div.disclaimer {
    border-top: 1px dashed #3ECAFF;
    color: #737373;
  }
  .template-4 .client-company {
    color: #737373;
  }
  .template-4 .lightbox-content {
    background: #ffffff;
    border: 3px solid #1eaae6;
    box-shadow: 0 0 9px #008AC6;
  }
  .template-4 div.border  {
    border: 1px solid #425229;
  }
} /* End IE 10+ Overrides */

