
html{
    height:100%;
}
body{
    height:100%;
	font-family: sans-serif,Calibri;
	font-size: 14px;
    background: #D9D9D6;
}
a {
    color: white;
}
a:link{
    text-decoration: none;
    font-weight: bold;
} 
a:hover{
	background-color: gold;
	color: #dc4405;
}
li{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	display: inline-block;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: bottom;
	padding-top: 0px;
}
.menuBox33{
    width:33.33%;
    border-right:1px solid white;
    position:relative;
    float:left;
    text-align:center;
}
.menuBox30{
    width:30%;
    position:relative;
    float:left;
    text-align:center;
}
.menuText{
    color:white;
    vertical-align:middle;
}
.menuAction{
    display:inline-block;
    padding-left:5px;
    margin:0;
    vertical-align:middle;
}
.menuIcon{
    width:20px;
    height:20px;
    vertical-align:middle;
}
.legendBox{
    position:relative;
	float:left;
}
.legendIcon{
	width:12px;
	height: 13px;
	display: inline-block;
	margin-left: 10px;
}
.legendText{
	width: 20%;
	height: 25px;
	padding: 3px 3px;
	display: inline;
	font-size: 12px;
	vertical-align: top;
}
.area{
	background:blue;
}
.planned{
	background: #89dfdc;
}
.unplanned{
	background: #dfa489
}

/***********************
FortisBC Customizations 

gold - #ffc82c
blue - #173a64
************************/
/* FBCs Interstate font */
@import url("https://use.typekit.net/smo0bcl.css");

