/* ########## OUTAGE FINDER - TEXT VERSION STYLESHEET ########### 

  CONTENTS:
    -- (1) Page Heading 
    -- (2) Container and Search Box
    -- (3) Validation messages
    -- (4) Search input fields
    -- (5) Link to Map version of Outage Finder
    -- (6) Results heading
    -- (7) Results content
    -- (8) Results footer
    -- (9) Related Links 
    -- (10) No Results
    -- (11) Loading Results
    -- (12) Report Outage message

*/

/* (1) Page Heading */

.header-inner .container-fluid {
   padding-left: 0;
   padding-right: 0;

}

.outage-finder-header { 
  clear: both; 
  display: inline-block;
  float: none;
  margin: 20px auto 0;    
  position: static;
}

.outage-finder-header .logo-site, 
.outage-finder-header h1 { 
   background-color: #0083C9;
   clear: none;
   display: table;   
   float: left; 
   height: 90px; 
   width: auto; 
}
.outage-finder-header .logo-site {
    background: none;
}
.outage-finder-header .logo-site img {
   background-color: #929292;
}

.outage-finder-header h1 {    
   color: #fff; 
   font-size: 2em; 
   height: 88px;
   margin: 32px 0 0;  
   padding: 30px 4% 0;    
}

.outage-finder-heading h1 {    
   font-size: 2em; 
   margin: 0;  
   padding: 0 0 25px 0;    
}

.outage-finder-search-panel { 
   clear: both; 
   display: none; 
   margin: auto;
   position: relative;
   top: 135px;
   width: 100%; 
}

.outage-finder .page-title {
  display: none;
}
  
.outage-finder .inside-page-content {
  padding:0px;
  margin: 135px auto 40px;
  display:table;
  width:100%;
}
  
.outage-finder .promo-wrapper, .outage-finder #content {
  position:static;
  width:100%;
  display:table;
  margin:auto;
}
  
.outage-finder .header-inner {
  position:static;
  display:table;
  margin:auto;
  max-width:1150px;
  width:100%;
}
  
.outage-finder .header {
  position: static;
  display: table;
  background-size: 100%;
  background-color: #fff;
  padding-bottom: 0px;  
  max-width:1150px;  
  margin:auto; 
  width:100%;
}


/* (2) Container and Search Box */

.outage-search-container { 
  background-color: rgb(0,131,201); 
  color: #fff; 
  clear: both; 
  display: table; 
  margin: 0 auto 10px; 
  max-width: 925px; 
  padding:15px 15px 15px 35px; 
  width: 100%; 
}
.outage-search-container legend {
    display: none;
}
.outage-search-title, 
.outage-search-options, 
.outage-search-input { 
  display: table-cell; 
  padding: 0 5px; 
  vertical-align: middle; 
}

.outage-search-title { 
  font-family: 'Roboto Slab', 'Times New Roman', Times, serif; 
  font-size: 24px; 
  font-weight: 700; 
  text-align: left; 
}

.outage-search-input { 
  clear: both;
  width: 575px;  
}

.outage-search-input-box,
.outage-search-field-select { 
  float:left;
  height: 50px; 
  padding: 10px 25px;
}

.outage-search-input-box { 
  color: #999; 
  width: 275px; 
}

.outage-search-field-select { 
  color: #333; 
  margin: 0 5px 0 0;
  width: 225px;  
}

.outage-search-input .ergonicon-search { 
  background-color: #00A1D2; 
  color: rgb(255,255,255); 
  cursor: pointer;  
  font-size: 36px; 
  float:left; 
  font-weight: 700; 
  height: 49px; 
  margin: 0; 
  padding: 5px 10px; 
  width: 55px;   
  -webkit-transition: all 0.25s; 
  -moz-transition: all 0.25s; 
  -ms-transition: all 0.25s; 
  transition: all 0.25s;   
}

.outage-search-input .ergonicon-search:hover { 
  background-color: #00A1D2; 
  font-size: 42px; 
  padding: 3px 8px; 
}

/* (3) Validation messages */

.outage-validation-msg-container {
  clear: both;
  float: none;
  display: none;
  padding: 0 0 5px 0;
  position: absolute;
  width: 100%;
}

