* {
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  color: white;
  background: #a4ba08;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #669958;
  text-decoration: none;
}
a:hover {
  color: #669958;
  text-decoration: underline;
}
a:visited {
  color: #669958;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.flat {
  /* Dialog */
  /* dgrid */
}
.flat select {
  padding: 0;
}
.flat .dijitDialog {
  max-width: 650px;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: visible !important;
}
.flat .dijitDialog .dijitDialogPaneContent {
  min-width: 200px;
  padding: 15px 20px;
}
.flat .dijitDialogTitle {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}
.flat .dijitDialogTitleBar {
  padding: 10px 15px;
  border-bottom: 2px solid #333;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.flat .dijitDialogCloseIcon {
  opacity: 1;
  right: -10px;
  top: -10px;
  background: #333;
  color: #fff;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.flat .dijitDialogUnderlayWrapper {
  right: 0;
  width: 100%;
}
.flat .dijitDialogUnderlay {
  width: 100% !important;
  opacity: .45;
}
.flat .dgrid {
  height: 100% !important;
  border: 0 none;
}
.flat .dgrid-cell-padding {
  padding: 10px;
}
.flat .dgrid-header {
  background: transparent;
  right: 0;
}
.flat .dgrid-header .dgrid-cell {
  border-width: 0;
  border-bottom: 1px solid #333;
}
.flat .dgrid-cell {
  line-height: 20px;
  border: 0 none;
  border-top: 1px solid #333;
}
.flat .dgrid-sort-up, .flat .dgrid-sort-down {
  position: relative;
  padding-right: 20px;
}
.flat .dgrid-sort-arrow {
  position: absolute;
  right: 0;
}
.flat .dgrid-column-0 {
  display: none;
}
.flat .dgrid-column-2 {
  text-align: center;
}
.flat .dgrid-column-3 {
  text-align: center;
}
.flat .dgrid-scroller {
  overflow-y: auto;
}
.flat .dgrid-content {
  width: auto !important;
}

.esriPopup .sizer {
  width: 360px;
}
.esriPopup .titleButton.maximize {
  display: none;
}
.esriPopup .titlePane {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 15px;
  border-bottom: 2px solid #5c881a;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.esriPopup .actionsPane {
  display: none;
}
.esriPopup .contentPane {
  padding: 15px 15px 0;
  line-height: 1.35;
  font-size: 14px;
}
.esriPopup .contentPane span, .esriPopup .contentPane em {
  display: block;
  float: left;
  margin-bottom: 10px;
  word-break: break-all;
}
.esriPopup .contentPane em {
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 15px;
}
.esriPopup .contentPane br {
  clear: both;
}
.esriPopup .contentPane .width6040 span {
  width: 60%;
}
.esriPopup .contentPane .width6040 em {
  width: 40%;
}
.esriPopup .contentPane .width7030 span {
  width: 70%;
}
.esriPopup .contentPane .width7030 em {
  width: 30%;
}
.esriPopup .custom-actions-pane {
  border-top: 1px solid #ccc;
  background-color: #f5f5f5;
  margin: 20px -15px 0;
  *zoom: 1;
}
.esriPopup .custom-actions-pane a {
  padding: 10px 15px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  float: left;
  text-align: center;
  width: 50%;
  position: relative;
}
.esriPopup .custom-actions-pane a + a:before {
  content: "";
  width: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
}
.esriPopup .custom-actions-pane a, .esriPopup .custom-actions-pane a:hover, .esriPopup .custom-actions-pane a.visited {
  color: #5c881a;
}
.esriPopup .custom-actions-pane a:hover {
  text-decoration: none;
  background-color: #ddd;
}
.esriPopup .custom-actions-pane a.disabled, .esriPopup .custom-actions-pane a.disabled:hover {
  background-color: #eee;
  color: #ccc;
}
.esriPopup .custom-actions-pane:after {
  content: "";
  display: table;
  clear: both;
}
.esriPopup .titleButton {
  top: 13px;
}

/* bookmark */
.esriBookmarks {
  border: 0 none;
  padding: 0;
  width: auto;
}

.esriBookmarkLabel {
  width: 165px;
  padding: 5px;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  color: #707070;
}

