// -- program names
// Compost
// Recycling
// DomesticW
// Bulkies
// HazardousW
// Recovery

// -- program color names
@programCompost: #7c4900;
@programCompost: #7c4b1e;
@programRecycling: #005e89;
@programDomesticW: #1e5b38;
@programDomesticW: #1f5c38;
@programBulkies: #c48728;
@programBulkies: #C0832B;
@programHazardousW: #d44227;
@programRecovery: #4b9b9b;
@programDetailBG: #ffffff;
@programBG: #d3debb;
@programBG: #cedeba;
@greenApple: #7ea73f;
@greenApple: #7da53f;
@greenTrash: #1e5b38;
@greenTrash: #25763b;
@greenFir: #a3d65c;
@white: #ffffff;
//collection route sections
@section1:#f0da4e;
@section2:#f8efb2;

// text related
.navBtnPg {
  margin-left: 20px;
  margin-bottom: 0px;
  color: #ffffff;
}

.noPadding {
  padding: 0px;
}

.noMargin {
  margin: 0px;
}

.noMarginBottom {
  margin-bottom: 0px;
}

.padding10 {
  padding: 10px;
}

.padding20 {
  padding: 20px;
}

.padding10T {
  padding-top: 10px;
}

.padding20R {
  padding-right: 20px;
}

.padding20L {
  padding-left: 20px;
}

.padding20B {
  padding-bottom: 20px;
}

.padding40L {
  padding-left: 40px;
}

.padding10LR {
  padding-left: 10px;
  padding-right: 10px;
}

.padding20LR {
  padding-left: 20px;
  padding-right: 20px;
}

.bannerFont {
  font-size: 1.3em;
  //margin-top: 20px;
}

.bannerFontPlus {
  font-size: 1.8em;
}

.margin15T {
  margin-top: 15px;
}

.margin30T {
  margin-top: 30px;
}

// --------------------------------------------------------- collection Schedule menu item-178
li.item-178 {
  font-weight: bold;
}

// --------------------------------------------------------- backgrounds WASTE MANAGEMENT
.bg-Compost {
  background-color: @programCompost;
}

.bg-Recycling {
  background-color: @programRecycling;
}

.bg-DomesticW {
  background-color: @programDomesticW;
}

.bg-Bulkies {
  background-color: @programBulkies;
}

.bg-HazardousW {
  background-color: @programHazardousW;
}

.bg-Recovery {
  background-color: @programRecovery;
}

.bg-mainContent {
  background-color: @programDetailBG;
}

.bg-greenApple {
  background-color: @greenApple;
  color: @white;
}

.bg-greenTrash {
  background-color: @greenTrash;
  color: @white;
}

.bg-greenTrash > p {
  color: @white;
}

.bg-greenFir {
  background-color: @greenFir;
  color: @white;
}

.bg-greenPG {
  background-color: @programBG;
}

.bg-section1 {
  background-color: @section1;
}

.bg-section2 {
  background-color: @section2;
}

// --------------------------------------------------------- backgrounds MAIN 
.bg-white {
  background-color: @white;
}

// --------------------------------------------------------- border-top
.bt-Compost {
  border-top-style: solid;
  border-top-color: @programCompost;
}

.bt-Recycling {
  border-top-style: solid;
  border-top-color: @programRecycling;
}

.bt-DomesticW {
  border-top-style: solid;
  border-top-color: @programDomesticW;
}

.bt-Bulkies {
  border-top-style: solid;
  border-top-color: @programBulkies;
}

.bt-HazardousW {
  border-top-style: solid;
  border-top-color: @programHazardousW;
}

.bt-Recovery {
  border-top-style: solid;
  border-top-color: @programRecovery;
}

.bt-white {
  border-top-style: solid;
  border-top-color: @white;
}

// --------------------------------------------------------- Text colors
.greenApple {
  color: @greenApple;
}

.greenTrash {
  color: @greenTrash;
}

.greenFir {
  color: @greenFir;
}

// --------------------------------------------------------- text colors
.txt-Compost {
  color: @programCompost;
}

.txt-Recycling {
  color: @programRecycling;
}

.txt-DomesticW {
  color: @programDomesticW;
}

.txt-Bulkies {
  color: @programBulkies;
}

.txt-HazardousW {
  color: @programHazardousW;
}

.txt-Recovery {
  color: @programRecovery;
}

.noBorder {
  border-bottom: none;
  border-top: none;
}