.outage-validation-msg {
  background-color: #ededed;
  color: #404040;
  display: block;
  height: 55px; 
  float: right;
  font-size: 12px;     
  left: 227px;
  padding: 10px 15px;
  position: absolute;
  top: -57px;
  text-align: center;
  width: 275px;
}

.outage-validation-msg span, 
.outage-validation-msg-text {
  display: block;
  float: left;
}

.outage-validation-msg-text {
  text-align: left;
  width: 200px; 
}

.outage-validation-msg span {
  color: rgb(0, 131, 201);
  font-size: 28px;
  font-weight: bold;
  margin: 0 15px 0 0;
  width: 25px;
}

.outage-validation-msg-text a {
  color: #0083C9;
}

.outage-validation-icon .ergonicon { 
  color: #222;
  font-size: 24px; 
}

/* (4) Search input fields */

.outage-search-input-fields {
  clear: both;
  display: table;
  float: none;
  width: 100%;
}

.outage-time-period-input {
  clear: both;
  display: table;
  float: right;   
  max-width: 325px;
  padding: 0 50px 10px 0;
  width: 100%;
}

.outage-time-period-input div.outage-time-period-label {
  display: none;
  padding: 0 15px 0 0;
  text-align: right;
}

.outage-time-period-input div.outage-time-period-selected label {
  font-weight: 700;
}

.outage-time-period-input div {
  display: table-cell;
}

.outage-time-period-input div input {
  cursor: pointer;
  margin: 0 5px;
  position: relative;
  top: 2px;
}

.outage-time-period-input div label {
  cursor: pointer;
  font-weight: 400;
}

.outage-search-feeder-select, .outage-search-council-select {
  color: #333;
  display: none;
  float: left;
  height: 50px;
  padding: 10px 25px;
  width: 275px;  
}

/* (5) Link to Map version of Outage Finder */

.map-version-container { 
  background-color: rgb(198,198,198); 
  clear: both; 
  cursor: pointer; 
  display: table; 
  float: none; 
  height: 35px; 
  margin: 0 auto 15px; 
  max-width: 925px; 
  width: 100%; 
} 

.map-version-container div { 
  cursor: pointer; 
  display: table-cell; 
  line-height:25px; 
  padding: 10px 0; 
  text-align: center; 
  vertical-align: middle; 
} 

.map-version-container div.map-version-icon {
  width: 120px;
}

.map-version-container div.map-version-arrow {
  width: 80px;
}

.map-version-container div.map-version-label a {
  color: rgb(100,100,100);
  display: block;
  font-family: 'Roboto Slab', 'Times New Roman', Times, serif; 
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  text-align: left;
  text-decoration: underline;
}

.map-version-container div span.ergonicon-arrow {
  color: #fff;
  font-size: 36px;
  -webkit-transition: all 0.25s; 
  -moz-transition: all 0.25s; 
  -ms-transition: all 0.25s; 
  transition: all 0.25s;
}

.map-version-container:hover div span.ergonicon-arrow {
  font-size: 42px;
}

.map-version-container div span.ergonicon-qld-map {
  color: rgb(64,64,64);
  font-size: 42px;
  font-weight: 700;
}

.map-version-container div.map-version-arrow {
  background-color: rgb(64,64,64);
}

.pac-icon {
  width: 0;
  background-image: none;
}  

/* (6) Results heading */

.outage-finder-heading {
  clear: both;
  display: none;
  float: none;
  margin: 20px 0;
  padding: 0;
  width: 100%; 
}

.results-description {
  float: left;
}

.total-customers-label {
   clear: both;
   display: table;
   font-family: 'Roboto Slab', 'Times New Roman', Times, serif;
   margin: 6px 0;
   padding: 0;
   font-size: 20px; 
   text-align: left;
}

.total-customers-label span {
   display: table-cell;
   padding: 0 4px;
   vertical-align: middle;
}

.total-customers-label .ergonicon {
   color: #444;
   font-size: 36px;
}

.outage-results-heading,
.lga-customer-count-btm { 
  color: #323232;
  clear: both;
  display: block;
  font-family: 'Roboto Slab', 'Times New Roman', Times, serif;
  font-size: 20px;
  line-height: 28px;
}