/* Bookmarks */
.esriBookmarkList {
  min-height: 50px;
  margin-bottom: 15px;
  border-bottom: 0;
  position: relative;
}
.esriBookmarkList:after {
  content: "No location";
  color: #ccc;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  left: 0;
  top: 0;
  padding: 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.esriBookmarkTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.esriBookmarkItem {
  width: 100%;
  height: auto;
  padding: 5px 15px;
  line-height: 20px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.esriBookmarkItem.esriBookmarkHighlight {
  background-color: #f0f0f0;
}
.esriBookmarkItem.esriBookmarkHighlight .esriBookmarkLabel {
  color: #ce1518;
}
.esriBookmarkItem.esriAddBookmark {
  position: relative;
  height: auto;
  width: 80%;
  border: 1px solid #fa5a00;
  background-color: #fa5a00;
  background-image: none;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  zoom: 1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.esriBookmarkItem.esriAddBookmark:hover, .esriBookmarkItem.esriAddBookmark:active, .esriBookmarkItem.esriAddBookmark:focus {
  color: white;
  background-color: #e15100;
  background-image: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.esriBookmarkEditImage,
.esriBookmarkRemoveImage {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 0;
}

.esriBookmarkEditBox {
  border: 1px solid #ccc;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  padding: 5px !important;
  height: 30px;
  width: 165px;
}

.flat #typechoices .dijitButton {
  margin: 0;
  position: relative;
  z-index: 2;
}

.flat #typechoices .dijitButton .dijitButtonNode {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(100, 100, 100, 0.6);
  background: transparent;
  box-shadow: none;
  border: 0 none;
}

.flat #typechoices .dijitButton.checked .dijitButtonNode {
  color: #0197D6;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* Tree */
.dijitTree {
  overflow: hidden;
}

.dijitTreeContent {
  white-space: nowrap;
}

.flat .dijitTreeRow, .flat .dijitTreeNode .dojoDndItemBefore, .flat .dijitTreeNode .dojoDndItemAfter {
  line-height: 20px;
  padding: .3125rem 0;
}

.flat .dijitTreeRowHover,
.flat .dijitTreeRowActive,
.flat .dijitTreeRowSelected {
  color: #000;
  line-height: 20px;
  background: transparent;
  border: 0 none;
  padding: .3125rem 0;
}

.flat .dijitTreeExpando {
  background-image: none;
  font-family: "icomoon";
  font-size: .5rem;
  margin-right: .3125rem;
  text-align: center;
  vertical-align: top;
}

.flat .dijitTreeExpando.dijitTreeExpandoOpened:before {
  content: "\e60d";
}

.flat .dijitTreeExpando.dijitTreeExpandoClosed:before {
  content: "\e609";
  font-size: .8rem;
}

html, body {
  font-size: 12px;
  line-height: 16px;
  font-family: Arial, Sans-Serif;
  color: #707070;
}

body {
  min-height: 300px;
}

body.has-dialog-open {
  overflow: hidden;
  position: fixed;
}

/* App Header */
#header {
  color: rgb(92,136,26);
  height: 80px;
  padding: 5px 20px;
  line-height: 20px;
  border-bottom: 10px solid rgb(92,136,26);
  position: relative;
  z-index: 2;
}
#header h2 {
  float: left;
  font-weight: normal;
  font-size: 20px;
  *zoom: 1;
}
#header h2:after {
  content: "";
  display: table;
  clear: both;
}
#header .header-text {
  display: block;
  float: left;
  padding: 20px 15px;
}
#header .logo {
  display: block;
  float: left;
}
#header .logo img {
  height: 60px;
}

.nav {
  float: right;
}
.nav > li {
  float: left;
}
.nav > li > a {
  display: block;
  font-size: 16px;
  padding: 20px 25px;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

#searchbar {
  position: absolute;
  left: 72px;
  z-index: 100;
  top: 20px;
}

#LocateButton {
  position: absolute;
  left: 20px;
  z-index: 100;
  top: 104px;
}

.status-message {
  font-size: small;
  text-align: center;
  position: absolute;
  right: 50%;
  width: 350px;
  margin-right: -175px;
  color: #aaa;
  line-height: 20px;
  padding: 10px 0;
}

#center-panel,
.tabs,
.tab-content-wrapper {
  min-height: 220px;
}