// programs details grids 
.grid-cnw-pg {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  //grid-gap: 1px;
  background-color: @programBG;
  padding: 0px;
}

.grid-cnw-pg > div {
  text-align: left;
  padding: 20px 0;
}

.grid-cnw-pg {
  p, h4, h3, h2, h1 {
    text-align: left;
    padding-left: 20px;
    margin: 0px;
  }

}

.cnw-item1 {
  grid-row-start: 1;
  grid-row-end: 3;
}

.cnw-item2 {
  background-color: @programBG;
  grid-column-start: 2;
  grid-column-end: 4;
  margin-left: 20px;
  margin-bottom: 0px;
}

.cnw-item3 {
  background-color: @programBG;
  grid-column-start: 2;
  grid-column-end: 2;
  margin-left: 20px;
  margin-bottom: 0px;
}

.cnw-item4 {
  background-color: @programBG;
  grid-column-start: 3;
  grid-column-end: 3;
}

.cnw-item5 {
  background-color: @programBG;
  grid-column-start: 2;
  grid-column-end: 4;
  margin-left: 20px;
  margin-bottom: 0px;
}

.grid-container_25_75 {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 1px;
  background-color: #d7e3c5;
  padding: 0px;
}

.tagGreen {
  background-color: @greenApple;
  border: 5px solid @greenApple;
  border-radius: 0px 0px 0px 10px;
  color: @white;
}

// ---------------------------------------------- grid PROGRAMS V2

.grid-pg {
  display: grid;
  grid-template-columns: 32% 34% 34%;
  background-color: @programBG;
  padding: 0px;
}

.grid-pg > div {
  text-align: left;
  padding: 20px 0;
}

.grid-pg {
  p, h4, h3, h2, h1 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    //    padding: 0 20px;
    //  margin: 0px;
  }

}

.item1-titleLeft {
  grid-row-start: 1;
  grid-row-end: 1;
  margin-bottom: 0px;
}

.item2-titleRight {
  background-color: @programBG;
  grid-column-start: 2;
  grid-column-end: 4;
  margin-left: 20px;
  margin-bottom: 0px;
}

.item3-introLeft {
  grid-row-start: 2;
  grid-row-end: 5;
  grid-column-start: 1;
  grid-column-end: 1;
  margin-bottom: 0px;
}

.item4-introRight {
  background-color: @programBG;
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 4;
  margin-left: 20px;
  margin-bottom: 0px;
}

.item5-colLeft {
  background-color: @programBG;
  grid-row-start: 3;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  margin-left: 20px;
  margin-bottom: 0px;
}

.item6-colRight {
  background-color: @programBG;
  grid-row-start: 3;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 3;
  margin-left: 20px;
  margin-bottom: 0px;
}

.item7-bottom {
  background-color: @programBG;
  grid-row-start: 4;
  grid-row-end: 4;
  grid-column-start: 2;
  grid-column-end: 4;
  margin-left: 20px;
  margin-bottom: 0px;
}

.item8-footer {
  // background-color: @programBG;
  grid-row-start: 5;
  grid-row-end: 5;
  grid-column-start: 1;
  grid-column-end: 4;
  // margin-left: 20px;
  margin-bottom: 0px;
}

// ---------------------------------------------- grid PROGRAMS V3
.grid-R {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: @programBG;
  padding: 0px;
}

.grid-R > div {
  text-align: left;
}

.grid-R {
  p, h4, h3, h2, h1 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    //    padding: 0 20px;
    //  margin: 0px;
  }

}

.grid-L {
  display: grid;
  grid-template-columns: 100%;
  padding: 0px;
}

.grid-L > div {
  text-align: left;
  padding: 20px 0;
}

.grid-L {
  p, h4, h3, h2, h1 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    //    padding: 0 20px;
    //  margin: 0px;
  }

}

.itemL1 {
  grid-row-start: 1;
  grid-row-end: 1;
  margin-bottom: 0px;
}

.itemL2 {
  grid-row-start: 2;
  grid-row-end: 2;
  margin-bottom: 0px;
}

.item1-topLeft {
  grid-row-start: 1;
  grid-row-end: 1;
  margin-bottom: 0px;
  padding-top: 20px;
}

.item2-topRight {
  background-color: @programBG;
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 2;
  grid-column-end: 2;
  margin-left: 20px;
  margin-bottom: 0px;
  //padding-top: 20px;
}

