/* -------------------
BEGIN  
Sitecore Resource: f8194730-62d2-4386-b798-93ae6dcb2225
   -------------------*/

/* Sitecore team Custom CSS   */

.scWebEditInput {
  width: 100%;
}
.field-validation-error span {
  display: inline-block;
  color: red;
  padding-bottom: 5px;
}
.field-validation-error {
  display: inline-block;
  color: red;
  padding-bottom: 5px;
  font-family: "Segoe UI", sans-serif, arial;
  font-size: 14px;
}
.validation-summary-errors ul li {
  display: inline-block;
  color: red;
  padding-bottom: 5px;
  font-family: "Segoe UI", sans-serif, arial;
  font-size: 14px;
}
.green_link + .field-validation-error {
  display: inherit;
}
.validation-summary-errors ul li {
  color: red !important;
  list-style: none;
}
.eye-wrapper {
  position: relative;
}
.eyes {
  position: absolute;
  top: 5px;
  right: 10px;
}
.eye-link {
  color: black;
}
.fi-eye {
  font-size: 22px;
}
.sub-text {
  font-size: 12px;
  display: block;
}
[class^="ico-"],
[class*=" ico-"] {
  font: normal 1em/1 Arial, sans-serif;
  display: inline-block;
}
.ico-times:before {
  content: "\2716";
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
/* UI Custome CSS   */

.ausnetcad-topbar-wrapper {
  width: 100%;
  margin: 0;
  max-width: 100%;
  min-height: 60px;
}
.padT20 {
  padding-top: 20px;
}
#body-wrapper header .container-1col > .large-12.columns {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#header .row {
  max-width: 100% !important;
  margin-right: 0px;
}
body {
  background: #f2f2f2 url("-/media/Images/AusNet/Portal/footer_background.png") 0 bottom no-repeat;
  min-height: 100%;
  max-width: 100%;
  /*overflow-x: hidden;*/

}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a {
  color: #0864b1;
  font-family: "FFNettoWeb", Arial, sans-serif;
}
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  border-radius: 4px !important;
  padding: 5px;
  height: auto;
}
button,
.button,
[type="submit"],
[type="button"],
[type="reset"] {
  border-radius: 4px;
  padding: 8px 35px;
  background-color: #0864b1;
  border-color: #031f73;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #031f73;
}
.button.split,
a.split,
button.split {
  padding-left: 15px;
}
.split.button {
  position: relative;
  padding-right: 4rem;
}
button,
.button {
  font-size: 12px;
  font-weight: bold;
}
form label {
  font-weight: 600;
  cursor: auto;
}
.form_link a,
.form_link label {
  font-size: 90%;
  font-weight: normal;
}
/* DASHBOARD Classes  */

.hc-label {
  position: relative;
  background-color: #f2f2f2;
  padding-left: 16px;
  padding-right: 25px;
  display: inline-block;
  /*margin-top: 150px;
    width: 450%;*/
  margin-left: -3px;
}
.nmi_block {
  background: white;
  display: table;
  width: 100%;
}
.comparison_block,
.this_month_block {
  border: 1px solid #bcbec0;
  border-radius: 5px;
  min-height: 103px;
  background-color: white;
  padding: 3px;
}
.this_month_block table {
  width: 100%;
}
.this_month_block table td {
  vertical-align: middle;
  color: #bcbec0;
  padding: 0px;
}
.this_month_block .this_month_value {
  font-size: 10px;
}
.this_month_block .this_month_chart {
  vertical-align: middle;
  font-size: 10px;
  color: #bcbec0;
}
.this_month_block .this_month_chart .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #bcbec0;
  color: #8ec63f !important;
  margin: 0 auto;
  margin-top: 3px;
  font-size: 14px;
}
.this_month_block .this_month_chart .circle div {
  text-align: center;
  margin: 10px 0 5px 0;
  color: #8ec63f !important;
}
.this_month_chart .circle div {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
}
.meter_number {
  color: #bcbec0;
  font-size: 11px;
}
.btn-group.gray_btn button {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 1px;
  background-color: #bcbec0;
  float: left;
  border-bottom: 5px solid #bcbec0;
  padding: 8px 35px 4px 35px;
}
.btn-group.gray_btn button:hover,
.btn-group.gray_btn button.select {
  border-bottom: 5px solid #bcbec0;
  background-color: #031f73;
  border-color: #8ec63f;
}
.btn-group.gray_btn button.default_view_btn {
  background-color: transparent;
  color: #bcbec0;
  border: 0px;
}
.consumption_comparison_btn .btn-group {
  display: inline-block;
}
.consumption_comparison_btn .export_btn {
  float: right;
}
.chart_label {
  color: red;
}
/* custome dropdown NMI  */

.drop-down {
  position: relative;
  width: 100%;
}
.drop-down a .nmi_icon {
  width: 45px;
  height: 48px;
  border-right: 1px solid #bcbec0;
  margin: 4px 2px;
  padding: 12px 2px;
  background: white url("-/media/Images/AusNet/Portal/nmi_icon.png") center center no-repeat;
}
.drop-down a .nmi_value {
  overflow: hidden;
}
.drop-down a table,
.this_month_block table {
  width: 100%;
  margin-bottom: 0px;
  border: 0px;
}
.drop-down a table tr,
.this_month_block table tr {
  background: white;
}
.drop-down table tr td {
  color: inherit;
  padding: 0px;
}
.drop-down .nmi_gray_number {
  font-size: 12px;
  color: #6d6e71;
}
.drop-down .nmi_address {
  font-size: 12px;
}
.drop-down a .nmi_dropdown_icon {
  width: 45px;
  min-height: 48px;
  border-left: 1px solid #bcbec0;
  margin: 4px 2px;
  padding: 12px 2px;
  background: white url("-/media/Images/AusNet/Portal/dropdown_icon.png") center center no-repeat;
}
.drop-down ul {
  margin-left: 0px;
}
.drop-down .selected a {
  background: white no-repeat scroll right center;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #3179ac;
}
.drop-down .selected a span {
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
.drop-down .option {
  position: relative;
}
.drop-down .options ul {
  background: white none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 53px;
  width: 100%;
  min-width: 170px;
  z-index: 90;
}
.drop-down .selected span.value,
.drop-down .options span.value {
  display: none;
}
.drop-down .options ul li a {
  padding: 5px;
  display: block;
  text-decoration: none;
  color: #3179ac;
}
.drop-down .options ul li {
  border-bottom: 1px solid #f2f2f2;
}
.drop-down .options ul li a:hover {
  background: #e2e2e2;
  transition: 0.2s ease;
}
/* --------- Dropdown ---------- */

/* Common Classes  */

#main_body .row {
  max-width: 100% !important;
}
table tr {
  background: #f2f2f2;
}
table tr.even,
table tr.alt,
table tr:nth-of-type(2n) {
  background: #e7e6e6;
}
table thead tr th,
table thead tr td {
  color: white;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
  text-align: center;
  background: #031f73;
}
button.secondary,
.button.secondary {
  background-color: #bcbec0;
  border-color: #bcbec0;
  color: white;
}
button.secondary:hover,
.button.secondary:hover {
  background-color: #6d6e71;
  border-color: #6d6e71;
  color: white;
}
.btn-export {
  display: block;
}
/* Common Reset Classes  */