/* Center Panel */
#center-panel {
  left: 380px;
  position: absolute;
  top: 80px;
  bottom: 80px;
  right: 0;
  z-index: 1;
}

#searchbarPlaceholder {
  display: none;
}

#SearchHeader {
  display: none;
}

/* Aside Panel */
/* Tabs */
.tabs {
  background: #5c881a;
  width: 80px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 80px;
  z-index: 101;
  overflow-x: hidden;
  overflow-y: auto;
}
.tabs li {
  padding: 10px 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
.tabs li.selected {
  background: #fff;
  color: #53672a;
  font-weight: bold;
}
.tabs li .fa {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.sidebar-links {
  display: none;
  padding: 10px;
}
.sidebar-links .links {
  *zoom: 1;
}
.sidebar-links .links a {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.sidebar-links .links:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-links .Iberdrola-logo {
  display: none;
}

.tab-expando {
  position: absolute;
  display: none;
  top: 50%;
  right: -37px;
  padding: 0;
  margin-top: -24px;
  border-bottom: 0 none;
}
.tab-expando:after {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 10px;
}

.tab-expando-button {
  display: inline-block;
  background: #5c881a;
  width: 24px;
  padding: 15px 0;
  text-align: center;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}

.close-button {
  color: #666;
  position: absolute;
  top: 15px;
  right: 15px;
}

.pane-header {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  padding-left: 0;
  margin-bottom: 20px;
}
.pane-header .h3 {
  font-weight: normal;
  text-transform: uppercase;
  line-height: 20px;
}
.pane-header .close-button {
  display: none;
  left: 0;
  right: auto;
  padding: 15px;
  top: 2px;
  width: 200px;
}
.pane-header .close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.list li {
  border-bottom: 1px solid #eee;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list li:hover {
  background-color: #f2f2f2;
}
.list li a {
  padding: 10px 15px;
  display: block;
  line-height: 20px;
  color: #707070;
}
.list li a:hover {
  text-decoration: none;
  color: #707070;
}
.list li a .icon {
  float: right;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.tab-content-wrapper {
  background: #fff;
  width: 300px;
  padding: 0 1.25rem;
  position: absolute;
  top: 80px;
  left: 80px;
  right: 0;
  bottom: 80px;
  z-index: 100;
  overflow: auto;
  -moz-box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.55);
  -webkit-box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.55);
  box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.55);
}

.toc h4 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.basemap-list label,
.layer-list label {
  font-weight: normal;
  display: block;
  line-height: 20px;
  padding: 10px 0;
  padding-left: 35px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.basemap-list label:hover,
.layer-list label:hover {
  background-color: #f0f0f0;
}
.basemap-list input,
.layer-list input {
  position: absolute;
  left: 10px;
  margin-top: 3px;
}

#basemap {
  position: relative;
  left: 0px;
  top: 0px;
  z-Index: 999;
}

#search {
  display: block;
  position: relative;
}

.flat .dijitButtonText {
  /*color:#03c;*/
  /*font-weight:bold;*/
}

.flat td.dijitMenuItemLabel {
  /*color:#03c;*/
  font-weight: 500;
}

#toolbar {
  border-bottom: 0px;
}

.legend-row {
  padding: 5px;
  margin-bottom: 5px;
  *zoom: 1;
}
.legend-row > * {
  display: inline-block;
  vertical-align: middle;
}
.legend-row .symbol {
  width: 60px;
  text-align: center;
}
.legend-row .label {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 20px;
}
.legend-row:after {
  content: "";
  display: table;
  clear: both;
}

#page-wrap #updateMessageContainer {
  border-radius: 4px 4px 0 0;
  border-top: 0 none;
  bottom: 0;
  margin: 0 150px;
  padding: 5px;
  position: fixed;
  width: 800px;
  z-index: 100;
  color: #C09853;
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#page-wrap #updateMessageContainer .updateMessageContainerClose {
  background: url("esri/img/close-icon.png") no-repeat scroll center center transparent;
  float: right;
  height: 16px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
  cursor: pointer;
}

#page-wrap #updateMessageContainer .updateMessageContainerClose:hover,
#page-wrap #updateMessageContainer .updateMessageContainerClose:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* for dijit.select dropdown arrow size problem on Safari */
.dj_safari .flat .dijitSelect .dijitArrowButton {
  display: block;
  width: 8px;
}