.item3-title {
  background-color: @programBG;
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  margin-left: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.item4-colLeft {
  background-color: @programBG;
  grid-row-start: 3;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 1;
  margin-left: 20px;
  margin-bottom: 0px;
}

.item5-colRight {
  background-color: @programBG;
  grid-row-start: 3;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 2;
  margin-left: 20px;
  margin-bottom: 0px;
}

.item6-bottom {
  background-color: @programBG;
  grid-row-start: 4;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 3;
  margin-left: 20px;
  margin-bottom: 0px;
}

// ---------------------------------------------- grid 3 columns

.grid-3c {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  background-color: @programBG;
  padding: 0px;
}

// ---------------------------------------------- grid 4 columns

.grid-4c {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  background-color: @programBG;
  padding: 10px;
}

// ---------------------------------------------- grid 6 columns - collection schedule

.grid-collectionSchedule {
  display: grid;
  grid-template-columns: 5% 19% 19% 19% 19% 19%;
  padding: 1px;
  grid-gap: 1px;
  background-color: @white;
}

// ---------------------------------------------- grid 3 columns - collection schedule icon
.grid-container-collectionSchedule {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 1px;
  background-color: #fff;
  padding: 0px;
  width: 150px;
}

.colScheItem1 {
  //background-color: #fff;
  grid-row-start: 1;
  grid-row-end: 3;
}

.colScheItem2 {
  grid-column-start: 2;
  grid-column-end: 4;
}

a.colSche:link, a.colSche:visited {
  //color: red;
  text-decoration: none;
}

a.colSche:hover {
  //color: blue;
  text-decoration: none;
}

.imgconteneur {
  display: flex;
  justify-content: center;
  align-items: center;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

// ---------------------------------------------- to display pointer when over this container
.container:hover .image {
  cursor: pointer;
}

// ---------------------------------------------- responsive rows - programs waste management
.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  //  padding: 15px;
}

/* For desktop: */
.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

@media only screen and (max-width:768px) {

  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

  div #mid-col-inner {
    padding-left: 0px;
    padding-right: 0px;
  }

}

// ---------------------------------------------- magnifier

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}

.two_line {
  display: block;
  width: 80px;
  text-align: center;
  position: relative;
  bottom: 16px;
}

// ---------------------------------------------- main contact table appearance
#t01 tr:nth-child(even) {
  background-color: #eee;
  padding: 4px;
}

#t01 tr:nth-child(odd) {
  background-color: #fff;
  padding: 4px;
}

#t01 th {
  background-color: black;
  color: white;
  padding: 4px;
}

// ---------------------------------------------- 

.item-217 {
  background-color: #eee;
}

.maintitle {
  box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: @gutter !important;

  span {
    border-bottom: 4px solid @secondary !important;
    padding: 10px 10px 8px 0;
  }

  border-bottom: 1px solid #fff;
  margin-bottom: 0;    /*margin-bottom:0px;
    text-align:left;
    margin-right:0;
    border-bottom:0;*/
}

.moduleToArticle {
  h2 {
    box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: @gutter !important;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    border-bottom: 4px solid @secondary !important;
    padding: 10px 10px 8px 0;
  }

}

.shortcut:hover {
  filter: drop-shadow(2px 4px 6px black);
}

.shortcut {

  /*filter: grayscale(100%);*/
}

// ---------------------------------------------- 

.grid2col {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-gap: 20px;
}

@media only screen and (max-width:768px) {

  /* For mobile phones: */
  [class*="grid2col"] {
    width: 100%;
  }

}

.cell {
}

// ---------------------------------------------- 2022-03-16 Pascal - following used to setup articles from main pages

header.article-header {
  margin-left: 20px;
  margin-top: 20px;
}

h1.article-title {
  margin-bottom: 0px;
}

aside.article-aside {
  margin-left: 20px;
  margin-bottom: 0px;
}

