﻿.bin-collection {
  /* from map.css */
  /*********************************************
        * Scalebar start
        **********************************************/
}
.bin-collection .fa-calendar:before {
  content: "";
  background-image: url("/css/assets/icons/icon-calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 16px;
  vertical-align: text-bottom;
}
.bin-collection .esriPopup {
  font-family: Raleway, Arial, Verdana, sans-serif !important;
}
.bin-collection #loaderText {
  position: relative;
  top: 250px;
  left: 325px;
}
.bin-collection .esriLargeSliderVertical {
  height: 100px;
}
.bin-collection .esriLargeSliderTR {
  right: 10px;
  top: 10px;
}
.bin-collection #rubbishDayCalendar {
  background-color: #ffffff;
  height: 790px;
  width: 774px;
  position: relative;
  left: -12px;
  top: -90px;
  z-index: 100;
  display: none;
  padding: 10px;
}
.bin-collection #calendarDiv {
  height: 95%;
  text-align: center;
}
.bin-collection #calendarLinks {
  height: 5%;
  padding-left: 90px;
  padding-right: 90px;
}
.bin-collection #printCalendar {
  float: left;
  text-decoration: underline;
}
.bin-collection #closeCalendar {
  float: right;
  text-decoration: underline;
}
.bin-collection #searchAgain {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 25px;
}
.bin-collection #searchAgainText {
  width: 265px;
}
.bin-collection #rubbishCollectionContainer {
  width: 750px;
  height: 630px;
  position: relative;
}
.bin-collection .action.zoomTo {
  display: none;
}
.bin-collection .titlePane {
  visibility: hidden;
  height: 0;
}
.bin-collection .popupText {
  text-align: center;
  margin-bottom: 5px;
}
.bin-collection .address {
  color: #18405c;
  font-weight: 700;
  font-size: 1.2em;
}
.bin-collection .esriPopup .sizer {
  width: 300px !important;
}
.bin-collection .esriPopup .esriPopupWrapper {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.bin-collection .content-container {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d5d5cd;
}
.bin-collection .esriScalebar {
  z-index: 30;
  position: absolute;
  width: 0px;
  height: 20px;
  padding: 20px;
}
.bin-collection .esriScalebarRuler {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.bin-collection .esriScalebarRulerBlock {
  overflow: hidden;
  position: absolute;
  height: 50%;
  background-color: #000000;
}
.bin-collection .upper_firstpiece {
  top: 0%;
  left: 0%;
  width: 25%;
}
.bin-collection .upper_secondpiece {
  top: 0%;
  left: 50%;
  width: 25%;
}
.bin-collection .lower_firstpiece {
  top: 50%;
  left: 25%;
  width: 25%;
}
.bin-collection .lower_secondpiece {
  top: 50%;
  left: 75%;
  width: 30%;
}
.bin-collection .esriScalebarLine {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 10px;
  border: 3px solid #000000;
}
.bin-collection .esriScalebarMetricLineBackground {
  border: 4px solid #ffffff;
  position: absolute;
  left: -1px;
  bottom: 2px;
}
.bin-collection .esriScalebarMetricLine {
  border-top-style: none;
}
.bin-collection .esriScalebarEnglishLine {
  border-bottom-style: none;
  top: -2px;
}
.bin-collection .esriScaleLabelDiv {
  position: relative;
  top: -5px;
  width: 100%;
  padding: 2px;
}
.bin-collection .scaleLabelDiv {
  position: relative;
  width: 100%;
  height: 5px;
}
.bin-collection .esriScalebarLabel {
  font-size: 0.72em;
  position: absolute;
  width: 10%;
  text-align: center;
  color: white;
  font-weight: bolder;
  height: 5px;
  top: -1px;
}
.bin-collection .esriScalebarLineLabel {
  position: relative;
}
.bin-collection .esriScalebarFirstNumber {
  left: 45%;
}
.bin-collection .esriScalebarSecondNumber {
  left: 95%;
}
.bin-collection .typeahead,
.bin-collection .tt-query,
.bin-collection .tt-hint {
  width: 265px;
}
.bin-collection .tt-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 0px 0;
  width: 100%;
  color: #000000 !important;
}
.bin-collection .tt-empty-message {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #000000 !important;
  font-size: 0.88em;
  line-height: 24px;
  padding: 3px 12px;
}
.bin-collection .tt-highlight {
  color: #18405c;
}
.bin-collection .tt-suggestion {
  font-size: 0.825em;
  line-height: 20px;
  padding: 3px 12px;
  cursor: pointer;
}
.bin-collection .tt-suggestion:not(:last-child) {
  border-bottom: 1px solid silver;
}
.bin-collection .tt-suggestion.tt-cursor {
  background-color: #f2f2f1;
  color: #000000;
}
.bin-collection .tt-suggestion p {
  margin: 0;
}
.bin-collection .esriPopup:not(.esriPopupVisible) {
  display: none;
}
.bin-collection .esriPopup .sizer:not(.content) {
  z-index: 3;
}
.bin-collection .esriPopup .h4 {
  color: #18405c;
}
.bin-collection .esriPopup .btn {
  text-decoration: none !important;
  margin: 10px 0;
}
.bin-collection .coll-type {
  position: relative;
  min-height: 60px;
}
.bin-collection .coll-type.glass {
  min-height: 40px;
}
.bin-collection .coll-type .left {
  position: absolute;
}
.bin-collection .coll-type .right {
  margin-left: 45px;
  float: right;
  padding: 0 10px;
}
.bin-collection .coll-type .glass-img {
  background-image: url("../../less/img/rubish/glasscrate.png");
  background-repeat: no-repeat;
  height: 35px;
  width: 50px;
}
.bin-collection .coll-type .yellowbin-img {
  background-image: url("../../less/img/rubish/yellowbin.png");
  background-repeat: no-repeat;
  height: 55px;
  width: 50px;
  vertical-align: top;
}
.bin-collection #viewDiv {
  position: relative;
  height: 600px;
}
.bin-collection .ajax-loader-typeahead {
  position: absolute;
  bottom: 1px;
  left: 560px;
  background-color: white;
  background-image: url(//sitecorecdn.npdcapps.co.nz/refuseCollectionMap/images/ajax-loader-typeahead.gif);
  background-repeat: no-repeat;
  height: 19px;
  width: 20px;
  z-index: 100;
  display: none;
}
.bin-collection #loaderText {
  position: relative;
  top: 250px;
  left: 325px;
}
.bin-collection .esriLargeSliderVertical {
  height: 100px;
}
.bin-collection .esriLargeSliderTR {
  right: 10px;
  top: 10px;
}
.bin-collection #rubbishDayPopup {
  z-index: 2;
}
.bin-collection #rubbishDayCalendar {
  background-color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1043;
  display: none;
}
.bin-collection #calendarImage {
  height: 90vh;
  width: auto;
  max-height: 600px;
}
.bin-collection #calendarLinks {
  height: 5%;
  padding-left: 0;
  padding-right: 0;
}
.bin-collection #calendarButton {
  margin: 0 auto;
  display: block;
}
.bin-collection #calendarIcon {
  font-size: 1.2em;
}
.bin-collection #printCalendar {
  float: left;
  text-decoration: none !important;
}
.bin-collection #closeCalendar {
  float: right;
  text-decoration: none !important;
}
.bin-collection #printIcon,
.bin-collection #closeIcon {
  font-size: 1.2em;
}
.bin-collection #searchAgain {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 25px;
}
.bin-collection #searchAgainText {
  width: 265px;
}
.bin-collection #rubbishCollectionContainerDiv {
  width: 100%;
  height: 600px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.bin-collection .search-container {
  background-color: #f0f8fc;
  border-top: 2px solid #a5dfff;
  border-bottom: 2px solid #a5dfff;
  padding: 32px 0;
}
.bin-collection .search-label {
  display: block;
  font-family: Asap;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  padding-bottom: 0.8em;
  text-align: center;
}
.bin-collection .action.zoomTo {
  display: none;
}
.bin-collection #search {
  background-color: white;
  border: 1px solid #6392d9;
  width: 310px;
  height: 150px;
  position: absolute;
  top: -20px;
  left: 220px;
  padding: 20px;
}
.bin-collection .esri-popup__main-container {
  max-height: 600px !important;
}
.bin-collection .esri-view-height-less-than-medium .esri-popup__main-container {
  max-height: 600px !important;
}
.bin-collection .esriPopup .titlePane {
  background-color: #444444;
  color: #ffffff;
  line-height: 20px;
  padding-left: 6px;
  border-radius: 0;
  -webkit-border-radius: 0;
  cursor: default;
  visibility: visible !important;
  height: 20px;
}
.bin-collection .esriPopup .contentPane {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.bin-collection .popupText {
  margin-bottom: 5px !important;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .bin-collection .esriPopup .sizer {
    width: 450px !important;
  }
}
@media (max-width: 320px) {
  .bin-collection .esriPopup .sizer {
    width: 250px !important;
  }
}
.bin-collection .esriPopup .actionsPane {
  border-radius: 0;
}
.bin-collection .esriPopup .esriPopupWrapper {
  border-radius: 0;
}
.bin-collection .form-control {
  border-radius: 0;
  padding: 0 15px;
  border: 1px solid #0e3149;
}
.bin-collection .coll-type {
  height: 70px;
  background-color: #9eaab5;
  padding: 5px;
}
.bin-collection .coll-type.glass {
  height: 45px;
}
.bin-collection .coll-type.glass-landfill {
  height: 70px;
  background-color: transparent;
}
.bin-collection .content-container {
  padding-top: unset !important;
  padding-bottom: unset !important;
  background-color: #c4c2c2;
  margin-top: -10px;
}
.bin-collection #glasscrateImg {
  background-image: url("//sitecorecdn.npdcapps.co.nz/refuseCollectionMap_DEV/images/glasscrate.png");
  background-repeat: no-repeat;
  width: 48px;
  height: 36px;
  float: right !important;
  overflow: hidden !important;
}
.bin-collection #yellowbinImg {
  background-image: url("//sitecorecdn.npdcapps.co.nz/refuseCollectionMap_DEV/images/yellowbin.png");
  background-repeat: no-repeat;
  width: 46px;
  height: 55px;
  vertical-align: top;
  float: right !important;
  overflow: hidden !important;
}
.bin-collection #foodbinImg {
  background-image: url("//sitecorecdn.npdcapps.co.nz/refuseCollectionMap_DEV/images/foodbin.png");
  background-repeat: no-repeat;
  width: 46px;
  height: 55px;
  vertical-align: top;
  overflow: hidden !important;
}
.bin-collection #landfillbinImg {
  background-image: url("//sitecorecdn.npdcapps.co.nz/refuseCollectionMap_DEV/images/landfillbin.png");
  background-repeat: no-repeat;
  width: 46px;
  height: 55px;
  vertical-align: top;
  float: right !important;
  overflow: hidden !important;
}
.bin-collection .left {
  float: left !important;
  overflow: hidden !important;
}
.bin-collection .right {
  float: right !important;
  overflow: hidden !important;
}
.bin-collection .inline {
  display: inline;
}
.bin-collection .esriScalebarRuler {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 6px;
  background-color: White;
  border: 1px solid #444444;
}
.bin-collection .esriScalebarRulerBlock {
  overflow: hidden;
  position: absolute;
  height: 50%;
  background-color: #444444;
}
.bin-collection .upper_firstpiece {
  top: 0%;
  left: 0%;
  width: 25%;
}
.bin-collection .upper_secondpiece {
  top: 0%;
  left: 50%;
  width: 25%;
}
.bin-collection .lower_firstpiece {
  top: 50%;
  left: 25%;
  width: 25%;
}
.bin-collection .lower_secondpiece {
  top: 50%;
  left: 75%;
  width: 30%;
}
.bin-collection .esriScalebarLine {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 10px;
  border: 3px solid black;
}
.bin-collection .esriScalebarMetricLineBackground {
  border: 4px solid white;
  position: absolute;
  left: -1px;
  bottom: 2px;
}
.bin-collection .esriScalebarMetricLine {
  border-top-style: none;
}
.bin-collection .esriScalebarEnglishLine {
  border-bottom-style: none;
  top: -2px;
}
.bin-collection .esriScaleLabelDiv {
  position: relative;
  top: -5px;
  width: 100%;
  padding: 2px;
}
.bin-collection .scaleLabelDiv {
  position: relative;
  width: 100%;
  height: 5px;
}
.bin-collection .esriScalebarLabel {
  font-size: 0.72em;
  position: absolute;
  width: 10%;
  text-align: center;
  color: white;
  font: Verdana;
  font-weight: bolder;
  height: 5px;
  top: -1px;
}
.bin-collection .esriScalebarLineLabel {
  position: relative;
}
.bin-collection .esriScalebarFirstNumber {
  left: 45%;
}
.bin-collection .esriScalebarSecondNumber {
  left: 95%;
}
.bin-collection .twitter-typeahead {
  width: 100%;
}
.bin-collection .typeahead,
.bin-collection .tt-query,
.bin-collection .tt-hint {
  width: 100%;
}
.bin-collection .tt-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 0px 0;
  width: 100%;
  color: #333 !important;
}
.bin-collection .tt-empty-message {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #333 !important;
  font-size: 0.88em;
  line-height: 24px;
  padding: 3px 12px;
}
.bin-collection .tt-highlight {
  color: #3d3de2;
}
.bin-collection .tt-suggestion {
  font-size: 0.825em;
  line-height: 20px;
  padding: 3px 12px;
  cursor: pointer;
}
.bin-collection .tt-suggestion:not(:last-child) {
  border-bottom: 1px solid silver;
}
.bin-collection .tt-suggestion.tt-cursor {
  background-color: #6392d9;
  color: #ffffff;
}
.bin-collection .tt-suggestion p {
  margin: 0;
}
@media (min-width: 1250px) {
  .bin-collection #rubbishDayCalendar {
    width: 44%;
    margin-left: 28%;
  }
}
@media (min-width: 992px) {
  .bin-collection #rubbishDayCalendar {
    width: 44%;
    margin-left: 28%;
  }
}
.bin-collection .componentWithMarginHeadingSmall {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-height: 667px) {
  .bin-collection #rubbishCollectionContainerDiv {
    height: 300px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .bin-collection #viewDiv {
    height: 300px !important;
  }
  .bin-collection .ajax-loader-typeahead {
    left: 309px;
  }
}
@media (max-width: 360px) {
  .bin-collection .ajax-loader-typeahead {
    left: 294px;
  }
  .bin-collection #alertDiv {
    left: 3% !important;
  }
  .bin-collection #legendDiv {
    z-index: 20;
    border: white 1px solid;
    background-color: white;
    padding-left: 10px;
    /* width: 135px; */
    height: 102px;
  }
}
@media (max-width: 320px) {
  .bin-collection .ajax-loader-typeahead {
    left: 253px;
  }
}
@media (min-width: 1250px) {
  .bin-collection .container,
  .bin-collection .megamenu-inner-wrap,
  .bin-collection .inner-max-width {
    max-width: unset;
  }
}
.bin-collection .map .container {
  margin: auto !important;
}
.bin-collection #collectionDay {
  text-align: center;
  background-image: url("//sitecorecdn.npdcapps.co.nz/refuseCollectionMap_DEV/images/foodbin.png");
  background-repeat: no-repeat;
  background-position: right center;
  height: 50px;
}
.bin-collection #collectionSearch.loading {
  background-image: url("//sitecorecdn.npdcapps.co.nz/refuseCollectionMap/images/ajax-loader-typeahead.gif");
  background-repeat: no-repeat;
  background-position: right center;
}
@media (min-width: 361px) {
  .bin-collection #legendDiv {
    position: absolute !important;
    top: 20px;
    left: 77px;
    z-index: 20;
    border: white 1px solid;
    background-color: white;
    padding-left: 10px;
    width: 135px;
    height: 121px;
  }
}
.bin-collection #alertDiv {
  position: absolute !important;
  /* width: 200px; */
  /* height: 100px; */
  z-index: 41;
  top: 20px;
  left: 37%;
  /* margin: -100px 0 0 -150px; */
  background: white;
  border: 1px solid gray;
  border-radius: 2px;
  padding: 10px;
  text-align: center;
  display: none;
}
.bin-collection #rubbishErrorDiv {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 283px;
  width: 300px;
  background-color: white;
  text-align: left;
  padding: 20px;
}
.bin-collection #rubbishErrorDivCloseBtn {
  position: absolute;
  right: 20px;
}
.bin-collection .hide {
  display: none !important;
}