#MessageHeader {
  background: #0197D6;
  background: -moz-linear-gradient(top, #0197d6 0%, #018bc1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0197d6), color-stop(100%, #018bc1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0197d6 0%, #018bc1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0197d6 0%, #018bc1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0197d6 0%, #018bc1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0197d6 0%, #018bc1 100%);
  /* W3C */
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  text-shadow: 0 -1px 0 rgba(100, 100, 100, 0.6);
}

/* Footer */
#footer {
  width: 100%;
  height: 80px;
  padding: 5px 20px;
  border-top: 1px solid #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
#footer .links {
  margin-top: 10px;
  margin-bottom: 10px;
}
#footer .links a {
  padding-left: 10px;
  padding-right: 10px;
}
#footer .links a + a {
  border-left: 1px solid #ccc;
}
#footer .links a, #footer .links a:visited {
  color: #707070;
}
#footer .Iberdrola-logo {
  float: left;
}
#footer .Iberdrola-logo img {
  height: 60px;
}

.sms-links > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sms-links .social-button {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #5c881a;
}

#URLArea {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

#URLArea li {
  float: left;
}

#URLArea a {
  color: #0197D6;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  width: 100px;
}

#URLArea a:hover {
  /*background: #fdb826;*/
  text-decoration: underline;
}

#URLArea a:active {
  /*background: #f79239;*/
  text-decoration: underline;
}

#type-tab {
  position: absolute;
  z-index: 100;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background: #0197D6;
  background: -moz-linear-gradient(top, #0197d6 0%, #018bc1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0197d6), color-stop(100%, #018bc1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0197d6 0%, #018bc1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0197d6 0%, #018bc1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0197d6 0%, #018bc1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0197d6 0%, #018bc1 100%);
  /* W3C */
  padding: 5px;
}

#typechoices {
  position: relative;
}

#toggle-selected-bg {
  background: #FFFFFF;
  border-radius: 4px;
  height: 100%;
  left: 0;
  position: absolute;
  width: 110px;
  z-index: 1;
}

.tabs,
.tab-content-wrapper,
#center-panel {
  transition: top .3s;
}

.show-in-mobile {
  display: none;
}

.mobile-background-overlay {
  display: none;
}

.fade-background .mobile-background-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}

.dj_phone .fade-background .mobile-background-overlay {
  display: block;
}