// ---------------------------------------------- 2022-03-16 Pascal - table for council

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 50%;
  min-height: 100vh;
  background: #c850c0;
  background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
  background: -o-linear-gradient(45deg, #4158d0, #c850c0);
  background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
  background: linear-gradient(45deg, #4158d0, #c850c0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

table * {
  position: relative;
}

table td, table th {
  padding-left: 8px;
}

table thead tr {
  height: 60px;
  background: #0971b3;
}

table tbody tr {
  height: 50px;
}

table tbody tr:last-child {
  border: 0;
}

table td, table th {
  text-align: left;
}

table td.l, table th.l {
  text-align: right;
}

table td.c, table th.c {
  text-align: center;
}

table td.r, table th.r {
  text-align: center;
}

.table100-head th {
  //font-family: OpenSans-Regular;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

.table100-headSub th {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  //font-family: OpenSans-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  //cursor: pointer;
}

.column1 {
  width: 260px;
  width: 120px;
  padding-left: 40px;
}

.column2 {
  width: 160px;
  width: 300px;
  padding: 10px;
}

.column3 {
  width: 245px;
  width: 160px;
  padding: 10px;
}

.column4 {
  width: 110px;
  text-align: right;
}

.column5 {
  width: 170px;
  text-align: right;
}

.column6 {
  width: 222px;
  text-align: right;
  padding-right: 62px;
}

.con-column1 {
  //2022-03-21 Pascal - commented out for contact page but could break something else
  //  width: 120px;
  padding-left: 40px;
}

.con-column2 {
  //2022-03-21 Pascal - commented out for contact page but could break something else
  //width: 120px;
  //  padding: 10px;
}

@media screen and (max-width:992px) {
  table {
    display: block;
  }

  table > *, table tr, table td, table th {
    display: block;
  }

  table thead {
    display: none;
  }

  table tbody tr {
    height: auto;
    padding: 37px 0;
  }

  table tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }

  table tbody tr td:last-child {
    margin-bottom: 0;
  }

  table tbody tr td:before {
    //font-family: OpenSans-Regular;
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }

  //bearIT 2023-10-11 table headers for chief and council
  table tbody tr td:nth-child(1):before {
    content: "Department";
  }

  table tbody tr.contact td:nth-child(1):before {
    content: "Service";
  }

  table tbody tr td:nth-child(2):before {
    content: "Portfolios";
  }

  table tbody tr.contact td:nth-child(2):before {
    content: "Extension";
  }

  table tbody tr td:nth-child(3):before {
    content: "Name of Council members";
  }

  table tbody tr td:nth-child(4):before {
    content: "Price";
  }

  table tbody tr td:nth-child(5):before {
    content: "Quantity";
  }

  table tbody tr td:nth-child(6):before {
    content: "Total";
  }

  //bearIT 2023-10-11 added - table headers for hours of ops
  table tbody tr.hoursOps td:nth-child(1):before {
    content: "Days";
    line-height: 1.68em;
    text-align: right;
  }

  table tbody tr.hoursOps td:nth-child(2):before {
    content: "Administrative";
    line-height: 1.68em;
    text-align: right;
  }

  table tbody tr.hoursOps td:nth-child(3):before {
    content: "Operations & Maintenance";
    line-height: 1.68em;
    text-align: right;
  }

  .column4, .column5, .column6 {
    text-align: left;
  }

  .column4, .column5, .column6, .column1, .column2, .column3 {
    width: 100%;
  }

  tbody tr {
    font-size: 14px;
  }

}

@media (max-width:576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }

}

#schedules {
  border-collapse: unset;
  width: 100%;
  border-spacing: 3px;
  overflow: unset;
  background-color: rgba(255, 165, 0, 0);
}

#schedules td, #schedules th {
  //border: 2px solid #fff;
  padding: 8px;
}

#schedules tr:nth-child(odd) {
  background-color: #e3e3e3;
}

#schedules tr:nth-child(even) {
  background-color: #f3f3f3;
}

#schedules tr:hover {
  background-color: #ddd;
}

#schedules th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.uk-nav-navbar ul a:hover {
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
 
}
/* ---------------------------------------------- 2025-08-28 Pascal - Emergencies */

.flex-container {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
  align-items: center;
}

.flex-item-left {
  background-color: transparent;
  text-align: right;
padding: noPadding;
  flex: 10%;
}
.flex-item-middle {
  background-color: transparent;
  text-align: left;
  padding: 10px;
  padding-left: 30px;
  flex: 50%;
}
.flex-item-right {
  background-color: transparent;
  text-align: left;
  padding: 10px;

  flex: 40%;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
.flex-item-left img {
    width: 100px;
    height: auto;
  }
}

@media (max-width: 800px) {
.flex-item-middle  {
 text-align: center;
padding: 0px;
  }
}

@media (max-width: 800px) {
.flex-item-right  {
 text-align: center;
padding: 0px;
  }
}