.size-10 {
  font-size: 10px !important;
}
.size-12 {
  font-size: 12px !important;
}
.size-14 {
  font-size: 14px;
}
.size-16 {
  font-size: 16px !important;
}
.size-18 {
  font-size: 18px !important;
}
.size-21 {
  font-size: 21px;
}
.size-24 {
  font-size: 24px;
}
.size-30 {
  font-size: 30px;
}
.size-36 {
  font-size: 36px;
}
.size-48 {
  font-size: 48px;
}
.size-60 {
  font-size: 60px;
}
.size-72 {
  font-size: 72px;
}
.light_blue {
  color: #198ccd;
}
.new_blue {
  color: #3eb08e !important;
}
.radio-blue label {
  color: #0864b1 !important;
}
.padTB10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padT20 {
  padding-top: 20px;
}
.padB20 {
  padding-bottom: 20px;
}
.padL3 {
  padding-left: 3px;
}
.marR10 {
  margin-right: 10px;
}
.marT50 {
  margin-top: 50px;
}
.marT40 {
  margin-top: 25px;
}
.marB50 {
  margin-bottom: 50px;
}
.marT20 {
  margin-top: 20px;
}
.marT10 {
  margin-top: 10px;
}
.marL15 {
  margin-left: 15px;
}
.marB10 {
  margin-bottom: 10px;
}
.marTB3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.has-tip {
  border: 0 none;
  color: #3eb08e;
}
a.green_link,
.green_link {
  color: #3eb08e;
}
.nowrap {
  white-space: nowrap;
}
label span.right img {
  margin-bottom: 3px;
}
.vAlignT {
  vertical-align: top !important;
}
.tooltip {
  background: #6d6e71;
  color: white;
  border: 1px solid black;
  border-radius: 4px;
  width: 500px;
}
.tooltip > .nub {
  border: 0 !important;
}
.overflow_div {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 10px;
}
/* Header Style  */

.top-bar {
  background-color: white !important;
  border-bottom: 4px solid #8ec63f !important;
  min-height: 88px;
  padding-bottom: 0px;
}
#header h1 {
  padding-top: 3px;
}
#header h1 a {
  padding-left: 3px !important;
  padding-right: 0px !important;
}
#header h1 a img {
  width: 120px;
}
#header .page_heading h5 {
  margin-top: 55px;
  margin-bottom: 0px;
}
.top-bar,
.top-bar ul {
  background-color: transparent;
}
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6,
#header .h1,
#header .h2,
#header .h3,
#header .h4,
#header .h5,
#header .h6,
#header a {
  color: #031f73;
}
#header .right_menu a.help_icon {
  background: transparent url("") right center no-repeat;
  /*-/media/Images/AusNet/Portal/help_icon.png*/
  display: inline-block;
  padding: 0 22px 0 0;
  color: #031f73;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  font-family: "FFNettoWeb", Arial, sans-serif;
  margin-top: 45px;
  min-width: 22px;
  min-height: 22px;
}
#login_body {
  background: url("-/media/Images/AusNet/Portal/corporate_message.png") left bottom no-repeat;
  padding-top: 90px;
  padding-bottom: 30px;
}
#login_body > .row {
  max-width: 100% !important;
}
#login_box_left {
  border-right: 1px solid #bcbec0;
  padding-left: 6%;
  padding-right: 6%;
  padding-bottom: 15px;
}
#login_box_left h4 {
  margin-bottom: 30px;
}
#login_box_left p {
  text-align: justify;
}
#login_box_right {
  margin-bottom: 30px;
}
#login_box_right h5 {
  margin-bottom: 40px;
}
.form_link a {
  font-size: 90%;
}
.form_link a.button {
  padding: 10px 0px;
}
.btn-export {
  float: right;
}
footer {
  color: #0864b1;
  flex: 1;
}
footer.row {
  max-width: 100% !important;
}
footer img {
  width: 84px;
  margin-left: 20px;
}
footer .footer_tagline img {
  width: 84px;
  float: left !important;
  text-align: left !important;
}
/*
footer .footer_left .footer_left_top{
	border-bottom: 1px solid #3EB08E;
	font-size:18px;
	text-align:left;
}
footer .footer_left span.footer_icon{
	width: 28px;
	height:30px;
	display: inline-block;
	font-size: 20px;
	padding:0px;
}
footer .footer_left span{
	padding-top: 6px;
display: inline-block;
}
footer .footer_left_top{
	max-width: 180px;
}
footer .footer_left_top > span{
	line-height:10px;
}
footer .footer_left .footer_left_top .footer_smalltext{
	font-size:8px;
}

footer .footer_left .footer_left_bottom{
	
	text-align:left;
	font-size:13px;
}
*/

.labelMarR input[type="checkbox"] + label,
.labelMarR input[type="radio"] + label {
  margin-right: 0px;
}
.toggler-ico {
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 29px;
  width: 32px;
  height: 20px;
}
.pasword_show_hide button:hover,
.pasword_show_hide button:focus {
  background-color: transparent !important;
}
.password_view_icon {
  background: transparent url("-/media/Images/AusNet/Portal/password_view.png") center center no-repeat;
}
.password_lock_icon {
  background: transparent url("-/media/Images/AusNet/Portal/password_lock.png") center center no-repeat;
}
.logout_icon {
  background: transparent url("-/media/Images/AusNet/Portal/logout.png") right center no-repeat;
  display: inline-block;
  padding-right: 28px;
  min-width: 23px;
  min-height: 20px;
}
.breadcrumb_icon {
  background: transparent url("-/media/Images/AusNet/Portal/breadcrumb_icon.png") center center no-repeat;
  display: inline-block;
  width: 14px;
  height: 21px;
}
.breadcrumbs {
  background-color: transparent;
  border: 0px;
}
@media only screen and (max-width: 768px) {
  #login_box_left {
    border-right: 0;
  }
  .btn-export {
    display: none;
  }
  #container {
    margin-left: -35px;
  }
  .label-center {
    text-align: center;
  }
  .hc-label {
    position: relative;
    background-color: #f2f2f2;
    padding-left: 18px;
    padding-right: 18px;
    display: inline-block;
    /* margin-left: -38px; */
  
  }
}
@media only screen and (max-width: 440px) {
  .pad-top {
    padding-top: 20px;
  }
}
.breadcrumbs > * a {
  color: #6d6e71;
  padding-left: 10px;
  float: left;
  padding-top: 7px;
}
.breadcrumbs > * {
  font-size: 0.7875rem;
  text-transform: none;
}
.breadcrumbs > :hover a,
.breadcrumbs > :focus a {
  text-decoration: none;
  color: black;
}
/* DASHBOARD Classes  */

