/*=======================================================*\
 ABOUT: DTP theme override stylesheet for CompanyName 
 AUTHOR: Andrew Moran 
 COPYRIGHT: (c) 2018 - Information Network Fully Online Pty Ltd. All Rights Reserved. 
 UPDATED: 16/10/2018 15:05:17 
\*=======================================================*/

/* Define Colour Variables */
:root {
 /* Background Colours */
 --colour-background: #ffffff;
 --bg-colour-image: rgba(250,250,250,0.2);

 /* Theme Primary Colours */
 --colour-primary-bright: #EE6C40;
 --colour-primary-light: #CE4C20;
 --colour-primary: #ae2c00;
 --colour-primary-dark: #8E0C00;
 --colour-primary-darker: #6E0000;
 --colour-primary-dull: #845140;

 /* Theme Secondary Colours */
 --colour-secondary-bright: #828282;
 --colour-secondary-light: #626262;
 --colour-secondary: #424242;
 --colour-secondary-dark: #222222;
 --colour-secondary-darker: #020202;
 --colour-secondary-dull: #5A5A5A;

 /* Theme Highlight Colours */
 --colour-highlight: #fcd68f;
 --colour-highlight-bright: #FFFFCF;
 --colour-highlight-light: #FFF6AF;
 --colour-highlight-dark: #DCB66F;
 --colour-highlight-darker: #BC964F;
 --colour-highlight-dull: #A39478;

 /* Theme Text Colours */
 --colour-text: #333333;
 --colour-text-light: #535353;
 --colour-text-dark: #131313;
 --colour-text-link: #5C3600;
 --colour-text-link-hover: #5C3600;
 --colour-text-link-active: #5C3600;
 --colour-primary-text: #ECECEC;
 --colour-primary-light-text: #131313;
 --colour-primary-dark-text: #ECECEC;
 --colour-primary-link: #C3E9FF;
 --colour-primary-light-link: #3C1600;
 --colour-primary-dark-link: #C3E9FF;
 --colour-secondary-text: #ECECEC;
 --colour-secondary-light-text: #131313;
 --colour-secondary-dark-text: #ECECEC;
 --colour-secondary-link: #FFF6AF;
 --colour-secondary-light-link: #000950;
 --colour-secondary-dark-link: #FFF6AF;
 --colour-highlight-text: #131313;
 --colour-highlight-light-text: #131313;
 --colour-highlight-dark-text: #131313;
 --colour-highlight-link: #8E0C00;
 --colour-highlight-light-link: #8E0C00;
 --colour-highlight-dark-link: #8E0C00;

}


