@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("../fonts/glyphicons-halflings-regular.eot");
	src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}
.navbar-static-top.navbar { 
	min-height: 20px;
    padding-top: 0px;
    margin-bottom: 10px;
 }
 .btn-primary {
    color: #f5f5f5 !important;
    background-color: #467f3c;
    border-color: #467f3c;
}

.btn-default {
    color: #f5f5f5 !important;
    background-color: #467f3c;
    border-color: #467f3c;
}

/* Override default button focus state */
.btn-default:focus,
.btn-default:hover,
.btn-default.focus {
  background-color: #455d3b;
  border-color: #35472d;
  color: #fff;
  box-shadow: none; /* optional */
}

.navbar-toggle{
        background-color: #65A3BD !important;
}

.img{
        Vertical-align:top;
}


/* Microsoft Electric Blue Theme Overrides */

.blue_border {
border-bottom: 30px solid #65A3BD;
}
footer{
    border-bottom: 50px solid #65A3BD !important;
}

/* Header overrides */

.navbar-brand{
       padding: 0px !important;
}

/* Calendly Button overrides */

@media (min-width: 769px) {
    .case-info .wf-case-btn {
        margin-right: 20px;
        position: absolute;
        top: 25px;
        right: 20px;
    }
}

@media (max-width: 768px) {
    .case-info .wf-case-btn {
        margin-top: 5px;
    }
}
.navbar .wf-case-btn {
    font-weight:normal;
    padding: 6px 12px;
    margin-top:5px;
    margin-right:5px;
    line-height:21px;
}

.navbar .wf-case-btn:hover {
    background-color: #455d3b;
    border-color: #35472d;
}

/* Home overrides */

@media (max-width: 998px) {
    .wf-btn {
        margin-top: 5px;
    }
}

.wf-home {
    margin-top:20px;
}

@media (max-width: 998px) {
    .wf-home {
        min-height:180px;
    }
}

.wf-homehero img{
    margin-top:10px;
}

/* Case Form overrides */

.notes-cell .col-md-12 {
    padding-left:0px;
    padding-right:0px;
}

.case-header{
    margin-bottom:30px;
}

/* Custom CSS on Profile page */
legend{
font-size:30px important!;
}

#redeemInvitation-validation-summary ~ div.form-group div.checkbox {display: none;}

/* Profile Template overrides */
@media (min-width: 768px) {
    .crmEntityFormView .form-custom-actions .btn {
        margin-right:25px;
    }
}