p.outage-results-heading,
.authored-content p.outage-results-heading  { 
   margin: 0 0 20px;
   padding: 0;
}

.outage-results-count,
.total-customers,
.number-of-customers {
  font-weight: 700;
}

.lga-customer-count-btm {
  margin: 6px auto;
}

.lga-customer-count-btm .ergonicon { 
  top: 5px;
  right: 7px; 
  position: relative;
  font-size: 32px;
}

.outage-legend {
  clear: both;
  display: block; 
  float: none;
  margin: 15px 0 0;
  padding: 0;
  width: 100%;
}

.outage-legend div {
  display: block;
  float: left;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0;
  padding: 7px 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 160px;
}

.outage-legend .ergonicon {
   background-color: rgb(89,158,67);
   border-radius: 9999px;
   color: #fff;
   display: block;
   float: none;
   font-size: 22px;
   margin: 0 auto 8px auto;
   max-width: 37px;
   padding: 7px;
   position: relative;
   top: 5px;
}

.outage-legend .ergonicon-unplanned-outage { 
   background-color: rgb(221,98,39);
}

.outage-legend .ergonicon-planned-outage { 
   background-color: rgb(89,158,67);
}
.outage-legend .ergonicon-team { 
   background-color: rgb(255,255,255);
   color: rgb(0,0,0);
   font-size: 42px;
   height: 36px;
   padding: 0 0 5px;
   position: relative;
   top: 3px;
}

.outage-legend div.outage-legend-planned {
  border: 0px solid rgb(89,158,67);
  color: rgb(89,158,67);

}
.outage-legend div.outage-legend-unplanned {
  border: 0px solid rgb(221,98,39);
  color: rgb(221,98,39);
}
.outage-legend div.outage-legend-customers {
  border: 0px solid #666;
  color: rgb(0,0,0);
}

.outage-icon {
  font-size: 32px;
  width: 32px; 
}

.UNPLN .outage-icon .ergonicon:before,
.FORCD .outage-icon .ergonicon:before
 {
   content: "\e906";
}

.PLN .outage-icon .ergonicon:before {
   content: "\e904";
}

/* (7) Results content */

.suburb-and-street {
  clear: both;   
  display: table;
  float: none;
  margin: 0 0 5px;
  width: 100%;      
}

.suburb-data {
  display: table-cell;
  width: 25%;
}

.street-data {
  display: table-cell;
}

.outage-container {
  clear: both;
  display: table;
  float: none;
  margin: 0 auto 5px;
  outline: 1px solid #ccc;
  width: 100%;
  -webkit-transition: all 0.25s; 
  -moz-transition: all 0.25s; 
  -ms-transition: all 0.25s; 
  transition: all 0.25s;
}

.outage-container-lhs,
.outage-container-rhs {
  background-color: #fff;
  display: table-cell;    
  vertical-align: top;
}

.outage-container-lhs {
  min-width: 50%;
  padding: 0;
  width: 50%;
}

.outage-container-rhs {
  min-width: 45%;
  padding: 10px 2.5%;
  width: 45%;
}

.outage-container-lhs div {
  display: block;
  float: left;
  padding: 5px 2.5%;
  width: 45%;
}
.outage-container-lhs div.outage-status {
  width: 100%;
}

.outage-container-lhs div span {
  display: block;
}

.outage-container-lhs div span.event-id-heading,
.outage-container-lhs div span.event-id-text {
  float: left;
  padding: 0 7px 0 0;
}

.outage-heading-container,
.outage-inside-container {
  clear: both; 
  display: table;
  float: none;
  table-layout: fixed;
} 

.outage-heading-container {
  color: #000;
  cursor: pointer;
  padding: 10px 0 10px;
  width: 100%;
  -webkit-transition: all 0.35s; 
  -moz-transition: all 0.35s; 
  -ms-transition: all 0.35s; 
}   

.outage-inside-container {
  box-sizing: border-box;
  display: none;
  overflow: hidden;
  padding: 15px;
  width: 100%;
}   

.outage-inside-container-show {
  display: table !important; 
}     

.PLN .outage-heading-container {
  background-color: rgb(89,158,67);
  color: #fff;
}