/* 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: #5C3600;
 }
 .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: #CE4C20;
   border: 1px solid #ae2c00;
   color: #333333;
 }
 .template-0 textarea:focus, .template-0 textarea:active {
   background-color: #ffffff;
 }
 .template-0 .body-header {
   background-color: #ae2c00;
   background-image: linear-gradient(to bottom right, #CE4C20, #ae2c00, #ae2c00, #ae2c00, #8E0C00);
   border-bottom: 1px solid #8E0C00;
   box-shadow: 0 0 3px #CE4C20;
 }
 .template-0 .content-menu {
   background-color: #ffffff;
 }
 .template-0 .dtp-section-menubar ul li, .template-0 #content .dtp-section-menubar ul li {
   color: #8E0C00;
   border-left: 1px solid #EE6C40;
 }
 .template-0 .dtp-section-menubar a {
   color: #5C3600;
 }
 .template-0 .dtp-menubar-visitor h5, .template-0 .dtp-menubar-user h5 {
   color: #535353;
 }
 .template-0 .dtp-section-menu-top {
   border-bottom: 1px dashed #626262;
 }
 .template-0 .dtp-section-notices {
   background-color: #FFFFCF;
 }
 .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 #8E0C00;
   box-shadow: 0 0 3px #CE4C20;
 }
 .template-0 #footer {
   background-color: #424242;
   background-image: linear-gradient(to bottom, #222222, #424242, #424242, #424242, #424242, #424242, #424242);
   color: #ECECEC;
 }
 .template-0 .footer-links span, .template-0 .footer-links a, .template-0 .footer-switch span, .template-0 .footer-switch a {
   color: #ECECEC;
 }
 .template-0 .footer-links a:hover, .template-0 .footer-switch a:hover {
   color: #FFF6AF;
 }
  .dtp-section-awarded {
   background-color: #FFF6AF;
 }
 .template-0 .row .col {
   background-color: #ffffff;
 }
 .template-0 .row-title .col {
   background-color: #222222;
   color: #ECECEC;
 }
 .template-0 .row .col a {
   color: #C3E9FF;
   text-decoration-color: #fcd68f;
 }
 .template-0 .row .col a:hover, .template-0 .row .col a:focus {
   text-decoration-color: #C3E9FF;
 }
 .template-0 .row .col-date .not-stated {
   color: #fcd68f;
 }
 .template-0 .setting-row .setting-preview img {
   background-color: rgba(250,250,250,0.2);
   border: 1px solid #424242;
 }
 .template-0 .page-tender div.disclaimer {
   border-top: 1px dashed #CE4C20;
   color: #535353;
 }
 .template-0 div.border  {
   border: 1px solid #424242;
 }

  .template-1 a {
    color: #5C3600;
  }
  .template-1 a:hover, .template-1 a:focus {
    color: #535353;
  }
  .template-1 a:active {
    color: #131313;
  }
  .template-1 h1, .template-1 h1 span {
    color: #8E0C00;
  }
  .template-1 h2 {
    color: #222222;
    border-left: 10px solid #424242;
  }
  .template-1 h3 {
    color: #131313;
  }
  .template-1 h4 {
    color: #333333;
  }
  .template-1 quote, .template-1 blockquote {
    background-color: #CE4C20;
    border: 1px solid #ae2c00;
    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 #ae2c00;
  }
  .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 #828282;
    box-shadow: 0 0 2px solid #626262;
    color: #535353;
  }
  .template-1 ul.dtp-menu li a:active {
    background-color: #EE6C40;
    color: #ECECEC;
  }
  .template-1 ul.dtp-menu li.dtp-menu-sel a {
    border: 1px solid #626262;
    background-color: #626262;
    color: #ECECEC;
  }
  .template-1 .content-container {
    background-color: #ffffff;
  }
  .template-1 .client-banner {
    border-top: 20px solid #CE4C20;
    border-bottom: 20px solid #CE4C20;
  }
  .template-1 .dtp-section-title p {
    color: #535353;
  }
  .template-1 .dtp-section-menu-top {
    border-bottom: 1px dashed #626262;
  }
  .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 #222222;
    background-color: #424242;
    background-image: linear-gradient(to bottom, #222222, #424242, #424242, #424242, #424242, #424242, #424242, #424242, #424242, #424242, #424242, #424242);
    color: #ECECEC;
  }
  .template-1 .footer-links .footer-links-link a {
    color: #FFF6AF;
  }
  .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: #ECECEC;
  }
  .template-1 .dtp-section-notices {
    background-color: #FFFFCF;
  }
  .dtp-section-awarded {
    background-color: #FFF6AF;
  }
  .template-1 .row .col {
    background-color: #ffffff;
  }
  .template-1 .row-title .col {
    background-color: #424242;
    color: #ECECEC;
  }
  .template-1 .row .col a {
    color: #C3E9FF;
    text-decoration-color: #fcd68f;
  }
  .template-1 .row .col a:hover, .template-1 .row .col a:focus {
    text-decoration-color: #C3E9FF;
  }
  .template-1 .row .col-date .not-stated {
    color: #fcd68f;
  }
  .template-1 .setting-row .setting-preview img {
    background-color: rgba(250,250,250,0.2);
    border: 1px solid #424242;
  }
  .template-1 .page-tender div.disclaimer {
    border-top: 1px dashed #CE4C20;
    color: #535353;
  }
  .template-1 .client-company {
    color: #535353;
  }
  .template-1 .page-home h1 span.client-company {
    background-color: #ae2c00;
    color: #ffffff;
  }
  .template-1 div.border  {
    border: 1px solid #424242;
  }
  body.template-2 {
    background-color: #8E0C00;
    background-image: linear-gradient(to bottom, #8E0C00, #8E0C00, #222222, #222222);
  }
  .template-2 a {
    color: #5C3600;
  }
  .template-2 a:hover, .template-2 a:focus {
    color: #535353;
  }
  .template-2 a:active {
    color: #131313;
  }
  .template-2 h1, .template-2 h1 span {
    color: #8E0C00;
  }
  .template-2 h2 {
    color: #222222;
    border-left: 10px solid #424242;
  }
  .template-2 h3 {
    color: #131313;
  }
  .template-2 h4 {
    color: #333333;
  }
  .template-2 quote, .template-2 blockquote {
    background-color: #CE4C20;
    border: 1px solid #ae2c00;
    color: #333333;
  }
  .template-2 textarea:focus, .template-2 textarea:active {
    background-color: #ffffff;
  }
  .template-2 .body-container {
    background-color: #424242;
    box-shadow: 0 0 3px #222222;
  }
  .template-2 .body-header {
   background-color: #ffffff;
  }
  .template-2 .body-header .body-header-company {
    color: #424242;
  }
  .template-2 .body-header-company .client-company {
    color: #8E0C00;
  }
  .template-2 .dtp-section-menubar {
    background-color: #ae2c00;
    background-image: linear-gradient(to bottom, #ae2c00, #CE4C20, #CE4C20, #CE4C20, #CE4C20, #CE4C20, #CE4C20, #CE4C20, #CE4C20, #CE4C20, #CE4C20);
    border-top: 1px solid #8E0C00;
    box-shadow: 0 2px 2px #8E0C00;
  }
  .template-2 .dtp-menubar-visitor h5, .template-2 .dtp-menubar-user h5 {
    color: #ECECEC;
  }
  .template-2 ul.dtp-menu li a {
    border-right: 1px solid #828282;
    color: #FFF6AF;
  }
  .template-2 ul.dtp-menu li a:hover, .template-2 ul.dtp-menu li a:focus {
    background-color: #8E0C00;
    background-image: linear-gradient(to bottom, #8E0C00, #ae2c00, #ae2c00, #ae2c00, #ae2c00, #ae2c00, #ae2c00, #ae2c00, #ae2c00, #ae2c00, #ae2c00);
    color: #ECECEC;
  }
  .template-2 ul.dtp-menu li a:active {
    background-color: #424242;
    background-image: linear-gradient(to bottom, #222222, #424242, #424242, #424242, #424242, #424242, #424242, #424242, #424242, #424242, #424242);
    color: #FFF6AF;
  }
  .template-2 ul.dtp-menu li.dtp-menu-sel a {
    background-color: #424242;
    background-image: linear-gradient(to bottom, #222222, #424242, #424242, #424242, #424242, #424242, #424242, #424242, #424242, #424242, #424242);
    color: #ECECEC;
  }
  .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 #828282;
  }
  .template-2 .content-container {
    background-color: #ffffff;
  }
  .template-2 .client-banner {
    border-bottom: 1px solid #424242;
  }
  .template-2 .dtp-section-title p {
    color: #535353;
  }
  .template-2 .dtp-section-menu-top {
    border-bottom: 1px dashed #626262;
  }
  .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 #222222;
    background-color: #424242;
    background-image: linear-gradient(to bottom, #222222, #424242, #424242, #424242, #424242, #424242, #424242, #424242, #424242, #424242, #424242, #424242);
    color: #ECECEC;
  }
  .template-2 .footer-links .footer-links-link a {
    color: #FFF6AF;
  }
  .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: #ECECEC;
  }
  .template-2 .dtp-section-notices {
    background-color: #FFFFCF;
  }
  .template-2 .dtp-section-awarded {
    background-color: #FFF6AF;
  }
  .template-2 .row .col {
    background-color: #ffffff;
  }
  .template-2 .row-title .col {
    background-color: #ae2c00;
    color: #ECECEC;
  }
  .template-2 .row .col a {
   color: #C3E9FF;
   text-decoration-color: #fcd68f;
  }
  .template-2 .row .col a:hover, .template-2 .row .col a:focus {
   text-decoration-color: #C3E9FF;
  }
  .template-2 .row .col-date .not-stated {
   color: #fcd68f;
  }
  .template-2 .setting-row .setting-preview img {
   background-color: rgba(250,250,250,0.2);
   border: 1px solid #424242;
  }
  .template-2 .page-tender div.disclaimer {
    border-top: 1px dashed #CE4C20;
    color: #535353;
  }
  .template-2 div.border {
    border: 1px solid #424242;
  }

  .template-3 a {
    color: #5C3600;
  }
  .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: #CE4C20;
    border: 1px solid #ae2c00;
    color: #333333;
  }
  .template-3 textarea:focus, .template-3 textarea:active {
    background-color: #ffffff;
  }
  .template-3 .body-header-company {
    color: #ECECEC;
  }
  .template-3 .body-header-company .client-company {
    color: #ECECEC;
  }
  .template-3 .content-sidebar {
    background-color: #626262;
    background-image: linear-gradient(130deg, #626262, #626262, #424242);
    border-right: 1px solid #222222;
    box-shadow: 0 0 3px #626262;
    color: #ECECEC;
  }
  .template-3 .content-sidebar h2 {
    color: #ECECEC;
  }
  .template-3 .content-sidebar h3 {
    color: #ECECEC;
  }
  .template-3 ul.dtp-menu li a {
    border-left: 3px solid #626262;
    color: #FFF6AF;
  }
  .template-3 ul.dtp-menu li a:hover {
    border-left: 4px solid #424242;
    color: #fcd68f;
  }
  .template-3 ul.dtp-menu li.dtp-menu-sel a {
    border-left: 4px solid #222222;
    background-color: #424242;
    color: #fcd68f;
  }
  .template-3 .dtp-section-menu-top {
    border-bottom: 1px dashed #626262;
  }
  .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: #FFFFCF;
  }
  .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: #424242;
    border-top:1px solid #222222;
    color: #ECECEC;
  }
  .template-3 .footer-links .footer-links-link a {
    color: #FFF6AF;
  }
  .template-3 .footer-links .footer-links-link a:hover, .template-3 .footer-links .footer-links-link a:focus {
    color: #ECECEC;
  }
  .template-3 .footer-links .footer-links-link a:active {
    color: #ECECEC;
  }
  .template-3 .footer-copyright {
    color: #ECECEC;
  }
   .template-3 .dtp-section-awarded {
    background-color: #FFF6AF;
  }
  .template-3 .row .col {
    background-color: #ffffff;
  }
  .template-3 .row-title .col {
    background-color: #8E0C00;
    color: #ECECEC;
  }
  .template-3 .row .col a {
    color: #C3E9FF;
    text-decoration-color: #fcd68f;
  }
  .template-3 .row .col a:hover, .template-3 .row .col a:focus {
    text-decoration-color: #C3E9FF;
  }
  .template-3 .row .col-date .not-stated {
    color: #fcd68f;
  }
  .template-3 .setting-row .setting-preview img {
    background-color: rgba(250,250,250,0.2);
    border: 1px solid #424242;
  }
  .template-3 .page-tender div.disclaimer {
    border-top: 1px dashed #CE4C20;
    color: #535353;
  }
  .template-3 div.border  {
    border: 1px solid #424242;
  }

} /* End IE 10+ Overrides */