.nmi_block {
  background: white;
  display: table;
  width: 100%;
}
.comparison_block,
.this_month_block {
  border: 1px solid #bcbec0;
  border-radius: 12px;
  min-height: 103px;
  background-color: white;
  padding: 3px;
}
.this_month_block table {
  width: 100%;
}
.this_month_block table td {
  vertical-align: middle;
  color: #bcbec0;
  padding: 0px;
}
.this_month_block .this_month_value {
  font-size: 10px;
}
.this_month_block .this_month_chart {
  vertical-align: middle;
  font-size: 10px;
  color: #bcbec0;
}
.this_month_block .this_month_chart .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #bcbec0;
  color: #8ec63f !important;
  margin: 0 auto;
  margin-top: 3px;
  font-size: 14px;
}
.this_month_block .this_month_chart .circle div {
  text-align: center;
  margin: 10px 0 5px 0;
}
.this_month_chart .circle div {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
}
.meter_number {
  color: #bcbec0;
  font-size: 11px;
}
.btn-group.gray_btn button {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 1px;
  background-color: #bcbec0;
  float: left;
  border-bottom: 5px solid #bcbec0;
  padding: 8px 35px 4px 35px;
}
.btn-group.gray_btn button:hover,
.btn-group.gray_btn button.select {
  border-bottom: 5px solid #bcbec0;
  background-color: #031f73;
  border-color: #8ec63f;
}
.btn-group.gray_btn button.default_view_btn {
  background-color: transparent;
  color: #bcbec0;
  border: 0px;
}
.btn-group.gray_btn button.default_view_btn span {
  dispaly: inline-block;
  padding-right: 3px;
}
.consumption_comparison_btn .btn-group {
  display: inline-block;
}
.consumption_comparison_btn .export_btn {
  float: right;
}
.chart_label {
  color: red;
}
/*  My Teriff  */

.teriff_label {
  vertical-align: middle;
  font-size: 14px;
  padding: 11px 0px 0px 8px !important;
  /* Added on 30/08/18 by satinder */
  /*padding-left:6px !important;*/
  color: #6d6e71 !important;
}
.tariff_value {
  font-size: 20px;
  color: #6d6e71;
  width: 90px;
  height: 24px;
  border-color: #3399ff;
}
.teriff_block table td .gray_small {
  font-size: 9px;
  vertical-align: top;
  /* Added on 12/03/18 by satinder */

}
.teriff_label i {
  font-size: 20px;
  display: inline-block;
  padding-right: 6px;
  vertical-align: bottom;
  /* Added on 30/08/18 by satinder */

}
i.home {
  color: #3eb08e !important;
}
i.water {
  color: #198ccd !important;
}
i.solar {
  color: #8ec63f !important;
}
.teriff_block {
  border: 1px solid #bcbec0;
  border-radius: 12px;
  min-height: 103px;
  background-color: white;
  padding: 3px 0px;
  overflow: hidden;
  margin-top: 10px;
}
.teriff_block table {
  width: 100%;
  margin-bottom: 0px;
  border: 0px;
}
.teriff_block table td {
  vertical-align: middle;
  color: #bcbec0;
  padding: 0px;
  font-size: 12px;
}
.teriff_block table tr {
  background: white;
}
.teriff_block table .border-right {
  border-right: 1px solid #bcbec0;
}
.flat_btn {
  border-radius: 15px 0px 0px 15px;
  padding: 2px;
  background: #bcbec0;
  color: white;
  display: inline-block;
  width: 70px;
  font-size: 10px;
  text-align: center;
  border-right: 1px solid white;
  margin-bottom: 10px;
  margin-top: 3px;
}
.flat_btn_active {
  border-radius: 15px 0px 0px 15px;
  padding: 2px;
  color: white;
  display: inline-block;
  width: 70px;
  font-size: 10px;
  text-align: center;
  border-right: 1px solid white;
  margin-bottom: 10px;
  margin-top: 3px;
  background: #363693;
}
.variable_btn {
  border-radius: 0px 15px 15px 0px;
  padding: 2px;
  background: #bcbec0;
  color: white;
  display: inline-block;
  width: 70px;
  font-size: 10px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 3px;
}
.variable_btn_active {
  border-radius: 0px 15px 15px 0px;
  padding: 2px;
  color: white;
  display: inline-block;
  width: 70px;
  font-size: 10px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 3px;
  background: #363693;
}
.export_label {
  vertical-align: middle;
  font-size: 14px;
  padding-left: 6px !important;
}
.removed_status {
  border-radius: 15px;
  padding: 2px;
  background: #bcbec0;
  color: white;
  width: 70px;
  font-size: 10px;
  text-align: center;
  margin: 3px auto;
}
.active_status {
  border-radius: 15px;
  padding: 2px;
  background: #8ec63f;
  color: white;
  width: 70px;
  font-size: 10px;
  text-align: center;
  margin: 3px auto;
}
#chartDateRange {
  text-align: center;
  margin-top: 20px;
}
#chartDateRange input {
  max-width: 200px;
  border: 1px solid #8ec63f;
  text-align: center;
  font-size: 14px;
  color: #031f73;
  display: inline-block;
}
#chartDateRange a {
  margin: 0 25px;
  display: inline;
  height: 30px;
  vertical-align: middle;
}
/* ------------- Chart CSS Start --------- */

#legend a {
  margin: 3px 0px;
  text-decoration: none;
  padding: 1px 0px;
  display: block;
  color: #6d6e71;
  font-size: 12px;
  max-width: 135px;
}
#legend a i {
  font-size: 18px;
  padding-right: 5px;
}
#legend a i.chartCheckbox {
  float: right;
  font-size: 11px;
  color: #bcbec0 !important;
  border: 2px solid #bcbec0;
  text-align: center;
  padding: 0;
  width: 16px;
  height: 18px;
  margin-top: 8px;
}
.highcharts-series-2.highcharts-tracker {
  display: inline-block;
  margin-top: 2px;
  padding: 2px;
  top: 3px;
}
.leg-clicked {
  color: #cccccc !important;
}
.highcharts-legend {
  display: none;
}
.hc-label {
  background-color: #f2f2f2;
  /*padding-left:9px;*/
  /*padding-right:6px;*/
  display: inline-block;
}
#consumption_view_div {
  min-width: 400px;
  overflow-x: auto;
}
/* ------------- Chart CSS End --------- */

/* custome dropdown NMI Start */

