.footer-logo {
    margin-left:40px;
    margin-right:40px;
}

.notext {
    display:none;
    font-size: 12px;
}

.offtext {
    text-indent: -9999px;
    position: absolute;
}


.text-muted {
    color: #5E6278 !important;
}

#kt_wrapper #kt_footer {
    background-color: #004D00 !important;
}

#kt_wrapper #kt_footer .text-muted,
#kt_wrapper #kt_footer .text-hover-primary {
    color: #FFFFFF !important;
}

body {
    background-color: #1c903a   !important;
}

.login-aside {
    background-color: #009966;
}

body.login_page {
    background-color: #EEF0F8   !important;
}

.bg-green {
    background-color: #009966 !important;
}

.alert.alert-custom.alert-success {
    background-color: #158b64;
    border-color: #158b64;
}

.bg-diagonal-grey:before {
    background-color: #666666 !important;
  }

.bg-diagonal-r-grey:after {
    background-color: #666666 !important;
}


.bg-diagonal-green:before {
    background-color: #009966 !important;
  }

.bg-diagonal-r-green:after {
    background-color: #009966 !important;
}

.text-green {
    color: #0D5940 !important;
}

.bg-darkgreen {
    background-color: #0d4d0f !important;
}



.login-aside {
    background-image: linear-gradient(0deg, #158b64, #000000);
}

#login_title {
    color: #59e487;
    font-size: 50px;
    font-family: 'Major Mono Display', monospace;
}

.symbol.symbol-light-green .symbol-label {
    background-color: #ecc9f7;
    color: #158b64;
}






.nav-box {
    height: 60px;
    text-align:center;
}

.footer a.nav-link {
    color: #B2B5C2;
}

.footer a.nav-link:hover {
    color: #FFFFFF;
}

.numberCircle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 16px !important;
    background: #fff;
    border: 4px solid #737373;
    color: #737373 !important;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
}

.numberCircle.active {
    border: 4px solid #158b64;
    color: #158b64 !important;
}

.numberCircle.numberCircleFix {
    padding-left: 14px !important;
}

.numberCircle:hover {
    color: #158b64;
}

#smart_energy_workflow {
    text-align: center;
}

.numberCircleTxt {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-top: 4px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 8px !important;
    background: #fff;
    border: 4px solid #FF6600;
    color: #FF6600 !important;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
}



.text_step {
    height:60px;
}

#dir_circle {
    height: 200px;
    width: 200px;
    border: 1px solid #0abb87;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

#dir_lines {
    position: absolute;
    height:200px;
    width:200px;
}

#dir_shape {
    position: absolute;
    height:200px;
    width:200px;
}

#dir_shape_area {
    left: 60px;
    position: absolute;
    top: 62px;
}

#half_n {
    height:100px;
    width:200px;
    position:relative;
}

#half_s {
    height:99px;
    width:199px;
    position:relative;
}

#quadrant_nw {
    height: 100px;
    width: 100px;
    border-bottom:1px dashed #666666;
    border-right:1px dashed #666666;
    position:absolute;
    top:0;
    left:0;
}

#quadrant_ne {
    height: 100px;
    width: 100px;
    position:absolute;
    top:0;
    right:0;
}

#quadrant_sw {
    height: 100px;
    width: 100px;
    position:absolute;
    top:0;
    left:0;
}

#quadrant_se {
    height: 100px;
    width: 100px;
    border-top:1px dashed #666666;
    border-left:1px dashed #666666;
    position:absolute;
    top:0;
    right:0;
}

#dir_shape_area {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

input.form-control.form-control-solid, select.form-control.form-control-solid{
    border: 1px solid #0BB7AF;
}



input.form-control.form-control-solid:disabled,
select.form-control.form-control-solid:disabled
{
    border: none;
    background-color: #DDDDDD;
    color: #AAAAAA;
}




input.form-control.form-control-solid:read-only
{
    border: none;
    background-color: #DDDDDD;
}


.input-group-success {
    border: 1px solid #0BB7AF;
    background-color: #0BB7AF;
    color: #FFFFFF;
    font-weight:bold;
}

select.form-control.is-valid, select.form-control.is-invalid {
    background-position: right calc(1.9em) center;
}

#cookie_policy_container {
    z-index: 3;
}


#cookie_policy_message, #cookie_policy_button {
    text-align: center;
    display: block;
}

.hide_accordion {
    display:none;
}

