html,
body {
  height: 100%;
}
.wrapper {
  /*display: flex;
    align-items: stretch;*/
}
/*6% darker background and border colors than default*/
.btn-primary.active {
  /*color: #fff;
    background-color: #37a6b1;
    border-color: #2c858e;*/
  color: #fff;
  background-color: #30909a;
  border-color: #2b818a;
}
/*override default h3 styling and use b-element styles in omat tiedot -section of cards and contracts*/
.card-header > h3 {
  /*font-size: unset;*/
  margin-top: 0;
  margin-bottom: 0;
  /*font-family: inherit;
    font-weight: bolder;
    line-height: 1.5;*/
  color: inherit;
  display: contents;
  line-height: 1.42857143;
}
#sidebar {
  width: 280px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  /*transition: all 0.5s;*/
  background-color: #4a4a49;
}
#sidebar .sidebar-header {
  padding: 40px 0px 20px 0px;
}
#sidebar .sidebar-header a img {
  height: 100px;
  width: auto;
  padding: 6px;
  margin: 0px auto 0px auto;
  display: block;
}
#sidebar ul#homeSubmenu {
  padding: 0px;
}
#sidebar ul#homeSubmenu li.list-border {
  padding: 0px;
  margin: 0px;
  height: 1px;
  border-top: 1px solid #e6e6e6;
}
#sidebar li.usermenu-main a:hover,
#sidebar li.usermenu-main a:active,
#sidebar li.usermenu-main a:focus {
  background-color: #4a4a49;
}
#sidebar ul li a {
  padding: 10px;
  color: #a5a5a4;
  font-size: 0.9em;
  display: block;
  font-weight: bold;
}
#sidebar ul li a:hover {
  color: #fff;
  text-decoration: none;
}
#sidebar ul li a.active {
  color: #fff;
  text-decoration: none;
  background-color: #424241;
}
#sidebar ul li a.active span {
  color: #646462;
}
#sidebar ul li a.active span:hover {
  color: #fff;
  text-decoration: none;
}
#sidebar ul li a span {
  padding-right: 16px;
}
body {
  background: #fff;
}
.panel-heading h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.logoContainer {
  background: #fff;
}
.bodyContainer {
  overflow: auto;
  margin-left: 280px;
  /*width: ~"calc(100% - 280px)";
        padding: 40px;
        min-height: 100vh;
        transition: all 0.3s;
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;*/
}
#sidebarCollapse {
  float: right;
  background-color: #646462;
  margin-right: 20px;
  border-color: #646462;
}
@media (max-width: 768px) {
  #sidebar {
    width: 0px;
    overflow: auto;
    position: fixed;
  }
  #sidebar.active {
    width: 100%;
    overflow: unset;
    position: relative;
    overflow-y: auto;
  }
  .bodyContainer {
    margin-left: 0px;
  }
  .bodyContainer {
    margin-top: 60px;
  }
  #sidebarCollapse span {
    display: none;
  }
  #btnRegisterConsumer {
    float: none !important;
  }
  .sidebar-header {
    margin-top: 40px;
  }
}
#navbarNarrow {
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  #navbarNarrow {
    display: none;
  }
}
.bodyContainer .container {
  width: 100%;
}
.footerContainer {
  padding: 25px;
}
.panel-primary > .panel-heading {
  box-sizing: border-box;
  padding: 0 12px;
  line-height: 35px;
  color: #cccccc;
  background-color: #4a4a49;
  border-color: #4abbc7;
  font-weight: 400;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 0px solid #3a3a39;
}
.panel-primary {
  border-color: #4a4a49;
}
.panel-consumption .panel-heading {
  position: relative;
}
.panel-consumption .panel-heading h3 {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 50px;
}
.panel-consumption .panel-heading input[type="search"] {
  padding: 24px 24px 23px 24px;
  margin: -15px 50px -15px -25px;
  border-radius: 0.4rem 0.4rem 0 0;
  display: none;
}
.panel-consumption .panel-heading .fa {
  margin: 0;
}
.panel-consumption .panel-heading .fa-angle-up {
  display: none;
}
.panel-consumption .panel-heading.open h3 {
  display: none;
}
.panel-consumption .panel-heading.open input {
  display: inline-block;
}
.panel-consumption .panel-heading.open .fa-angle-up {
  display: inline-block;
}
.panel-consumption .panel-heading.open .fa-angle-down {
  display: none;
}
.panel-consumption .dropdown-toggle {
  /*position: inherit;
  top: 0;
  right: 0%;
  bottom: 0;*/
  border-radius: 0;
  border: none;
  border-radius: 0 0 0 0;
}
.panel-consumption .scrollable-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-bottom: 37px;
  z-index: 100;
  background: #f3f3f3;
  border-radius: 0 0 0.4rem 0.4rem;
  border-right: 0.14rem solid rgba(0, 0, 0, 0.15);
  border-bottom: 0.14rem solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.panel-consumption .scrollable-menu .dropdown-menu {
  position: static;
  right: 0;
  background-color: #f3f3f3;
  height: auto;
  width: 100%;
  max-height: 260px;
  min-height: 167px;
  overflow-x: hidden;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.panel-consumption .scrollable-menu .fa-plus-circle {
  display: inline-block;
}
.panel-consumption .scrollable-menu .add-new {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 0;
}
.panel-consumption .scrollable-menu .add-new a {
  padding: 10px 25px 10px 10px;
  text-align: left;
  color: #50585f;
}
.panel-consumption .scrollable-menu li {
  padding: 10px 25px 10px 35px;
  cursor: pointer;
}
.panel-consumption .scrollable-menu li.active {
  font-weight: 700;
  position: relative;
}
.panel-consumption .scrollable-menu li.active:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  color: #0072b4;
  top: 10px;
  left: 10px;
}
.panel-consumption .scrollable-menu li.product-electricity {
  border-left: 10px solid #00c5b4;
}
.panel-consumption .scrollable-menu li.product-electricity:hover {
  border-left-color: #00a497;
}
.panel-consumption .scrollable-menu li.product-heat {
  border-left: 10px solid #f66076;
}
.panel-consumption .scrollable-menu li.product-heat:hover {
  border-left-color: #9a1e31;
}
.panel-consumption .scrollable-menu li.product-water {
  border-left: 10px solid #07a6ff;
}
.panel-consumption .scrollable-menu li.product-water:hover {
  border-left-color: #05759d;
}
.panel-consumption .open .scrollable-menu,
.panel-consumption .open .dropdown-menu {
  display: block;
}
.panel-consumption .panel-body .text-right {
  white-space: nowrap;
}
.panel-consumption .panel-body strong {
  font-family: "Viga", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}
