html {
    height: 100%;
}

body {
    height:100%;
}


#py_chart #sensor_reading_list {
    padding-top: 10px;
}

#sensor_reading_list {
    border-left: 1px solid;
    border-color: lightgray;
}

#reading_chart {
    box-shadow: 2px 2px 5px #888888;
    height: 500px;
}

#id_address {
    width: 100% !important;
}

#form_view {
    margin-right: 15px;
}

.form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.carousel {
    text-align: center;
    margin-top: 10px !important;
}

.carousel-item {
    border: solid;
}

.ol-popup-closer {
    cursor: pointer;
}

/*Switch Toggle Eingaben/Ergebnisse*/

.onoffswitch3 {
    position: relative;
    width: 200px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 0px;
}

.onoffswitch3-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block;
    float: left;
    position: relative;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: lightgray;
    color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    padding-right: 10px;
    background-color: lightgray;
    color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block;
    width: 50%;
    margin: 0px;
    text-align: center;
    border: 0px solid #999999;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.onoffswitch3-active .onoffswitch3-switch {
    background: #27A1CA;
    left: 0;
}

.onoffswitch3-inactive .onoffswitch3-switch {
    background: #A1A1A1;
    right: 0;
}

.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.inside {
    padding: 0px !important;
}

.feature {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
}

.card-body select {
    width: 135px !important;
}

[data-panel] {
    height: 100%; !important;
}

[data-parent-entry] form {
    overflow:auto;
    max-height:80% !important;
}

[data-parent-entry] .form-group {
    max-width: 100%;
}

#building_input, #building_output {
    height: 200px;
}

#building_input form {
    height: 100%;
}

.card-body input.form-control {
    height: calc(1.8125rem + 2px);
}

.card-body form label.col-md-2 {
    text-align: center;
}

.card-body {
    padding-top: 10px !important;
}

.card-header {
    padding-bottom: 0px !important;
}

[data-panel] .card {
    height: 400px !important;
}

.onoffswitch3 {
    width: 160px !important;
}

[data-edit-entry], .delete-button, [data-parent-entry-btn] {
    cursor: pointer;
}

#energy_scenarios_results_tab_nav .nav-item a {
    font-size: 16px !important;
}

.alert {
    margin-bottom: 10px;
    height: 30px;
    padding: 0px 15px;
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#what-we-do {
    background: #ffffff;
}

#what-we-do .card {
    padding: 1rem !important;
    border: none;
    margin-bottom: 1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#what-we-do .card:hover {
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

#what-we-do .card .card-block {
    padding-left: 50px;
    position: relative;
}

#what-we-do .card .card-block a {
    color: #007b5e !important;
    font-weight: 700;
    text-decoration: none;
}

#what-we-do .card .card-block a i {
    display: none;

}

#what-we-do .card:hover .card-block a i {
    display: inline-block;
    font-weight: 700;

}

#what-we-do .card .card-block:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

#what-we-do .card .block-1:before {
    content: "\f0e7";
}

#what-we-do .card .block-2:before {
    content: "\f0eb";
}

#what-we-do .card .block-3:before {
    content: "\f00c";
}

#what-we-do .card .block-4:before {
    content: "\f209";
}

#what-we-do .card .block-5:before {
    content: "\f0a1";
}

#what-we-do .card .block-6:before {
    content: "\f218";
}

#what-we-do .card:hover .card-block:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

.validation_rules > div {
    height: 100% !important;
}

.bg-dark {
    background-color: #1d4a57 !important;
}

a[aria-disabled="true"] {
    display: inline-block;
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
    text-decoration: none;
}

[data-best-practice] {
    background-color: lightgreen !important;
}

[data-footer] > div > a.btn {
    font-size: 12px !important;
    margin-left: 2px !important;
}