.radio > span {
	background-color: #aaaaaa;
}

div.tooltip_bubble {
    position: absolute;
    width: 200px;;
    height: 50px;
    padding: 5px;
    font-size: 11px;
    background-color: #FFFFFF;
    border: 2px #009966 solid;
    border-radius: 2px;
    pointer-events: none;
}

div.tooltip_bubble ul {
    margin:0px;
    margin-left:4px;
    padding: 4px;
}

.bubblechart {
    margin:0 auto;
    display:block;
}

.map_popup_list {
    text-align:left;
    padding-left:0px;
}


.svg-icon.svg-icon-green svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #009966 !important; }

  .svg-icon.svg-icon-green svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }

  .svg-icon.svg-logo-green svg path {
    fill: #009966 !important; }

.navi .navi-item .navi-link.active {
    color: #009966;
}

.navi.navi-accent .navi-item .navi-link.active::before {
    background-color: #009966;
}


.arrows_nav {
    cursor:pointer;
}

.sticky-toolbar-arrow {
	width: 46px;
	position: fixed;
	top: 50%;
	list-style: none;
	margin: 0;
	z-index: 95;
	display: -webkit-box;
	display: -ms-flexbox;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;

}

#sticky-toolbar-arrow-right {
    right: 0;
    border-top-left-radius: 0.42rem;
	border-bottom-left-radius: 0.42rem;
}

#sticky-toolbar-arrow-left {
    left: 0;
    border-top-right-radius: 0.42rem;
	border-bottom-right-radius: 0.42rem;
}

.is_valid_step {
    cursor: pointer;
}

.is_not_valid_step {
    cursor: default;
}

/*
#card_sheet_form {
    display:none;
}
*/

#spinner_form {
    display:inline-flex;
}

.spinner.spinner-green:before {
    border: 2px solid #158b64;
    border-right: 2px solid transparent;
}

.widget_gauge, .widget_text {
    text-align:center;
}

.widget_text_value {
    font-size: 3em;
}

.step-form-title {
    font-weight:bold;
    font-size:3em;
}

#sheet_form .noUi-target.nouislider.nouislider-handle-danger .noUi-handle {
	background: #DDDDDD;
	-webkit-box-shadow: 0 3px 6px -3px #DDDDDD;
	box-shadow: 0 3px 6px -3px #DDDDDD;
}

.btn.btn-warning {
    color: #000000;
}

.btn.btn-danger {
    background-color: #DA0B20;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    background-color: #DA0B20 !important;
    border-color: #DA0B20 !important;
    color: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    background-color: #0F706B  !important;
    border-color: #0F706B  !important;
    color: #ffffff;
}


.btn.btn-primary {
    background-color: #006EDB;
}

.text-primary {
    color: #005EBD !important;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-label .wizard-title,
.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-title {
    color: #005EBD !important;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
    color: #666666 !important;
}


.btn.btn-light-primary {
    color: #005EBD;
    background-color: #E1E9FF;
    border-color: transparent;
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-primary:focus:not(.btn-text), .btn.btn-light-primary.focus:not(.btn-text) {
    background-color: #005EBD !important;
}

#kt_quick_user .text-warning {
    color: #C24100 !important;
}

#kt_quick_user .text-success {
    color: #004D00 !important;
}

.widget_area .text-success {
    color: #0F706B !important;
}

#sheet_form .text-success {
    color: #0F706B !important;
}

.widget_area .symbol.symbol-success .symbol-label {
    background-color: #0F706B;
}


.btn.btn-success {
    background-color: #0F706B;
    border-color: #11837d;
}


#kt_quick_user .text-danger {
    color: #cc0000 !important;
}

#kt_quick_user .text-info {
    color: #158b64 !important;
}



.dataTables_wrapper .dataTable th.sorting_desc, .dataTables_wrapper .dataTable td.sorting_desc {
    color: #158b64 !important;
}

#kt_datatable_search_status option:first-child {
    color: #158b64 !important;
}


.dataTables_wrapper .dataTables_paginate .pagination .page-item.active > .page-link {
    background-color: #158b64 !important;
}

.wizard-step {
    cursor: pointer;
}


/* Chrome, Safari, Edge, Opera */
input.number_no_arrows::-webkit-outer-spin-button,
input.number_no_arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.number_no_arrows {
  -moz-appearance: textfield;
}

.text-tooltip {
    color: #0abb87;
    display: none;
}