.PLN .outage-heading-container:hover {
  background-color: rgb(98, 192, 111); 
}

.UNPLN .outage-heading-container,
.FORCD .outage-heading-container {
  background-color: rgb(221,98,39);
  color: #fff;
}

.UNPLN .outage-heading-container:hover,
.FORCD .outage-heading-container:hover {
  background-color: rgb(230,132,83);
}

.outage-heading-container-lhs,
.outage-heading-container-rhs {
  display: table; 
  float: left;
}

.outage-heading-container-lhs {
  padding: 0 0 0 15px;
  width: 100%; 
  word-wrap: break-word;
}

.outage-heading-container-rhs {
  display: none;
  width: 5%; 
}

.outage-heading-container-lhs span {
  display: block;
  float: left;
  vertical-align: top;
}

.suburb,
.street {
  font-size: 1.2em;
  font-weight: 700;
  word-wrap: break-word;
}

.suburb {
  display: table;
  padding: 4px 0 0 3%;
  width: 87%;
}

.street {
  display: none;
  padding: 4px 0 0;
  word-wrap: break-word;
}

.outage-heading-container-lhs .ergonicon-hard-hat,
.outage-heading-container-lhs .ergonicon-safety {
  font-size: 28px;
  font-weight: 700;
  height: 32px;
  line-height: 28px;
  max-height: 36px;
  padding: 0 5px;
  width: 28px;
}

.outage-heading-container-lhs .toggle-arrow {
  display: block;
  height: 20px;   
  margin: 5px; 
  text-align: center;  
  width: 30px;
}

.outage-heading-container-lhs .toggle-arrow .ergonicon-arrow {
  left: 0;
  font-size: 22px; 
  position: relative;
  top: -1px;
  -webkit-transition: all 0.25s; 
  -moz-transition: all 0.25s; 
  -ms-transition: all 0.25s; 
}

.outage-heading-container-lhs .arrow-open .ergonicon-arrow {
  font-size: 22px; 
  left: 0px;
  top: 0px;
}

.outage-heading-container-lhs .arrow-open .ergonicon-arrow {
  -webkit-transform: rotate(90deg); 
  -moz-transform: rotate(90deg); 
  -ms-transform: rotate(90deg);    
}

.PLN .outage-container-lhs {
  background-color: rgb(238, 245, 237); 
}

.UNPLN .outage-container-lhs,
.FORCD .outage-container-lhs {
  background-color: rgb(252, 239, 233); 
}

.outage-planned,
.event-id-heading,
.event-id-text,
.start-heading,
.est-fix-time-heading,
.outage-status-heading {
  font-weight: 700;
}      

.outage-planned,
.event-id-text {
   text-transform: uppercase;
}

.PLN .outage-container-lhs .outage-planned, 
.PLN .outage-container-lhs .outage-id, 
.PLN .outage-container-lhs .outage-start .start-heading, 
.PLN .outage-container-lhs .outage-fix-time .est-fix-time-heading,
.PLN .outage-container-lhs .outage-status .outage-status-heading {
  color: rgb(92,158,62)
} 

.UNPLN .outage-container-lhs .outage-planned, 
.UNPLN .outage-container-lhs .outage-id, 
.UNPLN .outage-container-lhs .outage-start .start-heading, 
.UNPLN .outage-container-lhs .outage-fix-time .est-fix-time-heading,
.UNPLN .outage-container-lhs .outage-status .outage-status-heading,
.FORCD .outage-container-lhs .outage-planned, 
.FORCD .outage-container-lhs .outage-id, 
.FORCD .outage-container-lhs .outage-start .start-heading, 
.FORCD .outage-container-lhs .outage-fix-time .est-fix-time-heading,
.FORCD .outage-container-lhs .outage-status .outage-status-heading {
  color: rgb(230,132,83)
} 
   
.reason-heading {
  display: block;
  font-weight: 700;   
}

.reason-text {
  display: block;
}

.lga-heading {
  float: left;
  margin: 40px auto 0;  
  width: auto;
}

.lga-heading:first-child {
  margin: 20px auto 0;
}

.lga-heading-text:first-child {
   margin-bottom: 20px; 
}