.report-table-outer {
  width: 600px;
  height: 330px;
  padding: 0;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.loading {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.loading-text {
  display: inline-block;
  width: 200px;
  line-height: 20px;
  text-align: center;
  color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -100px;
}

.restoration-banner-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 100;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.restoration-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;

  background-color: #ff5a00;
  color: #ffffff;
  font-size: 16pt;
  padding-top: 10px;
  padding-bottom: 10px;

  border: solid 2px #ff5a00;
  border-bottom: none;

  min-width: 100px;
  max-width: 500px;

  min-height: 45px;
}

.restoration-banner-normal {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.restoration-banner-minimized {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.restoration-banner-button {
  /* height: 100%; */
  height: 20px;
  border: none;
  padding: 0 10px;
  background: transparent;
  vertical-align: middle;
}

.restoration-banner-message {
  padding-right: 30px;
}

.restoration-banner:hover {
  color: #ff5a00;
  background-color: #ffffff;
}

.restoration-banner-x-icon {
  width: 10px;
}

.restoration-banner-exclamation-icon {
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 1300px) {
  .burger-menu-button {
    cursor: pointer;
    height: 40px;
    width: 40px;
    padding: 5px;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .burger-menu-button div {
    background-color: #707070;
    height: 3px;
    width: 80%;
    margin: 5px auto;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
  }
  .burger-menu-button.open .upper {
    transform: rotate(-45deg) translate(-3px, -3px);
  }
  .burger-menu-button.open .bottom {
    transform: rotate(45deg) translate(0, 2px);
  }
  .burger-menu-button.open .middle {
    opacity: 0;
  }

  .navbar {
    min-width: 350px;
    max-height: 0;
    background: #eee;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar.open {
    top: 80px;
    max-height: 305px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .navbar .nav,
  .navbar .nav li {
    float: none;
  }
  .navbar a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .status-message {
    font-size: 12px;
    width: 250px;
    right: 80px;
    margin-right: 0;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  body.has-tab-open,
  body.has-popup-open {
    overflow: hidden;
    position: fixed;
  }
  body.has-tab-open .tab-content-wrapper,
  body.has-popup-open .tab-content-wrapper {
    display: block;
  }

  #center-panel {
    left: 80px;
  }

  .pane-header {
    padding-left: 40px;
  }
  .pane-header .close-button {
    display: block;
  }

  .tab-content-wrapper {
    display: none;
  }

  .tabs li.first-tab {
    background: transparent;
    color: inherit;
    font-weight: normal;
  }

  #updateStringContainer {
    width: auto;
    line-height: 20px;
  }

  .esriBookmarkItem.esriAddBookmark {
    margin: 10%;
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body.has-dialog-open {
    margin-top: 0;
  }

  body.has-dialog-open .dijitDialog {
    z-index: 10001 !important;
  }

  #page-wrap {
    z-index: 1;
    min-height: 0;
    overflow: visible;
  }

  .has-dialog-open #page-wrap,
  .has-tabs-open #page-wrap,
  .has-tab-open #page-wrap,
  .has-popup-open #page-wrap {
    z-index: 10001;
  }

  .has-popup-open #header,
  .has-search-open #header {
    display: none;
  }

  .has-search-open .arcgisSearch {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .show-in-mobile {
    display: block;
  }

  .hidden-in-mobile {
    display: none;
  }

  .esriSimpleSlider {
    top: auto;
    left: auto;
    right: 20px;
    bottom: 30px;
  }

  #LocateButton {
    left: auto;
    right: 20px;
    top: auto;
    bottom: 104px;
  }

  .arcgisSearch {
    margin: 20px;
    border: 1px solid #ccc;
  }
  .arcgisSearch .searchSubmit {
    width: 40px;
    height: 40px;
  }
  .arcgisSearch .searchSubmit {
    line-height: 40px;
  }
  .arcgisSearch .searchGroup .searchInput {
    width: 100%;
    padding-right: 40px;
  }
  .arcgisSearch .showSuggestions .suggestionsMenu {
    width: auto;
    border: 0;
    top: 50px;
    right: -42px;
    left: -1px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .arcgisSearch .searchMenu li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .arcgisSearch .searchClear {
    width: 40px;
  }

  .searchGroup {
    display: table;
    width: 100%;
  }
  .searchGroup > * {
    display: table-cell;
    vertical-align: middle;
  }
  .searchGroup .searchExpandContainer {
    float: none;
    width: 100%;
  }

  .searchAnimate {
    display: table;
    width: 100%;
  }
  .searchAnimate > .searchInputGroup {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }

  #header {
    height: 50px;
    width: 100%;
    padding: 5px;
    border-bottom-width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
  }
  #header h2 {
    float: none;
    font-size: 14px;
  }
  #header .logo img {
    height: 36px;
  }
  #header .header-text {
    padding: 10px;
  }

  .navbar {
    min-width: 0;
    left: 0;
    right: 0;
  }
  .navbar.open {
    top: 50px;
  }

  .burger-menu-button {
    top: 5px;
    right: 0;
  }

  #updateStringContainer {
    display: none;
  }

  #center-panel {
    top: 50px;
    left: 0;
    bottom: 0;
    z-index: inherit;
  }

  #SearchHeader.pane-header .close-button {
    left: auto;
    right: 0;
    width: auto;
    font-size: 18px;
  }

  .tabs {
    width: 265px;
    top: 0;
    bottom: 0;
    margin-left: -265px;
    padding-top: 10px;
    position: fixed;
    text-align: left;
    overflow: inherit;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    -webkit-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
  }
  .tabs li {
    padding: 10px 25px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .tabs li .fa {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
  .tabs li .tab-expando-button .fa {
    margin-right: 0;
    margin-bottom: 0;
  }
  .tabs.open {
    position: fixed;
    margin-left: 0;
    z-index: 10001;
    top: 0;
  }
  .tabs .tab-expando {
    display: block;
    padding: 0;
    border-bottom: 0;
  }
  .tabs .sms-links .social-button {
    color: #fff;
    width: auto;
    height: auto;
  }
  .tabs .sms-links .social-button label {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
  }
  .tabs .sms-links .social-button .fa {
    padding: 5px;
    margin: 0;
  }

  .sidebar-links {
    display: block;
    position: absolute;
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
    opacity: 0.45;
  }

  .tab-content-wrapper {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
    padding: 0;
    position: fixed;
    z-index: 10001;
  }

  .list li a {
    padding: 15px 20px;
  }

  #UpdateStringPlaceholder {
    display: block;
    float: right;
    margin: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    position: relative;
  }

  #menu-tab {
    display: none;
  }

  #searchbar {
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    position: fixed;
    bottom: 0;
    z-index: 1000;
  }

  #searchbarPlaceholder {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    padding: 0;
    width: 32px;
    height: 32px;
    color: #4c4c4c;
    background-color: #ffffff;
    border-width: 0;
    border-style: none;
    border-radius: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -moz-box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.55);
    -webkit-box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.55);
    box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.55);
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #searchbarPlaceholder .fa {
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: 8px;
    display: block;
  }

  #SearchHeader {
    display: block;
  }

  #footer {
    display: none;
  }

  .links a, .links a:focus, .links a:visited {
    color: #fff;
  }

  .flat .dijitDialog {
    max-width: none;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    border-radius: 0;
  }

  .flat .dijitDialogTitleBar, .dojoxDialog.dijitDialog .dojoxDialogTitleBar {
    width: 100% !important;
    border-radius: 0;
  }

  .flat .dijitDialogPaneContent {
    padding: 1.25rem;
  }

  .flat .dijitDialogCloseIcon {
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
  }

  .dijitDialog .closeText {
    background: transparent;
    color: inherit;
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .dijitDialog .closeText:before {
    font-size: 1rem;
    font-weight: normal;
  }

  .dijitDialogPaneContent {
    width: 100% !important;
    height: auto !important;
  }

  .dijitDialogPaneContent p {
    margin: 20px 25px;
  }

  .hidden-in-mobile {
    display: none;
  }

  .esriPopup {
    left: 0 !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1000 !important;
  }

  .esriPopup .esriPopupWrapper {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }

  .esriPopup .sizer {
    width: 100%;
  }

  .report-table-outer {
    width: auto;
  }

  .dgrid-cell {
    word-wrap: break-word;
  }

  .restoration-banner:hover {
    background-color: #ff5a00;
    color: #ffffff;
  }

  .restoration-banner-normal {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .restoration-banner-adjust-a {
    bottom: 60px;
  }

  .restoration-banner-adjust-b {
    bottom: 160px;
  }
}
@media only screen and (max-height: 380px) {
  #footer {
    bottom: auto;
    top: 300px;
  }
}