.drop-down {
  position: relative;
  width: 100%;
}
.drop-down a .nmi_icon {
  width: 45px;
  height: 48px;
  border-right: 1px solid #bcbec0;
  margin: 4px 2px;
  padding: 12px 2px;
  background: white url("-/media/Images/AusNet/Portal/nmi_icon.png") center center no-repeat;
}
.drop-down a .nmi_value {
  overflow: hidden;
}
.drop-down a table,
.this_month_block table {
  width: 100%;
  margin-bottom: 0px;
  border: 0px;
}
.drop-down a table tr,
.this_month_block table tr {
  background: white;
}
.drop-down table tr td {
  color: inherit;
  padding: 0px;
}
.drop-down .nmi_gray_number {
  font-size: 12px;
  color: #6d6e71;
}
.drop-down .nmi_address {
  font-size: 12px;
}
.drop-down a .nmi_dropdown_icon {
  width: 45px;
  min-height: 48px;
  border-left: 1px solid #bcbec0;
  margin: 4px 2px;
  padding: 12px 2px;
  background: white url("-/media/Images/AusNet/Portal/dropdown_icon.png") center center no-repeat;
}
.drop-down ul {
  margin-left: 0px;
}
.drop-down .selected a {
  background: white no-repeat scroll right center;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #3179ac;
}
.drop-down .selected a span {
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
.drop-down .option {
  position: relative;
}
.drop-down .options ul {
  background: white none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 53px;
  width: 100%;
  min-width: 170px;
  z-index: 90;
}
.drop-down .selected span.value,
.drop-down .options span.value {
  display: none;
}
.drop-down .options ul li a {
  padding: 5px;
  display: block;
  text-decoration: none;
  color: #3179ac;
}
.drop-down .options ul li {
  border-bottom: 1px solid #f2f2f2;
}
.drop-down .options ul li a:hover {
  background: #e2e2e2;
  transition: 0.2s ease;
}
/* --------- Dropdown End ---------- */

@media only screen and (max-width: 1024px) {
  .btn-group.gray_btn button {
    padding: 8px 20px 4px 20px;
  }
}
@media only screen and (max-width: 639px) {
  #legend a {
    margin-right: 5px;
    display: inline-block;
  }
  #legend a i.chartCheckbox {
    margin-left: 3px;
  }
  #header .small-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #header .page_heading h5 {
    margin-top: 32px;
  }
  #header h1 a img {
    width: 75px !important;
  }
  #header .right_menu a.help_icon {
    /*margin-top:35px;
  	margin-right: 30px;*/
    /* Added on 06/03/18 by Bagyaraj */
    margin-top: 22px;
    margin-right: 1px;
  }
  .btn-export {
    display: none;
  }
  .logout_position {
    position: absolute;
    right: 10px;
    padding: 0px;
  }
  .top-bar {
    min-height: 65px;
    margin-top: 0px !important;
  }
  #header ul.right {
    padding-top: 35px;
  }
  #login_body {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  #login_box_left {
    border-right: none;
  }
  html,
  body {
    max-width: 100% !important;
    /*overflow-x: hidden !important;*/
    /*changed on 24/05/18*/
    overflow-x: none !important;
  }
  .consumption_comparison_btn .export_btn {
    float: none;
  }
  .btn-group.gray_btn button {
    float: none;
  }
  .btn-group.gray_btn button {
    padding: 8px 15px 4px 15px;
  }
  .chart_button {
    margin-top: 15px;
  }
  .marT20 {
    margin-top: 5px;
  }
  #chartDateRange a {
    margin: 0 5px;
  }
}
/* Outer */

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99;
}
.popup-heading {
  padding-bottom: 10px;
  margin-bottom: 25px;
}
/* Inner */

.popup-inner {
  /*max-width:700px;*/
  height: 400px;
  overflow: auto;
  width: 90%;
  padding: 15px 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px black;
  background: white;
  border-top: #3eb08e solid 5px;
  text-align: justify;
}
/* Close Button */

.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: none !important;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: white;
}
.body-text,
body,
p,
span,
li,
a,
h1,
h2,
h3,
h4,
h5 {
  color: none !important;
}
/*AJAX and Modal*/

.hc-label1 {
  padding-right: 9px !important;
  padding-left: 32px !important;
}
.legend {
  text-align: center;
}
canvas {
  width: 100% !important;
  max-width: 800px;
}
.canvas li span {
  display: none;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url('-/media/Images/AusNet/Common/loader.gif') 50% 50% no-repeat;
}
/* When the body has the loading class, we turn
       the scrollbar off with overflow:hidden */

body.loading {
  overflow: hidden;
}
/* Anytime the body has the loading class, our
       modal element will be visible */

body.loading .modal {
  display: block;
}
/* CSS added by Satinder on 28/11/2017 */