.lga-count {
  display: table;
  float: right;
  font-family: 'Roboto Slab', 'Times New Roman', Times, serif;
  font-size: 1.3em;
  margin: 15px 0;
  max-width: 275px;
  width: auto;
}
.lga-count span {
  display: table-cell;
  vertical-align: middle;
}
.lga-count .ergonicon {
  font-size: 32px;
  padding: 0 10px;
}

.hidden-outage { 
  display: none; 
}

/* (8) Results footer */

#show-all-outages-submit { 
  float: left;
  margin: 10px 0;
}

.btn-btm-container {
  clear: both;
  display: table;
  float: none;
  margin: 10px 0 5px;
  width: 100%;
}

.back-to-top-btn {
  background-color: rgb(64, 64, 64);      
  cursor: pointer;
  color: #fff;
  display: none;
  float: right;
  margin: 10px 0;
  padding: 10px 50px 10px 30px;
}

.back-to-top-btn span {
  color: #fff;
  display: block;
  font-size: 22px;
  float: left;
  height: 20px;
  margin: -1px 10px 0 0;
}

.results-container {
  clear: both;
  display: table;
  float: none;
  margin: 0 auto 0; 
  width: 100%;
}

.results-container ul {
   list-style-type: none;
   margin: 0 0 15px 0;
   padding: 0;
}

.btn-btm-container .sq-form-submit {
   display: none;
}

/* (9) Related Links */

.outage-finder-related-link {
   border-bottom: 2px solid rgb(198, 198, 198);
   clear: none;
   display: table;
   float: left;
   margin: 0 0 7px 0;
   text-decoration: none;
   width: 45%;
}

.outage-finder-related-link:nth-child(even) {
   float: right;
}

.outage-finder-related-link:hover {
   text-decoration: none;
}

.outage-finder-related-link span {
   display: table-cell;
   vertical-align: middle;
}

.outage-finder-related-link .related-link-name {
   font-weight: 700;
   padding: 15px 0 15px 10px;
}

.outage-finder-related-link .ergonicon {
   background: rgb(198, 198, 198);
   color: rgb(99, 99, 99);
   font-size: 28px; 
   text-align: center;
   width: 45px;
}

.outage-finder-related-link:hover .ergonicon {
  font-size: 32px; 
}

.related-links-container {
   clear: both;
   display: table;
   float: none;
   margin: 50px auto 0 auto;
   padding: 0 10px;
   width: 100%;
}

.related-links-title {
   display: block;
   font-weight: 700;
   margin: 0 0 20px 0;
   text-transform: uppercase;
}


/* (10) No Results */

.no-result-suggestion,
.no-result-msg {
  display: none;
}

.no-result-msg {
  color: #E3473A;
  margin: 0 0 25px;
}

/* (11) Loading Results */

.loading-results { 
  clear: both; 
  display: none; 
  float: none; 
  margin: 60px auto; 
  text-align: center; 
  width: 100%; 
}

.loading-message { 
  clear: both; 
  color: #333;
  display: block; 
  float: none; 
  font-size: 10px;
  font-weight: 400; 
  letter-spacing: 2px;
  margin:15px auto; 
  text-transform: uppercase;   
}

/* (12) Report Outage message */

.report-outage-container {   
  background-color: #ededed;
  clear: both;
  display: table;
  float: none;
  margin: 20px auto;
  width: 100%;
}

.report-outage-icon,
.report-outage-text,
.report-outage-emergency-text {
  float: left;
  padding: 30px 2.5%;
}

.report-outage-icon {
  text-align: center;
  width: 15%;
}

.report-outage-text {
  padding: 30px 0;
  width: 57%;
}

.report-outage-text p { 
  color: #636363;
  display: block;
  font-family: 'Roboto Slab', 'Times New Roman', Times, serif;
  font-size: 18px;
  line-height: 24px;
  margin: 15px auto;
}
 
.report-outage-emergency-text {
  width: 28%;
}

.report-outage-text h2 {
  color: #000;
  margin-top: 0;
  padding-top: 0;
}

.report-outage-container div span.ergonicon {
  color: #636363;
  font-size: 64px;
}

.report-outage-label {
  clear: both;
  color: #636363;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 4px 0;
  text-transform: uppercase;
}