#splashPage {
	z-index: 1000;
    position: absolute;
    width: 100%;
    background-color: white;
    height: 100%;
}
// From top
#splashPage .splashPageContainer {
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0px;
  z-index: 2000;
  font-family: "Open Sans", Arial, Sans-Serif;
  color: black;
  transition: all .5s ease-in;
}
#splashPage .splashPageContainer .header {
  border-top: 20px solid rgb(173,193,135);
  padding: 20px 50px;
  height: 100px;
}
#splashPage .splashPageContainer .content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#splashPage .splashPageContainer .title {
  height: 150px;
  font-size: 48px;
}
#splashPage .splashPageContainer .title .fa {
  font-size: 100px;
  margin-right: 20px;
  position: relative;
  top: -9px;
}
#splashPage .splashPageContainer .title .titleText {
  display: inline-block;
  line-height: 55px;
}
#splashPage .splashPageContainer .text {
  height: 180px;
  font-size: 17px;
  width: 80%;
  line-height: 30px;
  margin: 0 auto;
}
#splashPage .splashPageContainer .buttonContainer {
  text-align: center;
  margin-top: 20px;
}
#splashPage .splashPageContainer .buttonContainer .button {
  background: linear-gradient(to bottom, #fbb040, #ee2a24);
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  border: none;
  box-shadow: none;
}
#splashPage .splashPageContainer .buttonContainer .button:hover {
  background: linear-gradient(to top, #fbb040, #ee2a24);
}

.splashPageDismiss {
  opacity: 0;
}