.btn-disable {
  background: #bcbec0 !important;
}
.btn-selected-blue {
  border-bottom: 5px solid #bcbec0 !important;
  background-color: #031f73 !important;
  border-color: #8ec63f !important;
}
.heading-blue_leftNav {
  color: #0864b1 !important;
}
#legend2 a {
  margin: 3px 0px;
  text-decoration: none;
  padding: 1px 0px;
  display: block;
  color: #6d6e71;
  font-size: 12px;
  max-width: 135px;
}
#legend2 a i {
  font-size: 18px;
  padding-right: 5px;
}
#legend2 a i.chartCheckbox {
  float: right;
  font-size: 11px;
  color: #bcbec0 !important;
  border: 2px solid #bcbec0;
  text-align: center;
  padding: 0;
  width: 16px;
  height: 18px;
  margin-top: 8px;
}
.margin-top_30PX {
  margin-top: 30px;
}
.myAccount_dropdown_icon {
  width: 20px;
  min-height: 20px;
  margin: 2px 5px;
  /*background: url("-/media/Images/AusNet/Portal/arrow_down.png") center center no-repeat;*/
  color: white;
  top: 40% !important;
  left: 34% !important;
}
.myAccount_DropdownTxt {
  font-size: 12px;
  font-weight: bold;
  margin-left: 9px;
}
.myAccount_Dropdown_Option {
  position: absolute;
  height: 100%;
  width: 100%;
}
.myAccount_Dropdown_Options ul {
  background: #0864b1 none repeat scroll 0 0 !important;
  display: none;
  list-style: none;
  padding: 0px 0px;
  width: 100%;
  min-width: 80px;
  z-index: 90;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: left !important;
}
.myAccount_Dropdown_Options ul li a {
  padding: 5px;
  display: block;
  text-decoration: none;
  color: white;
}
.myAccount_Dropdown_Options ul li a:hover {
  transition: 0.2s ease;
  background: #e2e2e2;
  color: #6d6e71;
}
.myAccount_Dropdown {
  position: relative;
}
.myAccount_OptionsDiv {
  position: relative;
}
.f-dropdown {
  background: #0864b1 none repeat scroll 0 0 !important;
}
.f-dropdown li a {
  padding: 5px;
  display: block;
  text-decoration: none;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: left !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.f-dropdown li a:hover {
  transition: 0.2s ease;
  background: #e2e2e2;
  color: #6d6e71 !important;
}
.f-dropdown:before {
  border: inset 0px !important;
}
.f-dropdown:after {
  border: inset 0px !important;
}
.secondary_Icon {
  background: transparent url("-/media/Images/AusNet/Portal/secondary_icon.png") center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 17px;
}
.secondary_Icon_Grey {
  background: transparent url("../images/secondary_Icon_Grey.png") center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 17px;
}
.solar_Icon {
  background: transparent url("-/media/Images/AusNet/Portal/solar_icon.png") center center no-repeat;
  display: inline-block;
  width: 17px;
  height: 18px;
}
.home_Icon {
  background: transparent url("-/media/Images/AusNet/Portal/home_icon.png") center center no-repeat;
  display: inline-block;
  width: 17px;
  height: 18px;
}
.solar_Icon_Grey {
  background: transparent url("-/media/Images/AusNet/Portal/solar1_icon.png") center center no-repeat;
  display: inline-block;
  width: 17px;
  height: 18px;
}
.fi-dollar {
  font-size: 18px !important;
}
.padTop_6PX {
  padding-top: 6px !important;
}
.text-align_Center {
  text-align: center;
}
.defaultCheckBox {
  margin-top: -6px;
  vertical-align: middle;
  font-family: "FFNettoWeb", Arial, sans-serif;
  font-size: 12px;
  color: #999999;
  margin-left: -33px;
  display: inline-block;
}
/* .hasDropdown{
	display:none;
}
.hasDropdownOpen{
	display:block;
}
li.dropdown ul {
display : none;
} */

/* Added on 30/11/17 for NMIs Page */

.leftMargin_8PX {
  margin-left: 8px !important;
}
.rightPadding_0PX {
  padding-right: 0px !important;
}
.ausnet-header {
  position: relative;
}
.ausnet-container {
  height: 65px;
  width: 100% !important;
  max-width: 100%;
}
.ausnet-Logo {
  text-align: left;
}
.ausnet-Logo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 123px;
  padding-top: 6px;
  padding-left: 3px;
}
.demo-toggle-title {
  margin-top: 0.5rem;
}
.pageHeaderBlue {
  color: #0864b1;
  font-family: "FFNettoWeb", Arial, sans-serif;
  font-size: 20px;
  margin-top: 45px;
}
/* Media Queries for iPhone6 Portrait 375 x 667 */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  .pad-left-right {
    margin-left: 0px !important;
    padding: 0px !important;
  }
  .ausnet-container {
    padding-left: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .demo-toggle-title {
    margin-top: 0.5rem;
  }
  .this_month_block {
    margin-top: -994px !important;
  }
  .marginTop_24PX {
    margin-top: -24px !important;
  }
  .ausnet-header {
    max-width: 100%;
  }
  .dashboardText {
    color: #0864b1;
    font-family: "FFNettoWeb", Arial, sans-serif;
    font-size: 12px;
  }
  .text-center {
    text-align: center !important;
  }
  .margin-top_27PX {
    margin-top: 27px !important;
  }
  .defaultCheckBox {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }
  .menu li ul {
    display: none;
    width: 100%;
  }
  .expanded {
    display: block;
  }
  /* Added on 06/03/18 by Satinder */
  
  .tariff_value {
    font-size: smaller !important;
  }
  body {
    background: #f2f2f2 url("-/media/Images/AusNet/Portal/footer_background.png") 0 bottom no-repeat;
    min-height: 100%;
    max-width: 100%;
    overflow: none !important;
  }
  html,
  body {
    max-width: 100% !important;
    overflow: none !important;
  }
  body.loading {
    overflow: none !important;
  }
}
/* Media Queries for iPhone6 Landscape 375 x 667 */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  /* Added on 06/03/18 by Satinder */
  
  .tariff_value {
    font-size: smaller !important;
  }
}
/* Media Queries for iPhone6s plus landscape 414 x 736 added in 05/03/18 */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  /*Added on 07/03/18 by satinder */
  
  footer {
    padding-top: 120px !important;
  }
}
/* NEW NAV */

/* header */

.header {
  background-color: white;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  z-index: 3;
  margin: 0px;
  padding: 0;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: white;
}
.header li a {
  display: block;
  padding: 7px 20px;
  border-right: 1px solid #f1f1f1;
  text-decoration: none;
  background: #0864b1;
  color: white;
  font-size: 12px;
  border-bottom: 1px solid #f1f1f1;
}
.header li a:hover,
.header .menu-btn:hover {
  background-color: #f1f1f1;
  color: black;
}
.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}
/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #333333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
/* menu btn */

.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
.split.button span:after {
  display: none;
}
#channel-legend a i {
  /*font-size: 18px;*/
  padding-right: 25px;
}
.font-size-14 {
  font-size: 14px;
}
#legend a i.chartCheckbox {
  float: right;
  font-size: 11px;
  color: #606060 !important;
  border: 1px solid #606060;
  text-align: center;
  padding: 0;
  width: 16px;
  height: 17px;
  margin-top: 3px;
}
.home_Icon {
  height: 14px;
}
.legend_span {
  font-size: 11px;
  color: gray;
}
/* Added for My Tariff Page by Satinder on 08/12/17 */

.margin-right_50PX {
  margin-right: 50px;
}
.dollarBlue_Icon {
  background: transparent url("-/media/Images/AusNet/Portal/icon_DollarBlue.png") center center no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  /* Added on 30/08/18 by satinder */

}
.padLeft_7PX {
  padding-left: 7px !important;
}
.padLeft_104PX {
  padding-left: 94px !important;
}
.marginTop_30PX {
  margin-top: 30px;
}
.changeColor_Off {
  border-radius: 0px 15px 15px 0px;
  padding: 2px;
  background: #bcbec0;
  color: white;
  display: inline-block;
  width: 70px;
  font-size: 10px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 3px;
}
/* Added by Satinder on 23/02/18 */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  #main_body {
    min-height: 785px !important;
  }
  /* Added on 06/03/18 by Satinder */
  
  .tariff_value {
    font-size: smaller !important;
  }
  /*Added on 07/03/18 by satinder */
  
  footer {
    padding-top: 90px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  #main_body {
    min-height: 810px !important;
  }
  /* Added on 06/03/18 by Satinder */
  
  .tariff_value {
    font-size: smaller !important;
  }
  .header .menu-btn:checked ~ .menu {
    max-height: 270px;
  }
  /*Added on 07/03/18 by satinder */
  
  footer {
    padding-top: 140px !important;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  #header {
    margin-bottom: 1.5em;
    display: block !important;
  }
  .header {
    display: none !important;
  }
  .hide-custom {
    display: block !important;
  }
  /* Added on 06/03/18 by Satinder */
  
  .tariff_value {
    font-size: smaller !important;
  }
}
/* your css rules for ipad portrait */

/* IPad landscape mode added by satinder on 01/03/18 */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #header {
    margin-bottom: 1.5em;
    display: block !important;
  }
  .header {
    display: none !important;
  }
  .hide-custom {
    display: block !important;
  }
  /* Added on 06/03/18 by Satinder */
  
  .tariff_value {
    font-size: smaller !important;
  }
}
/* your css rules for ipad landscape ends */

@media all and (device-width: 812px) and (device-height: 375px) and (orientation: landscape) {
  #header {
    margin-bottom: 1.5em;
    display: block !important;
  }
  .header {
    display: none !important;
  }
  .hide-custom {
    display: block !important;
  }
}
/* your css rules for iphone X landscape */