ul.swal_error_box {
    text-align: left;
    margin-top: 10px;
}

ul.swal_error_box li {
    list-style:none;
}

#title_right {
    color: #FFA800;
}

#sticky-toolbar-arrow-right {
    right: 0;
    border-top-left-radius: 0.42rem;
	border-bottom-left-radius: 0.42rem;
}

#sticky-toolbar-arrow-left {
    left: 0;
    border-top-right-radius: 0.42rem;
	border-bottom-right-radius: 0.42rem;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title.card-noarrow::after {
    display: none;
}




.accordion .card .card_header_warning {
    background-color: #ff9900;
    color: #000000;
}

.accordion .card .card_header_info {
    background-color: #3699FF;
}

.accordion .card .card_header_success {
    background-color: #0BB7AF;
}

.accordion .card .card_header_danger {
    background-color: #EE2D41;
}

.card.card-custom > .card_header_info .card-title,
.card.card-custom > .card_header_info .card-title .card-label,
.card.card-custom > .card_header_info .card-title small,

.card.card-custom > .card_header_success .card-title,
.card.card-custom > .card_header_success .card-title .card-label,
.card.card-custom > .card_header_success .card-title small,

.card.card-custom > .card_header_danger .card-title,
.card.card-custom > .card_header_danger .card-title .card-label,
.card.card-custom > .card_header_danger .card-title small
{
    color: #FFFFFF !important;
}

#chart_electricity_year .highcharts-series-group .highcharts-series rect.highcharts-color-0,
#chart_gas_year .highcharts-series-group .highcharts-series rect.highcharts-color-0 {
    fill: #cc0000;
    stroke: #cc0000;
}

#chart_electricity_year .highcharts-series-group .highcharts-series rect.highcharts-color-1,
#chart_gas_year .highcharts-series-group .highcharts-series rect.highcharts-color-1 {
    fill: #FF6600;
    stroke: #FF6600;
}

#chart_electricity_year .highcharts-series-group .highcharts-series.highcharts-series-1 rect.highcharts-color-2,
#chart_gas_year .highcharts-series-group .highcharts-series rect.highcharts-color-2
 {
    fill: #009966;
    stroke: #009966;
}

#chart_electricity_year .highcharts-series-group .highcharts-series rect.highcharts-color-3,
#chart_gas_year .highcharts-series-group .highcharts-series rect.highcharts-color-3
 {
    fill: #33cc33;
    stroke: #33cc33;
}

highcharts-point highcharts-color-2

#chart_electricity_year .highcharts-series-group .highcharts-series rect.highcharts-color-0,
#chart_gas_year .highcharts-series-group .highcharts-series rect.highcharts-color-0 {
    fill: #cc0000;
    stroke: #cc0000;
}

#chart_electricity_annual_expenditure .highcharts-series-group .highcharts-series rect.highcharts-color-0,
#chart_gas_annual_expenditure .highcharts-series-group .highcharts-series rect.highcharts-color-0 {
    fill: #333333;
    stroke: #333333;
}

#chart_electricity_annual_expenditure .highcharts-series-group .highcharts-series rect.highcharts-color-1,
#chart_gas_annual_expenditure .highcharts-series-group .highcharts-series rect.highcharts-color-1 {
    fill: #999999;
    stroke: #999999;
}

#gas_card .card-body,
#repartition_by_use_card .card-body,
#repartition_by_source_card .card-body,
#similar_family_electricity_card .card-body{
    background-color: rgba(43, 203, 231, 0.2)
}



#electricity_card .card-body {
    background-color: rgba(245, 212, 67, 0.397)
}

.global_info {
    background-color: #FFFFFF;
}


/* GAUGE */
#chart_similar_family_electricity, #chart_similar_family_gas {
    text-align: center;
    margin:0 auto;
    background-color:#FFFFFF;
}

#chart_similar_family_electricity_value,
#chart_similar_family_gas_value {
    padding-top:5px;
}


.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}

#global_info_electricity p, #global_info_gas p {
    height: 200px;
    overflow-y: scroll;
}

#chart_retraining .highcharts-series-0 .highcharts-point,
#chart_retraining .highcharts-series-1 .highcharts-point{
    stroke: #006699 !important;
}


.investment_cashback {
    font-size:40px;
    font-weight: bold;
}

#chart_change_supplier_text p {
    padding:10px;
    text-align: center;
}



#go_to_arera {
    margin-top:50px;
    font-size:20px;
    text-align:center;
}