﻿/* BEGIN WIDGET STYLING */
.widget {
  z-index: 1;
  margin-bottom: 30px;
  animation: myframes 600ms ease-in-out 0s; }

.widget .k-panelbar .k-content {
  padding: 10px; }

.widget .k-panelbar .k-content {
  margin: 15px 0 15px;
  padding: 0; }

.widget .k-panelbar .k-content.cta {
  text-align: right;
  width: 100%; }

.widget.placeholder {
  opacity: 0.4;
  border: 1px dashed #a6a6a6; }

.widget > ul {
  opacity: 0;
  transition: opacity 0.3s; }

.widget > ul.k-panelbar {
  opacity: 1; }

.widget > .k-panelbar > li.k-item {
  padding: 12px 32px 10px;
  position: relative;
  transition: all 0.1s; }

.widget > .k-panelbar > li.k-item.k-state-active {
  height: auto; }

.widget > .k-panelbar > li.inactive {
  opacity: 0.4; }

.dashboardWrapper .widget {
  font-size: 12px; }

/* BEGIN DIFFERENT HEIGHT WIDGETS */
.widget.small-y-1 > .k-panelbar > li.k-item.k-state-active {
  max-height: 213px;
  height: 213px; }

.widget.small-y-2 > .k-panelbar > li.k-item.k-state-active {
  max-height: 426px;
  height: 426px; }

/* END DIFFERENT HEIGHT WIDGETS */
.grid-vabienergylabels .k-grid-header {
  margin-bottom: 15px; }

.grid-vabienergylabels table tr td,
.grid-vabienergylabels .k-grid-header table tr th:first-child {
  padding: 3px; }

.grid-vabienergylabels table tr td span {
  float: left; }

.helpWrapper, .faqWrapper, .videoWrapper, .questionsWrapper {
  margin-bottom: 1em; }

.faqWrapper .widget > .k-panelbar > li.k-item {
  height: auto;
  padding: 12px 2px 10px;
  position: relative;
  transition: all 0.1s; }

.faqWrapper .k-panelbar > li > .k-state-selected,
.faqWrapper .k-panelbar > li > .k-state-selected.k-state-hover,
.faqWrapper .k-panelbar > li.k-state-default > .k-link.k-state-selected,
.faqWrapper .k-panelbar > li > .k-state-focused.k-state-hover {
  color: #4f4f4f;
  background: #fff;
  font-weight: normal;
  padding: 0 1em; }

.faqWrapper .k-panelbar > .k-item > .k-link {
  border-bottom: 0;
  line-height: 2.2; }

.faqWrapper .k-link.k-state-selected,
.faqWrapper .k-link.k-state-hover {
  background: #fff;
  font-weight: bold; }

.faqWrapper .k-panelbar .k-icon {
  background-image: none;
  font-family: 'icomoon';
  font-size: 1em;
  overflow: visible;
  padding: 6px; }

.faqWrapper .k-panelbar-expand::before {
  content: "\e910";
  /* plus */
  color: #2592D2; }

.faqWrapper .k-panelbar-collapse::before {
  content: "\e90a";
  /* minus */
  color: #2592D2;
  font-size: 0.2em; }

.faqWrapper .widget {
  margin-bottom: 10px; }

.faqWrapper .widget:hover {
  box-shadow: 10px 10px 2px -5px #999; }

/* END WIDGET STYLING */