.phone-number-label {
  color: #000;
  font-family: 'Roboto Slab', 'Times New Roman', Times, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
}

.opening-hours-label {
  clear:both;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 4px 0;
}

.or-label { 
  font-size: 12px;
  padding: 0 7px;
}

.ergonicon-emergency {
  display: block;
  margin-bottom: 40px;
}

/* ***** MEDIA QUERIES *** */

@media (max-width: 1180px) {
  .outage-finder .inside-page-content {
  padding: 0 10px;
  width: 100%;  
  }
}

@media (max-width: 945px) {
   .map-version-container {
      max-width: 905px;
   }
}


@media (max-width: 885px) {

   .results-container {
     margin: 20px auto 0; 
   }

  .suburb-data {    
    width: 35%;
  }

  .outage-heading-container-lhs, 
  .outage-heading-container-rhs  {
    clear: both;
    float: none;     
    width: 100%;
  }

  .outage-heading-container-rhs  { 
     padding: 0 25px 0 93px; 
   }
   
  .outage-container-lhs,
  .outage-container-rhs {
    clear: both;
    display: table;
    float: none;
    width: 100%
  }

  .report-outage-emergency-text {
    clear: both;
    display: table;
    float: none;
    padding: 10px 0 15px;
    width: 100%;
  }

  .report-outage-emergency-text-container {
    float: left;
    width: 80%;
  }

  .report-outage-container div span.ergonicon-emergency {
    float: left; 
    text-align: center;
    width: 15%;
  }

  .report-outage-text {
    width: 80%;
  }

  .outage-validation-msg-text {
    width: 230px; 
  }

  .outage-search-title {
    display: none;
  }
 
  .outage-search-input-fields {
    margin: auto;  
    width: 575px;       
  }

  .outage-search-container {
    padding: 15px 0;
  }

  .outage-search-container div {
    float: none;
    margin: auto;
  }

  .outage-search-container div.outage-time-period-input {
     padding: 0 0 10px;
  }

  .map-version-label-text {
    display: none;
  }

  .outage-finder-search-panel { 
    top: 75px;
  }

  .outage-finder .inside-page-content {
    margin: 75px auto 20px;
  }

  .outage-legend, 
  .results-description {
     clear: both;
     float: none;
     width: 100%;
  }


}

@media (max-width: 635px) {
.outage-finder-related-link {
   clear: both;
   display: table;
   float: none;
   width: 100%;
}
.lga-count {
   clear: both;
   float: none;
   padding: 10px 0 4px;
   text-align: left;
   width: 100%;
}
.lga-count .ergonicon-team {
   font-size: 30px;
   width: 40px;
}
.related-links-container {
   margin: 50px auto 20px auto;
}

  .outage-finder-heading h1 {   
    clear: both;
    padding: 0;
    margin: 10px 0; 
    width: 100%;
  }

  .report-outage-container div span.ergonicon {
    font-size: 32px;
  }

  .suburb {
    width: 66%;
  }

  .suburb-data, 
  .street-data {
    clear: both;
    display: table;
    float: none;
    width: 100%;
  }

  .street-data {
    font-size: 0.85em;
  }

  .suburb-and-street {
    margin: 0 0 7px;
  }

  .outage-validation-msg {
    left: 0;
    z-index:1000;
  }

  .outage-validation-msg-container {
    clear: none;
    float: none;
    width: 300px;
  }

  .outage-search-container {
    padding: 4px 0;
  }
   
  .outage-finder-search-panel { 
    top: 45px;
  }

  .outage-finder .inside-page-content {
    margin: 25px auto 0;
  }

  .outage-search-feeder-select, 
  .outage-search-council-select {
    clear: none;
    float: left;
    margin: 4px auto;
    width: 85%;
  }

  .outage-search-input-box { 
    clear: none;
    float: left;
    margin: 4px auto;
    width: 85%;
  }

  .outage-search-field-select { 
    margin: 0 5px 0 0;
    width: 100%; 
  }

  .outage-search-input-fields {
    margin: auto;  
    width: 100%;       
 }

  .outage-search-input .ergonicon-search {
    float: left;
    margin: 4px 0 0;
    text-align: center;
    width: 15%;
  }

  .outage-search-container div.outage-time-period-input {
    margin: 7px auto 0;
    max-width: 320px;
  }

  .map-version-container { 
    height: 35px; 
  } 

  .map-version-container div { 
    padding: 5px 0;  
  } 

  .map-version-container div.map-version-label a { 
    text-align: left; 
    font-size: 18px; 
  }

  .map-version-container div span.ergonicon-arrow { 
    font-size: 32px; 
  }

  .map-version-container div span.ergonicon-qld-map { 
    font-size: 28px;
  }

  .map-version-container:hover div span.ergonicon-arrow {
    font-size: 32px;
  }

  .outage-results-heading,
  .total-customers-label { 
    font-size: 18px; 
  }

  .outage-legend {
     margin: 0;
  } 

  #show-all-outages-submit { 
     clear: both;
     display: block;
     float: none !important;
     margin: 5px auto !important;
     text-align: center;
     width: 275px;
  }
 
  .back-to-top-btn {
     clear: both;
     float: none;
     margin: 5px auto;
     text-align: center;
     width: 275px;
  }
}