@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  #header {
    display: block !important;
  }
  .header {
    display: none !important;
  }
  .hide-custom {
    display: block !important;
  }
}
/*Samsung Galaxy S6 Landscape mode added on 28/02/18 by Satinder */

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: landscape) {
  .blueButtons_Center {
    text-align: left;
    margin-left: 120px;
  }
  .myUsageDiv {
    width: 25%;
  }
  .dashboardGraph {
    width: 75%;
  }
  .f-open-dropdown {
    left: 0px !important;
    width: 35% !important;
    /* Added om 09/03/18 by satinder */
  
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: portrait) {
  .f-open-dropdown {
    /* top:1866px !important; Changed on 13/03/18 by satinder */
    width: 60% !important;
    /* Added on 13/03/18 by satinder */
    /*top:85%!important;*/
    left: 0px !important;
  }
}
.graphScroll {
  min-width: 765px;
  height: 400px;
  margin: 0 auto;
}
.sub-text {
  padding-left: 8.5%;
}
.ui-datepicker-calendar span {
  color: white !important;
}
.defaultchartCheckbox {
  /*float: left;
        font-size: 11px;
        color: #bcbec0 !important;*/
  border: 2px solid #bcbec0;
  /*text-align: left;
        width: 16px;
        height: 16px;*/

}
.defaultCheckBox {
  margin-top: 9px;
  vertical-align: middle;
  font-family: "FFNettoWeb", Arial, sans-serif;
  font-size: 12px;
  color: #999999;
  margin-left: 15px;
  display: inline-block;
}
#tooltip {
  display: table;
  width: 250px;
  /*border-radius: 20px;
                border: 2px solid #73AD21;*/

}
#tooltip-usage {
  display: table;
  width: 315px;
  /*border-radius: 20px;
                border: 2px solid #73AD21;*/

}
#frow {
  display: table-row;
}
#channel-usage-radio {
  margin-bottom: 0px !important;
}
#channel-legend {
  margin-bottom: 10px;
}
#prevWeekLegend {
  max-width: 135px !important;
}
#currWeekLegend {
  max-width: 135px !important;
}
/*#net-usage-radio,#net-cost-radio{
                margin-right:5px;
            }*/

#picker {
  background-color: white;
}
/* Google Nexus6 Portrait mode added on 08/03/18 by satinder */

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: portrait) {
  .f-open-dropdown {
    /*top: 74% !important;*/
    /*top:1866px !important;  Changed on 13/03/18 by satinder */
    width: 60% !important;
    /* Added on 13/03/18 by satinder */
    /*left: 14px !important;*/
    left: 0px !important;
    /* Changed on 13/03/18 by satinder */
  
  }
}
/*MY Cost and My NMI page*/