/* Virtual Audit Form */
/*
.main-heading {
    color: #226622ba;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.section-heading {
    color: #226622ba;
    margin-bottom: 0.5rem;
}

.col {
    width: 35%;
}

.field-description {
    font-size: 0.75rem;
    color: #707070;
    margin-bottom: 1rem;
}

.submit-button {
    border-color: #262626;
    background-color: #2626;
    color: #262626;
    width: 25%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.spacer {
    margin-top: 1rem;
}

.full-width {
    width: 100%;
}

.navigation-bar {
    display: flex;
    margin-bottom: 100px;
}

.step-container {
    align-items: center;
}

.step {
    display: flex;
}

.step.completed .step-icon-complete {
    color: green;
    font-size: 1.2em;
    margin-top: 20px;
}

.step.not-completed .step-icon-not-complete {
    display: block;
    color: #e4e4e4;
    font-size: 1.2em;
    margin-top: 20px;
}

.step-title-complete {
    min-height: 27px;
    margin: 15px 16px 9px 9.7px;
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -0.44px;
    color: #2b537e;
}

.step-title-not-complete {
    min-height: 27px;
    margin: 15px 16px 9px 9.7px;
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -0.44px;
    color: #e4e4e4;
}

.step-description-complete {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    text-align: left;
    color: #808080;
}

.step-description-not-complete {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    text-align: left;
    color: #e4e4e4;
}

.step-divider {
    height: 2px;
    flex-grow: 1;
    background-color: #e0e0e0;
    margin: 0 20px;
}
  
.input-with-suggestion input {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}
  
.input-with-suggestion button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-left: -2.5rem;
}

.footer-navigation {
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to bottom, #fff, #f4f9fc);
    margin-top: 130px;
    margin-bottom: -15px;
}

.previous-button {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    margin-left: 12px;
    margin-right: 20px;
}

.previous-button-text {
    font-size: 23px;
    font-weight: 500;
}

.next-button-text {
    font-size: 23px;
    font-weight: 500;
}

.next-button {
    margin-left: 21px;
    margin-right: 9px;
}

.previous-button:hover,
.next-button:hover {
    background-color: #c4c4c4;
}

.next-button:hover {
    background-color: #005ba1;
}

.step-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px 12px 31.4px;
    border-radius: 8px;
    background-color: #92b34c;
    min-height: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.checkmark {
    font-size: 1.5em;
    margin-right: 10px;
}

.step-info {
    margin: 0 5px;
}

.step-number {
    background-color: #e0e0e0;
    border-radius: 50%;
    padding: 5px 10px;
    margin-left: 10px;
    font-weight: bold;
}

.page-label {
    display: block;
}

.nav-border-complete {
    height: 5px;
    background-image: linear-gradient(to right, #5b8138, #98b949 52%, #2b527e);
    margin-right: 25px;
}

.nav-border-not-complete {
    height: 5px;
    background-color: #e4e4e4;
    margin-right: 25px;
}

.page-header-label {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    color: #5b8137;
}
.page-description-label {
    text-align: left;
    color: #808080;
    font-weight: 400;
}

.page-header-label, .page-description-label {
    display: block;
    margin-top: 10px;
    margin-left: 21px;
}

.number-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.input-label {
    margin-bottom: 10px;
    color: #767676;
    font-weight: bold;
    font-size: 14px;
}

.input-with-suggestion {
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #f5f8ec;
    border-radius: 6px;
}

.input-with-suggestion input[type='number'] {
    font-size: 25px;
    width: 150px;
    text-align: center;
    height: 57px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.input-with-suggestion .suggestion-value {
    background-color: white;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 2px;
    padding-top: 9px;
    color: #4483c9;
    pointer-events: none;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 3px;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    font-weight: 400;
    font-size: 23px;
    position: relative;
    min-height: 40px;
    min-width: 57px;
}

.container-checkbox {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.container-checkbox input[type='checkbox'] {
    margin-right: 5px;
    margin-left: 6px;
    accent-color: #007bff !important;
    margin-bottom: 20px !important;
}

.container-checkbox label {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    display: flex;
}

.suggested-checkbox-description-1 {
    color: #4585c6;
    margin-right: 3px;
}

.checkbox-description {
    display: flex;
}

.footer-left-arrow {
    margin-right: 24px;
    font-size: 20px;
}

.footer-right-arrow {
    margin-left: 24px;
    font-size: 20px;
}

.leaf-icon {
    font-size: 20px;
    color: white;
}

.energy-efficiency-text-1 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.energy-efficiency-text-2 {
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    margin-left: 26px;
    margin-right: 10px;
    text-align: left;
}

.energy-efficiency-value {
    background-color: #afcb72;
    border-radius: 8px;
    padding: 10px 22px 10px 22px;
    font-size: 20px;
    text-align: center;
    color: white;
}

.dropdown-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 21px;
    margin-top: 20px;
}

.suggested-value-box {
    width: 717px;
    margin: 40px 16px 60px 15px;
    padding: 35px 59px 20px 41px;
    border-radius: 10px;
    background-color: #f5f8ec;
    display: block;
}

#suggestedvaluechecked {
    margin-bottom: 10px;
    margin-right: 10px;
}

.suggested-value-checked {
    margin-right: 9px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: #001c2e;
}

.suggested-value-checkbox {
    display: inline-flex;
}

.fa-gear-icon {
    margin-top: 3px;
}

.home-type-description {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #2b537e;
    margin-top: 60px;
    margin-left: 21px;
}

.suggested-value-checkbox-box {
    display: flex;
}

.rollid-description {
    text-align: left;
    color: #2b537e;
    font-size: 16px;
    font-weight: 500;
    margin-right: 50px;
    margin-left: 0px;
}

.rollid-text {
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    background-color: #98b949;
    position: absolute;
    top: 19px;
    left: 22px;
    padding: 2px 8px;
}

.rollid-input {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    font-size: 25px;
    width: 229px;
    text-align: center;
    height: 57px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.rollid-lookup-btn {
    margin-left: 15px;
}

.rollid-block {
    display: block;
    margin-top: 36px;
}

.rollid-outer-block {
    display: flex;
    position: relative;
}

.lookup-text {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px !important;
    font-weight: 500;
}

.rollid-value-description {
    text-align: left;
    color: #808080;
    line-height: 1.2;
    font-size: 13px;
    margin-left: 20px;
}

.rollid-checkbox-description {
    color: #767676;
}

.radio-btn-input {
    text-align: left;
    color: #767676;
    font-size: 12px;
    margin-left: 21px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.radio-input-margin {
    margin-left: 0px !important;
    padding-left: 10px !important;
}

.heated-floor-area {
    margin-left: 20px;
    margin-top: 50px;
}

.number-input-ml {
    margin-left: 21px;
}

.saved-application-ml {
    display: flex;
    float: right;
    margin-top: -60px;
}

.saved-application-open-text {
    margin-bottom: 0px !important;
}

.saved-application-dropdown-mr {
    margin-right: 10px;
}

.saved-application-open-btn {
    margin-top: 29px;
    margin-left: 10px;
}

.input-without-suggestion {
    overflow: hidden;
    border-radius: 6px;
    display: flex;
}

.input-without-suggestion input[type='number'] {
    font-size: 25px;
    width: 70px;
    text-align: center;
    height: 57px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.input-without-suggestion-text {
    text-align: left;
    color: #767676;
    line-height: 1.2;
    margin-bottom: 0px !important;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 3px;
}

.number-input-mt {
    margin-top: 20px;
}

.wf-position-icon-relative {
    position: relative;
}

.wf-icon-grey {
    color: #a0a0a0;
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 12px;
}

.wf-icon-blue {
    color: #4483c9;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 12px;
}

.info-circle-icon {
    color: #4483c9;
    margin-left: 3px;
    margin-right: 3px;
}

.energy-star-text {
    margin-left: 3px;
}

.radio-btn-input-label {
    margin-right: 26px;
    margin-top: 2px;
}

.percentage-abs-pos {
    font-size: 12px;
    display: inline;
    padding-left: 2px;
}

.radio-margin-conversions {
    margin: 0px !important;
}

.fuel-type-btn {
    border-radius: 6px;
    border: solid 1px rgba(68, 131, 201, 0.25);
    background-color: #fafafa;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px !important;
    margin-left: 0px !important;
    white-space: nowrap;
}

.fuel-type-radio-btn {
    position: absolute;
    top: 15px;
    left: 37px;
}

.fuel-type-radio-btn-text {
    color: #2b537e;
    font-size: 16px;
    font-weight: 500;
    margin-left: 30px;
    margin-bottom: 0;
}

.popover-body {
    margin: 16px;
    font-size: 12px;
}

.energy-star-pointer {
    cursor: pointer;
}

.fuel-type-radio-btn-icon {
    font-size: 16px;
}

.wf-flex-display {
    display: flex;
    margin-left: 5px;
    align-items: center;
}

.wf-fuel-type-upgraded-btn {
    margin-top: 9px !important;
}

.wf-fuel-type-upgraded-text {
    font-weight: 500 !important;
    font-size: 14px;
}

.wf-year-upgraded-input {
    margin-left: 25px;
}

.radio-inline.fuel-type-btn {
    min-width: 200px;
    padding: 20px;
}

.radio-inline.fuel-type-btn input[type=radio] {
    top: 0;
    bottom: 0;
    left: 20px;
    margin: 0;
}

.radio-inline.fuel-type-btn .fuel-type-radio-btn-icon {
    float: right;
    color: #4585c6;
    height: 23px;
}

input:active,
input:focus,
.input-without-suggestion input[type='number']:active,
.input-without-suggestion input[type='number']:focus,
.input-with-suggestion input[type='number']:active,
.input-with-suggestion input[type='number']:focus {
    background-color: #edf3fa;
    border: 1px solid #4585c6;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.footer-navigation .btn-lg {
    margin: 0;
    height: 90px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.energy-efficiency-text-wrapper {
    width: 100%;
    margin-left: 15px;
}

.wf-upgrade-input-ml {
    margin-left: 23px !important;
}

.wf-year-upgraded-input {
    font-size: 21px !important;
    width: 87px !important;
    text-align: center !important;
    height: 39px !important;
    border-radius: 6px !important;
}

.wf-input-with-suggestion-insulation {
    width: 117px !important;
}

.step-title-complete, .step-title-not-complete {
    height: 50px;
}

.wf-flex-display.wf-radio-with-input {
    height: 35px;
}

.wf-overlay-display {
    opacity: 1 !important;
}

.wf-dashboard-panel {
    background-color: #f4f7eb;
    padding: 15px;
    margin: 0 0 30px;
    min-height: 280px;
    border-radius: 6px;
    text-align: center;
    box-shadow: 1px 1px 1px 0px #dedede;
}

p.wf-energycons-text {
    color: #001c2e;
    font-size: 12px;
    font-weight: bold;
}

.wf-emissions-bar {
    height: 30px;
    border-radius: 4px;
    background-image: linear-gradient(to right, #98b949, #f7ec62 52%, #f82600);
    width: 100%;
    position: relative;
}

.wf-emissions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.wf-curremissions-desc {
    text-align: left;
    color: #2b537e;
    font-size: 16px;
}

p.wf-energycons-title {
    color: #5b8137;
    font-size: 21px;
    margin-bottom: 0px;
}

.wf-gj-container {
    display: inline-flex;
    align-items: baseline;
    margin-bottom: -12px;
}

span.wf-gj-value {
    letter-spacing: normal;
    font-size: 48px;
    font-weight: 600;
    color: #5b8137;
    margin-top: 30px;
}

p.wf-gj {
    font-size: large;
    margin-left: 5px;
    margin-bottom: 0;
}

p.wf-gj-text {
    font-size: 11px;
}

p.wf-audit-text {
    color: black;
    margin-top: -12px;
}

.wf-dashboard-panel.wf-book-consult {
    background-color: #e8ecf1;
    text-align: center;
    color: #2b537e;
}

.wf-dashboard-panel.wf-book-consult h3, p.wf-bookconsult-title {
    color: #2b537e;
    font-weight: 600;
}

p.wf-bookconsult-desc {
    margin: 30px auto;
}

.wf-dashboard-panel.wf-dashboard-emissions-panel {
    min-height: auto;
    padding-top: 100px;
    position: relative;
}

.wf-dashboard-panel h3 {
    color: #5c7c4f;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 21px;
}

a.wf-info-link, a.wf-info-link:hover {
    color: #4483c9;
    border-bottom: 1px dotted #4483c9;
    text-decoration: none;
}

.wf-audit-wrapper {
    display: inline-block;
    margin: 0 10px;
}

.wf-audit-container {
    margin-top: 30px;
}

.wf-dashboard-panel.wf-book-consult button.btn-lg {
    padding: 15px 20px;
}

.wf-dashboard-panel.wf-dashboard-rec-panel {
    min-height: 590px;
}

span.wf-rec-list-number {
    background-color: #5c7c4f;
    color: #fff;
    padding: 3px 8px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
}

.wf-dashboard-panel.wf-dashboard-rec-panel h3 {
    margin-bottom: 30px;
}

p.wf-red-list-text {
    font-size: large;
    text-align: left;
}

span.btn-primary.btn-sm.wf-rec-btn {
    background-color: #98b949;
    border-color: #98b949;
    color: #fff;
    float: right;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    user-select: none;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

a.wf-info-link ~ svg {
    width: 14px;
    fill: #4483c9;
}

span.btn-primary.btn-sm.wf-rec-btn svg {
    width: 12px;
    margin-right: 8px;
    fill: #fff;
}

.wf-rec-list-item-wrapper {
    clear: both;
    height: 50px;
}

.wf-cost-savings-text {
    float: left;
    width: 55%;
    text-align: left;
    font-size: 16px;
    color: #001c2e;
}

.wf-cost-savings-wrapper {
    margin-bottom: 15px;
}

.wf-cost-savings-amount {
    color: #000;
    font-size: 35px;
    text-align: right;
    float: right;
}

span.wf-cost-savings-amount-dollar {
    color: #99b853;
    font-size: 20px;
    vertical-align: text-top;
    padding-right: 4px;
}

span.wf-cost-savings-amount-number {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.wf-potential-savings-text {
    float: left;
    width: 45%;
    text-align: left;
    font-size: 16px;
    color: #5c803d;
    font-weight: bold;
    padding-top: 10px;
}

span.wf-potential-savings-amount-dollar {
    color: #99b853;
    font-size: 24px;
    padding-right: 4px;
    position: absolute;
    left: -16px;
}

span.wf-potential-savings-amount-number {
    letter-spacing: normal;
    font-size: 48px;
    font-weight: 600;
    color: #5b8137;
}

.wf-potential-savings-amount {
    color: #000;
    font-size: 35px;
    text-align: right;
    float: right;
    position: relative;
}

.wf-emissions p {
    white-space: nowrap;
    margin: 0;
    color: #5c803d;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.wf-emissions p:first-child {
    margin-right: 15px;
}

.wf-emissions p:last-child {
    margin-left: 15px;
}

.wf-emissions-bar span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

span.wf-emissions-bar-text-left {
    float: left;
    margin-left: 8px;
    margin-top: 7px;
}

span.wf-emissions-bar-text-right {
    float: right;
    margin-right: 8px;
    margin-top: 7px;
}

.wf-current-emissions-value {
    background-color: #2c547c;
    color: #fff;
    padding: 8px 15px;
    font-size: 20px;
    border-radius: 3px;
    position: relative;
}

.wf-current-emissions-value:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #2c547c;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.wf-current-emissions-value .wf-curremissions-text-left, .wf-current-emissions-value .wf-curremissions-text-right {
    color: #2c547c;
    font-weight: 600;
    position: absolute;
    font-size: 16px;
    text-transform: none;
}

.wf-current-emissions-wrapper {
    position: absolute;
    top: -55px;
}

.wf-current-emissions-value .wf-curremissions-text-left {
    left: -160px;
}

.wf-current-emissions-value .wf-curremissions-text-right {
    right: -100px;
}

.wf-create-model {
    margin-bottom: 10px;
    height: 60px;
}

p.wf-create-model-text {
    color: #1b3444;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

.wf-loading-spinner {
    margin-left: 45%;
    margin-top: 26%;
}

p.wf-error-message {
    color: red;
    margin-top: 10px;
    font-weight: 600;
}

p.wf-success-message {
    color: green;
    margin-top: 10px;
    font-weight: 600;
}

.wf-curremissions-text {
    color: #2c547c;
    font-weight: 600;
    position: absolute;
    font-size: 16px;
    text-transform: none;
    top: 15px;
    left: 0;
    right: 0;
}
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .step-title-complete, .step-title-not-complete {
        height: auto;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .step-title-complete, .step-title-not-complete {
        font-size: 22px;
    }
}

/* Medium to Large Only (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .previous-button-text, .next-button-text {
        font-size: 18px;
    }
}