@media (max-width: 420px) {
  .outage-finder-header h1 {    
   display: table-cell;
   font-size: 1.5em; 
   padding: 0 auto;
   vertical-align: middle;
}

  .report-outage-container div span.ergonicon {
    display: none; 
  }

  .report-outage-icon { 
    display: none; 
  }

  .report-outage-text {
    width: 100%;
    padding: 15px 5% 0;
  }

  .report-outage-emergency-text-container {
    float: none;
    width: 100%;
    padding: 0 5%;
  }

  .outage-search-input .ergonicon-search {
    width: 20%;
  }

  .outage-search-input-box { 
    width: 80%;
  }

  .outage-search-feeder-select, .outage-search-council-select {
    width: 80%;
  }

  .map-version-container div.map-version-icon {
    width: 40px;
  }

  .map-version-container div.map-version-arrow {
    width: 40px;
  }

  .outage-search-container div.outage-time-period-input {
    margin: 8px auto 3px;
    max-width: 90%;
    width: 90%;
  }
     .outage-legend {
      padding: 0;
   }
   .outage-legend div {
      clear: both;
      display: table;
      float: none;
      margin: 10px 0 0;
      padding: 5px 0;
      text-align:center;
      width: 100%;
   }
}



/* Print Styles */

@media print {
  .toggle-arrow,
  .ergonicon,
  .report-outage-icon,
  .back-to-top-btn,
  .sq-form-submit {
    display: none !important;
  }

  .outage-finder-search-panel {
    display: none !important;
  }

  .outage-inside-container {
    display: table;
  }
  
  .report-outage-container {
    padding: 30px 5%;
  }

  .report-outage-text {
    padding: 0;
  }

}

  .lga-customers-label,
  .customers-number { 
    font-weight: 700; 
  }
  .outage-legend {
    display: table;
    margin-bottom: 25px;
  }
  .lga-count {
    margin: 25px 0 0;
  }
  .outage-container {
    outline: 0px;
  }
  .outage-inside-container {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .outage-search-nmi-input-box {
     box-sizing: border-box; 
     color: #333;
     display: none;
     float: left;
     height: 50px;
     padding: 10px 25px;
     width: 275px;  
  }
  .lgaOptionValues {
     display: none;
  }
  .outage-search-input .searchicon-grey {
    background-color: rgb(198,198,198);  
  }
  .outage-search-input .searchicon-grey:hover {
    background-color: rgb(198,198,198); 
    font-size: 36px; 
    padding: 5px 10px; 
  }
  .outage-validation-msg {
    top: 50px;      
  }
  .outage-search-field-select {
      width: 220px;
  }
  .outage-validation-msg {
      left: 225px;
  }
  .back-to-top-btn {
      display: block;
  }
  @media screen and (max-width: 635px) {
    .outage-search-field-select {
      width: 100%;
    }
    .outage-validation-msg {
       top: 103px;   
       left: 1px;
    }      
    .outage-search-nmi-input-box {
        margin-top: 4px;
        width: 84%;
    }
  }
  @media screen and (max-width: 420px) {
    .outage-search-nmi-input-box {
       width: 79%;
    }        
  }        