body { font-family: "interstate", sans-serif !important; background-color: white !important; }
a:hover { background-color: white !important; color: #0f7a94 !important; }

.legendText { font-size: 0.74rem; vertical-align: inherit; }

th#map_list_header { background-color: white !important; padding-left: 1rem; color: black; font-size: 0.9rem; border-top-style: solid; border-top-width: medium; border-bottom-style: solid; border-bottom-width: medium; }
tbody#map_list_tbody tr td table tbody tr th { color: #173a64 !important; }
.infobox_content table tbody tr th { color: #173a64 !important; }

body, body > div { margin: 0px !important; }
body>div>div[style*="height:5"]{ height: auto !important; }

/* FBC Banner */
#fortis-common-header .topbar { background: #173a64; display: flex; align-items: center; font-size: 12px; height: 48px; }
#fortis-common-header a:hover { background-color: transparent !important; color: white !important; }
#fortis-common-header .topbar>.container-fluid { display: flex; align-items: center; flex: 1 1 100%; margin-right: auto; margin-left: auto; padding-right: 15px; padding-left: 15px; }
#fortis-common-header .topbar>.container-fluid>a:first-of-type svg { height:24px; }
#fortis-common-header .topbar>.container-fluid>a:first-of-type { flex: 1 1 100%; }
#fortis-common-header .topbar>.container-fluid a.fhf-fbc-link { color: #fff; display: flex; margin-top: 18px; }

.FortisBC-site-logo .logo { fill: #ffc82c; }
.FortisBC-site-logo.logo__footer .logo-text { fill: #fff; }
.FortisBC-site-logo.logo__footer { width: 240px; }

.PageTitle {
	display:block;
	color: #173A64;
	font-size: 1.3rem;
	padding-top: 2px;
	font-weight: normal;
	margin: 0px;
}

#updateLine { font-size: 0.6rem; }

/* NavBar */
.navbar, div#headerRow { padding-top: 0.4rem; padding-left: 1rem; padding-right: 1rem; }
.navbar-nav .nav-link { padding-bottom: 0rem; }
#navbarSupportedContent { z-index: 1000000; background-color: white; }
ul.navbar-nav li { margin-left: 15px; }
 

a#aOutageList, a#aOutageMap, a#aSchedOutages, a#aPlannedOutage, a#aFAQ, a#importantInfo, a#wildfireInfo {
  color: #0f7a94;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: border 0.1s cubic-bezier(0, 0.6, 0.7, 0.9);
  border-bottom: 1px solid #ffc82c;
  opacity:0.8;
  display: table;
}

a#aOutageList:hover, a#aOutageMap:hover, a#aSchedOutages:hover, a#aPlannedOutage:hover, a#aFAQ:hover, a#importantInfo:hover, a#wildfireInfo:hover { color: #0f7a94; opacity: 1; /* border-bottom: 3px solid #ffc82c; */ }

.row { margin-right: 0px; }

.PhoneNumber {
    font-size: 0.7rem;
    font-weight: 600;
}

.PhoneNumber a { color: #212529; }

/* Search box */
#searchcontainer { border-bottom: 1px solid #968b83; margin-left: 15px; }
#btnSearch2 {  height: 22px;}
#searchPanel{display:none; border-width: 0px 1px 1px 1px; border-style: solid; border-color: black; background: rgba(255, 255, 205, .8); padding: 4px; margin-left: 15px; width: 310px;}
.MicrosoftMap .MapPushpinBase {
    cursor: pointer !important;
    pointer-events: auto;
}

#bannerLine { 
    font-size: 12px;
    cursor: pointer;
    position: fixed;
    display: block;
    text-align: justify;
    border: medium none;
    padding: 4px;
    z-index: 20000;
    left: 0px;
	padding: 0.4rem 1.2rem;
    margin-right: 0rem;
}

#bannerLine > a { color: black; }

#map_container { position: absolute; top: 0px; left: 0px; width: 100%; margin-top: 130px; height: calc(100% - 130px); }

.FeedBackLinkContainer {font-size: 0px; cursor: pointer; position: fixed; top: auto; bottom: 100px; display: block; background-color: transparent; border: medium none; z-index: 2000000000; right: 0px;}
.FeedBackLinkContainer img {border: medium none; text-decoration: none; padding: 0px; margin: 0px; }


@media (max-width: 992px) {
	#fbcLegend { position: fixed; bottom: 0px; right: 0px; left: 0px; width: 100%; background-color: white; }
	#legendAll { float: right; margin: 10px; }
	#legendPlanned { float: right; margin: 10px; }
}

@media (max-width: 767px), (max-height: 767px) {
	.FeedBackLinkContainer {bottom: 60px!important; }
	.FeedBackLinkContainer img {width:25px!important;}
}
@media (max-width: 500px) {
	#fbcHeaderText { display:none !important; }
}

@media (max-width: 300px) {
	.navbar { padding-left: 0.3rem; padding-right: 0.3rem; }
}

@media (min-width: 768px) { 
	#fortis-common-header .topbar { font-size: 14px; height: 70px; } 
	#fortis-common-header .topbar>.container-fluid>a:first-of-type svg { height: 35px; }
	.FortisBC-site-logo.logo__footer { width: 260px; }
	#fortis-common-header .topbar>.container-fluid { flex: none; padding-right: 45px; padding-left: 45px; }
	.navbar, div#headerRow { padding-top: 0.9rem; padding-left: 2rem; padding-right: 2rem; }
	.PhoneNumber { font-size: 0.9rem; padding-top: 1rem; }
	#map_container { margin-top: 180px; height: calc(100% - 180px); }
	th#map_list_header { font-size: 1.2rem; }
	#bannerLine { margin-right: 10rem; }
	.legendText { font-size: 0.95rem; vertical-align: inherit; }
	ul.navbar-nav li { margin-right: 15px; }
	.PageTitle { font-size: 1.6rem; }
	#updateLine { font-size: 0.8rem; }
}

@media (min-width: 992px) {
	#map_container { margin-top: 220px; height: calc(100% - 220px); }
	.PhoneNumber { font-size: 0.9rem; padding-top: 1.6rem; }
}

.legendIcon { border-radius: 6px; }