.span-dollar {
  font-size: 20px;
  color: #6d6e71;
  width: 85px;
  border: 0;
}
.button[disabled].secondary {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* added on 12/03/2018  by bagyaraj*/

.textWrap_myCost {
  white-space: nowrap;
}
/* Css classes Finished */

.defaultNMI_Col {
  width: 8%;
}
.NMI_Col {
  width: 9%;
}
.myNMINickName_Col {
  width: 16%;
}
.regName_Col {
  width: 16%;
}
.select_Col {
  width: 5%;
}
.nmi_White_Icon {
  /*width:18px !important;
		min-height: 18px !important;
		margin:2px 5px;*/
  background: url("-/media/Images/AusNet/Portal/images_icon_MNI_Small_White.png") center center no-repeat;
  /*top:40% !important;
		left:34% !important;*/

}
/* -------------------
BEGIN Foundation Icons 
Sitecore Resource: 22531e6b-2cf1-4640-ae90-53ddb66d62c1
   -------------------*/

/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */

@font-face {
  font-family: "foundation-icons";
  src: url("/AVN/Foundation/icons/foundation-icons.eot");
  src: url("/AVN/Foundation/icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("/AVN/Foundation/icons/foundation-icons.woff") format("woff"), url("/AVN/Foundation/icons/foundation-icons.ttf") format("truetype"), url("/AVN/Foundation/icons/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.fi-address-book:before {
  content: "\f100";
}
.fi-alert:before {
  content: "\f101";
}
.fi-align-center:before {
  content: "\f102";
}
.fi-align-justify:before {
  content: "\f103";
}
.fi-align-left:before {
  content: "\f104";
}
.fi-align-right:before {
  content: "\f105";
}
.fi-anchor:before {
  content: "\f106";
}
.fi-annotate:before {
  content: "\f107";
}
.fi-archive:before {
  content: "\f108";
}
.fi-arrow-down:before {
  content: "\f109";
}
.fi-arrow-left:before {
  content: "\f10a";
}
.fi-arrow-right:before {
  content: "\f10b";
}
.fi-arrow-up:before {
  content: "\f10c";
}
.fi-arrows-compress:before {
  content: "\f10d";
}
.fi-arrows-expand:before {
  content: "\f10e";
}
.fi-arrows-in:before {
  content: "\f10f";
}
.fi-arrows-out:before {
  content: "\f110";
}
.fi-asl:before {
  content: "\f111";
}
.fi-asterisk:before {
  content: "\f112";
}
.fi-at-sign:before {
  content: "\f113";
}
.fi-background-color:before {
  content: "\f114";
}
.fi-battery-empty:before {
  content: "\f115";
}
.fi-battery-full:before {
  content: "\f116";
}
.fi-battery-half:before {
  content: "\f117";
}
.fi-bitcoin-circle:before {
  content: "\f118";
}
.fi-bitcoin:before {
  content: "\f119";
}
.fi-blind:before {
  content: "\f11a";
}
.fi-bluetooth:before {
  content: "\f11b";
}
.fi-bold:before {
  content: "\f11c";
}
.fi-book-bookmark:before {
  content: "\f11d";
}
.fi-book:before {
  content: "\f11e";
}
.fi-bookmark:before {
  content: "\f11f";
}
.fi-braille:before {
  content: "\f120";
}
.fi-burst-new:before {
  content: "\f121";
}
.fi-burst-sale:before {
  content: "\f122";
}
.fi-burst:before {
  content: "\f123";
}
.fi-calendar:before {
  content: "\f124";
}
.fi-camera:before {
  content: "\f125";
}
.fi-check:before {
  content: "\f126";
}
.fi-checkbox:before {
  content: "\f127";
}
.fi-clipboard-notes:before {
  content: "\f128";
}
.fi-clipboard-pencil:before {
  content: "\f129";
}
.fi-clipboard:before {
  content: "\f12a";
}
.fi-clock:before {
  content: "\f12b";
}
.fi-closed-caption:before {
  content: "\f12c";
}
.fi-cloud:before {
  content: "\f12d";
}
.fi-comment-minus:before {
  content: "\f12e";
}
.fi-comment-quotes:before {
  content: "\f12f";
}
.fi-comment-video:before {
  content: "\f130";
}
.fi-comment:before {
  content: "\f131";
}
.fi-comments:before {
  content: "\f132";
}
.fi-compass:before {
  content: "\f133";
}
.fi-contrast:before {
  content: "\f134";
}
.fi-credit-card:before {
  content: "\f135";
}
.fi-crop:before {
  content: "\f136";
}
.fi-crown:before {
  content: "\f137";
}
.fi-css3:before {
  content: "\f138";
}
.fi-database:before {
  content: "\f139";
}
.fi-die-five:before {
  content: "\f13a";
}
.fi-die-four:before {
  content: "\f13b";
}
.fi-die-one:before {
  content: "\f13c";
}
.fi-die-six:before {
  content: "\f13d";
}
.fi-die-three:before {
  content: "\f13e";
}
.fi-die-two:before {
  content: "\f13f";
}
.fi-dislike:before {
  content: "\f140";
}
.fi-dollar-bill:before {
  content: "\f141";
}
.fi-dollar:before {
  content: "\f142";
}
.fi-download:before {
  content: "\f143";
}
.fi-eject:before {
  content: "\f144";
}
.fi-elevator:before {
  content: "\f145";
}
.fi-euro:before {
  content: "\f146";
}
.fi-eye:before {
  content: "\f147";
}
.fi-fast-forward:before {
  content: "\f148";
}
.fi-female-symbol:before {
  content: "\f149";
}
.fi-female:before {
  content: "\f14a";
}
.fi-filter:before {
  content: "\f14b";
}
.fi-first-aid:before {
  content: "\f14c";
}
.fi-flag:before {
  content: "\f14d";
}
.fi-folder-add:before {
  content: "\f14e";
}
.fi-folder-lock:before {
  content: "\f14f";
}
.fi-folder:before {
  content: "\f150";
}
.fi-foot:before {
  content: "\f151";
}
.fi-foundation:before {
  content: "\f152";
}
.fi-graph-bar:before {
  content: "\f153";
}
.fi-graph-horizontal:before {
  content: "\f154";
}
.fi-graph-pie:before {
  content: "\f155";
}
.fi-graph-trend:before {
  content: "\f156";
}
.fi-guide-dog:before {
  content: "\f157";
}
.fi-hearing-aid:before {
  content: "\f158";
}
.fi-heart:before {
  content: "\f159";
}
.fi-home:before {
  content: "\f15a";
}
.fi-html5:before {
  content: "\f15b";
}
.fi-indent-less:before {
  content: "\f15c";
}
.fi-indent-more:before {
  content: "\f15d";
}
.fi-info:before {
  content: "\f15e";
}
.fi-italic:before {
  content: "\f15f";
}
.fi-key:before {
  content: "\f160";
}
.fi-laptop:before {
  content: "\f161";
}
.fi-layout:before {
  content: "\f162";
}
.fi-lightbulb:before {
  content: "\f163";
}
.fi-like:before {
  content: "\f164";
}
.fi-link:before {
  content: "\f165";
}
.fi-list-bullet:before {
  content: "\f166";
}
.fi-list-number:before {
  content: "\f167";
}
.fi-list-thumbnails:before {
  content: "\f168";
}
.fi-list:before {
  content: "\f169";
}
.fi-lock:before {
  content: "\f16a";
}
.fi-loop:before {
  content: "\f16b";
}
.fi-magnifying-glass:before {
  content: "\f16c";
}
.fi-mail:before {
  content: "\f16d";
}
.fi-male-female:before {
  content: "\f16e";
}
.fi-male-symbol:before {
  content: "\f16f";
}
.fi-male:before {
  content: "\f170";
}
.fi-map:before {
  content: "\f171";
}
.fi-marker:before {
  content: "\f172";
}
.fi-megaphone:before {
  content: "\f173";
}
.fi-microphone:before {
  content: "\f174";
}
.fi-minus-circle:before {
  content: "\f175";
}
.fi-minus:before {
  content: "\f176";
}
.fi-mobile-signal:before {
  content: "\f177";
}
.fi-mobile:before {
  content: "\f178";
}
.fi-monitor:before {
  content: "\f179";
}
.fi-mountains:before {
  content: "\f17a";
}
.fi-music:before {
  content: "\f17b";
}
.fi-next:before {
  content: "\f17c";
}
.fi-no-dogs:before {
  content: "\f17d";
}
.fi-no-smoking:before {
  content: "\f17e";
}
.fi-page-add:before {
  content: "\f17f";
}
.fi-page-copy:before {
  content: "\f180";
}
.fi-page-csv:before {
  content: "\f181";
}
.fi-page-delete:before {
  content: "\f182";
}
.fi-page-doc:before {
  content: "\f183";
}
.fi-page-edit:before {
  content: "\f184";
}
.fi-page-export-csv:before {
  content: "\f185";
}
.fi-page-export-doc:before {
  content: "\f186";
}
.fi-page-export-pdf:before {
  content: "\f187";
}
.fi-page-export:before {
  content: "\f188";
}
.fi-page-filled:before {
  content: "\f189";
}
.fi-page-multiple:before {
  content: "\f18a";
}
.fi-page-pdf:before {
  content: "\f18b";
}
.fi-page-remove:before {
  content: "\f18c";
}
.fi-page-search:before {
  content: "\f18d";
}
.fi-page:before {
  content: "\f18e";
}
.fi-paint-bucket:before {
  content: "\f18f";
}
.fi-paperclip:before {
  content: "\f190";
}
.fi-pause:before {
  content: "\f191";
}
.fi-paw:before {
  content: "\f192";
}
.fi-paypal:before {
  content: "\f193";
}
.fi-pencil:before {
  content: "\f194";
}
.fi-photo:before {
  content: "\f195";
}
.fi-play-circle:before {
  content: "\f196";
}
.fi-play-video:before {
  content: "\f197";
}
.fi-play:before {
  content: "\f198";
}
.fi-plus:before {
  content: "\f199";
}
.fi-pound:before {
  content: "\f19a";
}
.fi-power:before {
  content: "\f19b";
}
.fi-previous:before {
  content: "\f19c";
}
.fi-price-tag:before {
  content: "\f19d";
}
.fi-pricetag-multiple:before {
  content: "\f19e";
}
.fi-print:before {
  content: "\f19f";
}
.fi-prohibited:before {
  content: "\f1a0";
}
.fi-projection-screen:before {
  content: "\f1a1";
}
.fi-puzzle:before {
  content: "\f1a2";
}
.fi-quote:before {
  content: "\f1a3";
}
.fi-record:before {
  content: "\f1a4";
}
.fi-refresh:before {
  content: "\f1a5";
}
.fi-results-demographics:before {
  content: "\f1a6";
}
.fi-results:before {
  content: "\f1a7";
}
.fi-rewind-ten:before {
  content: "\f1a8";
}
.fi-rewind:before {
  content: "\f1a9";
}
.fi-rss:before {
  content: "\f1aa";
}
.fi-safety-cone:before {
  content: "\f1ab";
}
.fi-save:before {
  content: "\f1ac";
}
.fi-share:before {
  content: "\f1ad";
}
.fi-sheriff-badge:before {
  content: "\f1ae";
}
.fi-shield:before {
  content: "\f1af";
}
.fi-shopping-bag:before {
  content: "\f1b0";
}
.fi-shopping-cart:before {
  content: "\f1b1";
}
.fi-shuffle:before {
  content: "\f1b2";
}
.fi-skull:before {
  content: "\f1b3";
}
.fi-social-500px:before {
  content: "\f1b4";
}
.fi-social-adobe:before {
  content: "\f1b5";
}
.fi-social-amazon:before {
  content: "\f1b6";
}
.fi-social-android:before {
  content: "\f1b7";
}
.fi-social-apple:before {
  content: "\f1b8";
}
.fi-social-behance:before {
  content: "\f1b9";
}
.fi-social-bing:before {
  content: "\f1ba";
}
.fi-social-blogger:before {
  content: "\f1bb";
}
.fi-social-delicious:before {
  content: "\f1bc";
}
.fi-social-designer-news:before {
  content: "\f1bd";
}
.fi-social-deviant-art:before {
  content: "\f1be";
}
.fi-social-digg:before {
  content: "\f1bf";
}
.fi-social-dribbble:before {
  content: "\f1c0";
}
.fi-social-drive:before {
  content: "\f1c1";
}
.fi-social-dropbox:before {
  content: "\f1c2";
}
.fi-social-evernote:before {
  content: "\f1c3";
}
.fi-social-facebook:before {
  content: "\f1c4";
}
.fi-social-flickr:before {
  content: "\f1c5";
}
.fi-social-forrst:before {
  content: "\f1c6";
}
.fi-social-foursquare:before {
  content: "\f1c7";
}
.fi-social-game-center:before {
  content: "\f1c8";
}
.fi-social-github:before {
  content: "\f1c9";
}
.fi-social-google-plus:before {
  content: "\f1ca";
}
.fi-social-hacker-news:before {
  content: "\f1cb";
}
.fi-social-hi5:before {
  content: "\f1cc";
}
.fi-social-instagram:before {
  content: "\f1cd";
}
.fi-social-joomla:before {
  content: "\f1ce";
}
.fi-social-lastfm:before {
  content: "\f1cf";
}
.fi-social-linkedin:before {
  content: "\f1d0";
}
.fi-social-medium:before {
  content: "\f1d1";
}
.fi-social-myspace:before {
  content: "\f1d2";
}
.fi-social-orkut:before {
  content: "\f1d3";
}
.fi-social-path:before {
  content: "\f1d4";
}
.fi-social-picasa:before {
  content: "\f1d5";
}
.fi-social-pinterest:before {
  content: "\f1d6";
}
.fi-social-rdio:before {
  content: "\f1d7";
}
.fi-social-reddit:before {
  content: "\f1d8";
}
.fi-social-skillshare:before {
  content: "\f1d9";
}
.fi-social-skype:before {
  content: "\f1da";
}
.fi-social-smashing-mag:before {
  content: "\f1db";
}
.fi-social-snapchat:before {
  content: "\f1dc";
}
.fi-social-spotify:before {
  content: "\f1dd";
}
.fi-social-squidoo:before {
  content: "\f1de";
}
.fi-social-stack-overflow:before {
  content: "\f1df";
}
.fi-social-steam:before {
  content: "\f1e0";
}
.fi-social-stumbleupon:before {
  content: "\f1e1";
}
.fi-social-treehouse:before {
  content: "\f1e2";
}
.fi-social-tumblr:before {
  content: "\f1e3";
}
.fi-social-twitter:before {
  content: "\f1e4";
}
.fi-social-vimeo:before {
  content: "\f1e5";
}
.fi-social-windows:before {
  content: "\f1e6";
}
.fi-social-xbox:before {
  content: "\f1e7";
}
.fi-social-yahoo:before {
  content: "\f1e8";
}
.fi-social-yelp:before {
  content: "\f1e9";
}
.fi-social-youtube:before {
  content: "\f1ea";
}
.fi-social-zerply:before {
  content: "\f1eb";
}
.fi-social-zurb:before {
  content: "\f1ec";
}
.fi-sound:before {
  content: "\f1ed";
}
.fi-star:before {
  content: "\f1ee";
}
.fi-stop:before {
  content: "\f1ef";
}
.fi-strikethrough:before {
  content: "\f1f0";
}
.fi-subscript:before {
  content: "\f1f1";
}
.fi-superscript:before {
  content: "\f1f2";
}
.fi-tablet-landscape:before {
  content: "\f1f3";
}
.fi-tablet-portrait:before {
  content: "\f1f4";
}
.fi-target-two:before {
  content: "\f1f5";
}
.fi-target:before {
  content: "\f1f6";
}
.fi-telephone-accessible:before {
  content: "\f1f7";
}
.fi-telephone:before {
  content: "\f1f8";
}
.fi-text-color:before {
  content: "\f1f9";
}
.fi-thumbnails:before {
  content: "\f1fa";
}
.fi-ticket:before {
  content: "\f1fb";
}
.fi-torso-business:before {
  content: "\f1fc";
}
.fi-torso-female:before {
  content: "\f1fd";
}
.fi-torso:before {
  content: "\f1fe";
}
.fi-torsos-all-female:before {
  content: "\f1ff";
}
.fi-torsos-all:before {
  content: "\f200";
}
.fi-torsos-female-male:before {
  content: "\f201";
}
.fi-torsos-male-female:before {
  content: "\f202";
}
.fi-torsos:before {
  content: "\f203";
}
.fi-trash:before {
  content: "\f204";
}
.fi-trees:before {
  content: "\f205";
}
.fi-trophy:before {
  content: "\f206";
}
.fi-underline:before {
  content: "\f207";
}
.fi-universal-access:before {
  content: "\f208";
}
.fi-unlink:before {
  content: "\f209";
}
.fi-unlock:before {
  content: "\f20a";
}
.fi-upload-cloud:before {
  content: "\f20b";
}
.fi-upload:before {
  content: "\f20c";
}
.fi-usb:before {
  content: "\f20d";
}
.fi-video:before {
  content: "\f20e";
}
.fi-volume-none:before {
  content: "\f20f";
}
.fi-volume-strike:before {
  content: "\f210";
}
.fi-volume:before {
  content: "\f211";
}
.fi-web:before {
  content: "\f212";
}
.fi-wheelchair:before {
  content: "\f213";
}
.fi-widget:before {
  content: "\f214";
}
.fi-wrench:before {
  content: "\f215";
}
.fi-x-circle:before {
  content: "\f216";
}
.fi-x:before {
  content: "\f217";
}
.fi-yen:before {
  content: "\f218";
}
.fi-zoom-in:before {
  content: "\f219";
}
.fi-zoom-out:before {
  content: "\f21a";
}