#mapSplash .splashPageContainer {
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0px;
  z-index: 2000;
  font-family: "Open Sans", Arial, Sans-Serif;
  color: black;
  transition: all .5s ease-in;
}
#mapSplash .splashPageContainer .header {
  padding: 20px 50px;
  height: 100px;
}
#mapSplash .splashPageContainer .content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#mapSplash .splashPageContainer .title {
  height: 150px;
  font-size: 48px;
}
#mapSplash .splashPageContainer .title .fa {
  font-size: 100px;
  margin-right: 20px;
  position: relative;
  top: -9px;
}
#mapSplash .splashPageContainer .title .titleText {
  display: inline-block;
  line-height: 55px;
}
#mapSplash .splashPageContainer .text {
  height: 180px;
  font-size: 17px;
  width: 80%;
  line-height: 30px;
  margin: 0 auto;
}
#mapSplash .splashPageContainer .buttonContainer {
  text-align: center;
  margin-top: 20px;
}
#mapSplash .splashPageContainer .buttonContainer .button {
  background: linear-gradient(to bottom, #fbb040, #ee2a24);
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  border: none;
  box-shadow: none;
}
#mapSplash .splashPageContainer .buttonContainer .button:hover {
  background: linear-gradient(to top, #fbb040, #ee2a24);
}

body.mode1 .splashPageContainer button.button {
  display: none;
}


#splashPage .logoArea {
	padding-top: 20px;
}

#splashPage .logoArea img{
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	display: block;

}

// From bottom
@media only screen and (max-width: 960px) {
  #splashPage .splashPageContainer .content {
    width: 100%;
    margin: 0px;
  }
  #splashPage .splashPageContainer .title {
    height: 100px;
  }
  #splashPage .splashPageContainer .title .fa {
    font-size: 60px;
  }
  #splashPage .splashPageContainer .title .titleText {
    font-size: 30px;
    line-height: 35px;
  }
  #splashPage .splashPageContainer .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  #splashPage .splashPageContainer .logoArea img {
    width: 100px;
  }
  #splashPage .splashPageContainer .title {
    height: 80px;
  }
  #splashPage .splashPageContainer .title .fa {
    display: block;
  }
  #splashPage .splashPageContainer .title .titleText {
    font-size: 25px;
    margin-top: 0px;
    line-height: 35px;
    font-weight: bold;
  }
  #splashPage .splashPageContainer .text {
    font-size: 14px;
    height: 200px;
    line-height: 25px;
  }
  #splashPage .splashPageContainer .header {
    padding: 20px 20px 5px;
  }
}
body.nativeAppMode .tabs {
  top: 0px;
  bottom: 40px;
}
body.nativeAppMode .tab-content-wrapper {
  top: 0px;
  bottom: 40px;
}
body.nativeAppMode .tab-content-wrapper .update-messages {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 30px);
  display: block;
  text-align: center;
}
body.nativeAppMode header {
  display: none;
}
body.nativeAppMode #center-panel {
  top: 0px;
  bottom: 40px;
}
body.nativeAppMode .tabs li[data-target-id=ReportOutageTab] {
  display: none;
}
body.nativeAppMode .legendPane .subscribeAlertsButton {
  display: none;
}
body.nativeAppMode footer .links,
body.nativeAppMode footer .sms-links {
  display: none;
}
body.nativeAppMode footer#footer {
  height: 40px;
}
body.nativeAppMode .esriPopup .custom-actions-pane a:first-of-type {
  display: none;
}
body.nativeAppMode .esriPopup .custom-actions-pane a {
  width: 100%;
}
@media only screen and (max-width: 600px) and (orientation: portrait), only screen and (max-height: 420px) and (max-width: 768px) and (orientation: landscape) {
  body.nativeAppMode .tab-content-wrapper .update-messages {
    display: none;
  }
  body.nativeAppMode .tabs,
  body.nativeAppMode .tab-content-wrapper,
  body.nativeAppMode #center-panel {
    bottom: 0px;
  }
  body.nativeAppMode .esriPopup .contentPane {
    max-height: 400px;
  }
}
@media only screen and (max-height: 420px) and (max-width: 768px) and (orientation: landscape) {
  body.nativeAppMode .esriPopup .contentPane {
    max-height: 250px;
  }
}