.panel-consumption .panel-body .fa-arrow-up {
  color: #0072b4;
  font-size: 14px;
}
.panel-consumption .panel-body .fa-arrow-down {
  color: #199de0;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .panel-consumption .panel-body .fa-arrow-down {
    font-size: 24px;
    padding: 5px 0;
  }
  .panel-consumption .panel-body strong {
    /*font-weight: 400;*/
    line-height: 32px;
  }
  .panel-consumption .panel-body .fa-arrow-up {
    font-size: 24px;
    padding: 5px 0;
  }
}
footer {
  color: #999;
  padding: 20px;
}
.navlogo {
  width: 62px;
  height: auto;
}
.navbar-nav > li > a.logolink {
  padding-top: 14px;
}
.dropdown-menu {
  border: #999;
}
.dropdown-menu > li > a {
  color: #999;
}
.dropdown-menu > li > a.checked {
  /*background-color: transparent;*/
}
.dropdown-menu > li > a:hover,
.dropdown-submenu:hover > a {
  text-decoration: none;
  background-repeat: repeat-x;
  cursor: pointer;
  background-color: #999;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #999;
  background-repeat: repeat-x;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}
.help-block {
  color: #a94442;
}
.form-control:focus {
  /*border-color: red !important;*/
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #4a4a4a;
}
.has-error .form-control {
  border-color: #a94442;
  border: 1px solid #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ff4a4a;
}
.has-error .form-control:focus {
  border-color: #a94442;
  border: 1px solid #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ff4a4a;
}
.form-control {
  background-color: #eaebec;
  border: none;
}
.input-group-addon,
.input-group-addon:last-child {
  background-color: #eaebec;
  border-left: 2px white solid;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.dark-bc {
  background-color: #4b4b4a;
}
.white-c {
  color: #fff;
}
.mb-1 {
  margin-bottom: 1px;
}
.bl-0 {
  border-left: none;
}
.filter-btn:hover {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #4a4a4a;
}
.form-control-btn-group {
  display: block;
}
.section .heading-number {
  display: inline-block;
  text-align: center;
  margin-left: -60px;
  margin-right: 12px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.section .heading-number-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 539px) {
  .section .heading-number {
    /*margin-left: 0;
        position: absolute;
        top: -1.25em;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);*/
  }
}
@media (max-width: 991px) {
  .section .heading-number {
    margin-left: -20px;
  }
}
@media (max-width: 400px) {
  h2.card-title {
    font-size: 20px;
  }
}
.card {
  border-radius: 6px;
  padding: 20px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.23);
  margin-bottom: 20px;
}
h2.card-title {
  margin-top: 0;
  margin-bottom: 0;
}
.card-content {
  margin-top: 10px;
}
a.bg-primary:hover,
.bg-primary a:hover {
  color: #fff;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.form-control-static.vertical {
  margin-top: 8px;
}
.login-logo img {
  padding: 10px;
  width: 120px !important;
  display: inline-block !important;
}
.login-logo-HE img {
  padding: 0px;
  width: 220px !important;
}
tr.disabledContract {
  color: white;
  background-color: lightgray;
}
tr.futureContract {
  color: black;
  background-color: lightgray;
}
.ui-front {
  z-index: 10000;
}
.address-title {
  font-size: 26px;
}
.badge {
  background-color: #4abbc7;
}
/*# sourceMappingURL=main.css.map */
