
* {
    font-family: 'Open Sans', sans-serif !important;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    /* enables smoother animations by forcing hardware accelaration. It may increase battery usage on mobile devices */
    -webkit-transform: translatez(360deg);
    -moz-transform: translatez(360deg);
    -ms-transform: translatez(360deg);
    -o-transform: translatez(360deg);
    transform: translatez(360deg);
}

.ui-tooltip, .tooltip-arrow:after {
    background: #495661;
    border: 1px solid white;
}

.recordingReportSidebar {
    width: 350px !important;
}

.sidebarItem:hover, .sidebarItem.active {
    color: #57a9d4;
    cursor: pointer;
    font-weight: bold;
}

.updateRecordingList {
    padding-left: 27px !important;
    padding-bottom: 5px !important;
    min-height: 30px !important;
    margin-top: 3px !important;
}

.editRecording:before {
    width: 70% !important;
    border-radius: 16px !important;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 7px black;
}

#errorExportList {
    color: #d14b4b;
    font-size: 14px;
}

.cursorDefault {
    cursor: default !important;
}

.pointerCursor {
    cursor: pointer !important;
}

.exportYearSelector {
    width: 150px;
    float: right;
    padding-left: 10px;
    font-size: 16px;
    margin-top: -3px;
    margin-bottom: -38px;
    padding-top: 2px;
}

.tooltip-arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .tooltip-arrow.top {
        top: -16px;
        bottom: auto;
    }

    .tooltip-arrow.left {
        left: 20%;
    }

    .tooltip-arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .tooltip-arrow.top:after {
        bottom: -20px;
        top: auto;
    }

.pdf-first.dates {
    margin-left: 30mm;
    margin-top: 5mm;
}

.invoiceClickableRow {
    cursor: pointer !important;
}

.invoice-popup-view {
    margin-top: -170px !important;
    min-width: 1050px !important;
    overflow-x: hidden !important;
}

#invoicePdfBox:before {
    min-height: 500% !important;
    background-color: transparent !important;
}

div.received:before {
    position: absolute;
    z-index: 1;
    -webkit-transform: rotate( -40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate( -40deg);
    font-size: 20px;
    color: #c00;
    background: #fff;
    border: solid 4px #c00;
    padding: 5px;
    border-radius: 5px;
    zoom: 1;
    filter: alpha(opacity=20);
    opacity: .3;
    -webkit-text-shadow: 0 0 2px #c00;
    text-shadow: 0 0 2px #c00;
    box-shadow: 0 0 2px #c00;
    left: 320px;
}

div.checked-approved:after {
    position: absolute;
    z-index: 1;
    -webkit-transform: rotate( -40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate( -40deg);
    font-size: 20px;
    color: #c00;
    background: #fff;
    border: solid 4px #c00;
    padding: 5px;
    border-radius: 5px;
    zoom: 1;
    filter: alpha(opacity=20);
    opacity: .3;
    -webkit-text-shadow: 0 0 2px #c00;
    text-shadow: 0 0 2px #c00;
    box-shadow: 0 0 2px #c00;
    left: 360px;
}

#notes {
    max-height: 400px;
    overflow: auto;
}

.notediv {
    margin-bottom: 4px;
    padding: 4px 4px 4px 4px;
}

.grey-note {
    background-color: #D2D8DD !important;
}

.divWaiting {
    position: fixed;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}
/*detail checkbox*/
.detailCheckbox {
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 44px !important;
    height: 18px !important;
    border: 1px solid #aaa !important;
    border-radius: 2px !important;
    background: #ebebeb !important;
    position: relative !important;
    display: inline-block !important;
    overflow: hidden !important;
    vertical-align: middle !important;
    transition: background 0.3s !important;
    box-sizing: border-box !important;
    font-size: 12px !important;
    font-family: 'SegoeBing' !important, sans-serif;
    padding-right: 2px !important;
}

.headerColorBlue {
    color: #4fb8cf;
}
/*.nen-column*/
.detailCheckbox:after {
    box-sizing: unset !important;
    content: '' !important;
    position: absolute !important;
    top: 0 !important; /*-1px;*/
    left: 0px !important;
    width: 14px !important;
    height: 14px !important;
    background: white !important;
    border: 1px solid #aaa !important;
    border-radius: 2px !important;
    transition: left 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
}

.detailCheckbox:before {
    content: 'NEE' !important;
    /*color: #888 !important;
        margin-left: 17px !important;
        padding-top: 4px !important;
        vertical-align: middle !important;*/
}
/*.nen-column*/
.detailCheckbox:checked {
    background: #4fb8cf !important;
    border-color: #8daee5 !important;
}

    /*.nen-column*/
    .detailCheckbox:checked:after {
        /*left: 27px;*/ /*slider to right*/
        right: 0 !important;
        border-color: #8daee5 !important;
        left: unset !important;
    }

    .detailCheckbox:checked:before {
        content: 'JA' !important;
        /*color: white !important;
            margin-left: 4px !important;
            padding-top: 4px !important;
            vertical-align: middle !important;*/
    }

/*.nen-column*/
.detailCheckbox:hover:not(:checked):not(:disabled):after,
.detailCheckbox:focus:not(:checked):not(:disabled):after {
    left: 0px !important;
}


/*.nen-column*/
.detailCheckbox:disabled {
    opacity: 0.6 !important;
}
/*draaiende logo wacht*/
.wait-logo {
    background-image: url('/css/images/wait-logo.svg');
    background-repeat: no-repeat;
    background-size: 80%;
    animation: rotation 2s infinite linear;
    background-position: center;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    margin: auto;
}

.select2-container[data-id="AnalyseReportType"] {
    height: 43px !important;
    background-color: #4fb8cf !important;
    border-style: solid !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    border-radius: 4px !important;
    color: white !important;
    padding: 7px 7px !important;
    font-size: 11px !important;
    margin-bottom: 10px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

[data-id="AnalyseReportType"].filter-option-inner-inner {
    height: 22px !important;
}

[data-id="AnalyseReportType"] {
    height: 34px !important;
}

.displayGradiantHeatmap {
    display: none;
}

.consumptionCompareIcon {
    background-image: url('/css/images/icon-consumptioncompare-chart.svg');
    background-repeat: no-repeat;
    background-size: 20%;
    animation: rotation 2s infinite linear;
    background-position: center;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    margin: auto;
}

@-webkit-keyframes rotation {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

a {
    text-decoration: none;
    color: #19a1b9;
    font-size: 12px !important;
}

html, body {
    min-height: 100%;
}

body {
    background-color: #eee;
    /*max-width: 2000px;*/
    min-width: 1520px;
    font-size: 14px !important;
}
/*.bootstrap-select .dropdown-menu {
    width: 100%;
}

    .bootstrap-select .dropdown-menu li small {
        white-space: normal;
    }*/
/*@media screen and (min-resolution: 110dpi) {
    body {
        zoom: 0.9;
    }
}

@media screen and (min-resolution: 120dpi) {
    body {
        zoom: 0.8;
    }
}

@media screen and (min-resolution: 140dpi) {
    body {
        zoom: 0.7;
    }
}*/
.main-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 20;
}

.selectedRow {
    background-color: #17a2b8;
}
/* -------------------------- */
/* General purpose statements */
/* -------------------------- */
hr {
    color: #ccc;
    background-color: #eee;
    height: 1px;
    border: none;
    margin: 0px;
    padding: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hidden, .hiddenpersonal {
    display: none !important;
}

.PermanentHidden {
    display: none !important;
}
/*datatable highcharts*/
.highcharts-data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    min-width: 100%;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 0.9em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    border: 1px solid silver;
    padding: 0.5em;
}

.highcharts-data-table th {
    font-weight: bold;
}

.highcharts-data-table tr:nth-child(even), .highcharts-data-table thead tr {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #eff;
}

.highcharts-data-table caption {
    border-bottom: none;
    font-size: 1.1em;
    font-weight: bold;
}

.highcharts-menu-item {
    position: relative;
    z-index: 9999;
    float: none !important;
    margin-bottom: 0px !important;
}

.highcharts-container {
    z-index: 111 !important;
}

.highcharts-table-caption {
    caption-side: top !important;
    text-align: center !important;
}

.column {
    position: relative;
    margin-bottom: 24px;
}

.bg-dark {
    background-color: #444;
}

.bg-lightgray {
    background-color: #eee;
}

.bg-white {
    background-color: #fff;
}

.bg-Engie {
    background-color: #009EEF;
}

.font-light {
    color: #ededed;
}

.font-dark {
    color: #444;
}

.font-light-blue {
    color: #19a1b8;
}

.font-red {
    color: #d14b4b;
}

.font-orange {
    color: #d68721;
}

.font-green {
    color: #63ba52;
}

.font-small {
    font-size: 10px;
}

.full-vip {
    width: 100% !important;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.full {
    width: 100%;
}

.three-quarters {
    width: 75%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.eighty {
    width: 80%;
}

.seventy {
    width: 70%;
}

.fifty {
    width: 49%;
}

.fifty-sub {
    width: 48%;
}

.fourty-five {
    width: 45%;
}

.fourty {
    width: 36%;
}

.one-third {
    width: 33.33%;
}

.sixty-five, .two-third {
    width: 65%;
}

.one-quarter {
    width: 23%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

    .one-quarter.margin-both {
        margin: 0 1%;
    }

.one-quarter-marginleft-30 {
    width: 280px;
    margin-left: 30px;
}

.twenty {
    width: 16%;
}

.twenty-marginleft-30 {
    width: 215px;
    margin-left: 30px;
}

.ten {
    width: 10%;
}

.ninety {
    width: 87%;
}

.zero-vip {
    width: 0% !important;
    opacity: 0;
    overflow: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.backdeliverystyle {
    font-size: 12px !important;
    line-height: normal !important;
}

.padding-container-6 {
    padding: 0% 6%;
    width: 88%;
}

.padding-container-4 {
    padding: 0% 4%;
    width: 92%;
    height: auto;
}

.padding-container-2 {
    padding: 0% 2%;
    /*width: 96%;*/
}

.text-center {
    text-align: center;
}

input.text-center {
    text-align: center !important;
}

.text-right, .text-right td {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.dark-overlay {
    position: fixed;
    background-color: rgb(0,0,0);
    opacity: 0;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    z-index: 0;
    -webkit-transition: opacity .25s, z-index .25s;
    -moz-transition: opacity .25s, z-index .25s;
    -o-transition: opacity .25s,z-index .25s;
    transition: opacity .25s, z-index .25s;
}

    .dark-overlay.active {
        opacity: 0.25;
        width: 100%;
        height: 100%;
        z-index: 999;
    }


@-webkit-keyframes toggleShow {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: inline-block;
        opacity: 0.1;
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes toggleShow {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: inline-block;
        opacity: 0.1;
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* -------------------------- */
/* -------- Header ---------- */
/* -------------------------- */

.header-container {
    width: 100%;
    background-color: #ffffff;
    height: 84px;
    position: relative;
    border-bottom: 2px solid #444;
}

.menu-left, .header-logo, .logged-user {
    margin: 18px 2%;
    position: relative;
}

@media (max-width: 1250px) {

    .menu-left, .header-logo, .logged-user {
        margin: 18px 9px !important;
    }
}

.menu-item {
    float: left;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 5px;
    margin: 0px 4px;
}

    .menu-item img {
        /* simple vertical align: http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/ */
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .menu-item:hover, .menu-item.active, a.active .menu-item {
        background-color: #eee;
    }

.small-separator {
    border-right: 1px solid #eee;
    height: 18px;
    margin-top: 15px;
}

.header-logo {
    text-align: center;
    z-index: 9999;
    height: 48px;
}

.logged-user-bar {
    background-color: #eee;
    height: 28px;
    width: 175px;
    float: right;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
}

    .logged-user-bar span {
        font-size: 12px;
        color: #999;
    }

.products, .siteselector {
    position: absolute;
    right: 25px;
    height: 40px;
    width: 200px;
    font-size: 12px;
    line-height: 28px;
    padding: 10px;
    top: 85px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1002;
}

.siteselector {
    padding-top: 0;
}

    .siteselector .site-select-options {
        line-height: 14px;
    }

.graph-full-screen .siteselector {
    z-index: 0;
}

.arrow {
    height: 40px;
    position: absolute;
    right: 0px;
    display: block;
    top: 0px;
    z-index: 50;
    width: 36px;
    background-repeat: no-repeat;
    background-position: center center;
}

.arrow-table {
    right: 0px;
    display: block;
    top: 0px;
    width: 12px;
    background-repeat: no-repeat;
    background-position: center right;
}

.column-head .arrow {
    width: 48px;
    right: -4%;
}

.arrow-down-dark {
    background-image: url(/css/images/icon-arrow-down-dark.png);
}

.arrow-down-light {
    background-image: url(/css/images/icon-arrow-down-light.png);
}

.arrow-up-light {
    background-image: url(/css/images/icon-arrow-up-light.png);
}

    .arrow-down-dark:hover, .arrow-down-light:hover, .arrow-up-light:hover {
        opacity: 0.5;
        cursor: pointer;
    }

.arrow-up-dark {
    background-image: url(/css/images/icon-arrow-up-dark.png);
}

    .arrow-up-dark:hover {
        opacity: 0.5;
        cursor: pointer;
    }

.icon-triple-line {
    height: 48px;
    position: relative;
    right: 0px;
    top: 0px;
    width: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.white-triple-line {
    background-image: url(/css/images/icon-triple-lines-light.png);
}

.gotomap {
    background-image: url(/css/images/gotomap.png);
}

.findaddress {
    background-image: url(/css/images/findaddress_s.png);
}

.movepin {
    background-image: url(/css/images/movepin_s.png);
}

.logged-user-menu {
    display: none;
    position: absolute;
    padding: 10px;
    z-index: 1003;
    width: 175px;
    height: auto;
    top: 58px;
    right: 70px;
    border-radius: 5px;
    background-color: #fff;
}

    .logged-user-menu .user-name-function {
        width: 100%;
        margin-top: 10px;
    }

        .logged-user-menu .user-name-function span {
            font-size: 12px;
            color: #999;
        }

    .logged-user-menu .logout-button {
        border-radius: 5px;
        background-color: #3d3d3d;
        width: 100%;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #ccc;
        font-size: 14px;
        margin-top: 16px;
        margin-bottom: 20px;
    }

        .logged-user-menu .logout-button:hover {
            background-color: #2d2d2d;
            color: #ddd;
            cursor: pointer;
        }

    .logged-user-menu .all-user-options {
        padding-top: 20px;
        border-top: 1px solid #ccc;
        font-size: 12px;
    }

        .logged-user-menu .all-user-options a {
            text-decoration: none;
            color: #aaa;
        }

            .logged-user-menu .all-user-options a:hover {
                color: #333;
            }

    .logged-user-menu .user-option {
        margin-bottom: 5px;
        line-height: 13px;
        width: 100%;
    }

    .logged-user-menu .user-option-image {
        width: 14px;
        text-align: center;
        margin-right: 5px;
    }

/*    Filter-Crumbs    */
/* ***************** */

.filter-crumbs {
    cursor: pointer;
    color: #999999;
    width: 100%;
    position: relative;
    display: none;
    /*margin-right: 24px;*/
    height: 0px;
    line-height: 0px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: center left;
    opacity: 0;
    transition: all 0.45s;
    -ms-transition: all 0.45s;
    -webkit-transition: all 0.45s;
    z-index: 1;
}

    .filter-crumbs.active {
        display: inline-block;
    }

    .filter-crumbs.visualactive {
        height: 34px;
        line-height: 14px;
        padding: 10px 10px 10px 0;
        opacity: 1;
        transition: all 0.45s;
        -ms-transition: all 0.45s;
        -webkit-transition: all 0.45s;
    }

    .filter-crumbs .inner-container div.divider {
        padding: 0 5px 0 5px;
    }

    .filter-crumbs .inner-container div {
        float: left;
        vertical-align: middle;
        text-align: center;
        margin-right: 10px;
    }

/*    Filter-menu    */
/* ***************** */

.filter-menu {
    width: 100%;
    position: relative;
    display: none;
    z-index: 3;
    padding-bottom: 5px;
}

.filter-head, .filter-body {
    position: relative;
    width: 96%;
    margin: 0 auto;
    /*border-bottom: 1px solid #777;*/
}

.filter-head {
    position: absolute;
    left: 2%;
    z-index: 10;
}

.filter-menu-block {
    width: 14.66%;
    padding-top: 4px;
    box-sizing: border-box;
    margin-right: 2%;
}

.filter-menu-option {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    padding: 15px 6px;
    height: 18px;
}

    .filter-menu-option.settings {
        background-image: url(/css/images/icon-cogwheel.png);
    }

        .filter-menu-option.settings:hover {
            opacity: 0.8;
            cursor: pointer;
        }

    .filter-menu-option.revert {
        background-image: url(/css/images/icon-revert.png);
        left: 30px;
    }

        .filter-menu-option.revert:hover {
            opacity: 0.8;
            cursor: pointer;
        }

.filter-menu-title {
    float: left;
    padding: 7px 0 0 0;
    width: 100%;
    color: #999999;
    font-weight: 600;
    margin-right: 20px;
}

.filter-menu-items {
    float: left;
    position: relative;
    /*padding: 12px 0px 40px 0px;*/
    padding: 0 0 3px 0;
    width: 100%;
    color: #999999;
    margin-right: 20px;
}

.filter-menu-item, .site-item {
    font-size: 14px;
    border-bottom: 1px solid #777;
    /*margin-top: 5px;*/
    padding: 5px 0px 5px 0px;
    background-repeat: no-repeat;
    color: white;
    background-position: center right;
}

.site-item {
    color: #ededed !important;
    border-bottom: none;
    white-space: nowrap;
    overflow: hidden;
}

.filter-menu-item.checkmark {
    background-image: url(/css/images/icon-checkmark-light.png);
}

    .filter-menu-item.checkmark.active {
        color: #4fb8cf;
        background-image: url(/css/images/icon-checkmark-blue.png);
    }

.filter-menu-item.radio {
    background-image: url(/css/images/icon-radio-light.png);
}

    .filter-menu-item.radio.active {
        color: #4fb8cf;
        background-image: url(/css/images/icon-radio-blue.png);
    }

.filter-menu-item.select, .site-item.select {
    position: relative;
    background-image: url(/css/images/icon-arrow-down-light.png);
}

.filter-select-options, .site-select-options {
    display: none;
    position: absolute;
    background-color: #333;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
    /*width: 100%;*/
    z-index: 5;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

.site-select-options {
    left: 0;
    margin-top: 32px;
    background-color: #444;
    max-height: 450px;
}

    .filter-select-options input, .site-select-options input {
        color: white;
        padding: 5px 12px;
        font-size: 14px;
    }

.filter-select-option, .site-select-option {
    color: white;
    padding: 5px 12px;
    font-size: 14px;
    max-width: 190px;
    overflow: hidden;
}

    .filter-select-option.checkmark {
        background-repeat: no-repeat;
        background-position: 94% center;
        background-image: url(/css/images/icon-checkmark-light.png);
        color: white;
        padding: 9px 12px;
    }

        .filter-select-option.checkmark.active {
            background-image: url(/css/images/icon-checkmark-blue.png);
            color: #4fb8cf;
        }

    .filter-select-option:last-of-type, .site-select-option:last-of-type {
        border-bottom: 0px;
    }

.filter-menu-item.select:hover, .site-item.select:hover {
    color: #999;
    cursor: pointer;
}

.filter-select-option:hover, .site-select-option:hover {
    background-color: #222;
    cursor: pointer;
}

.filter-menu-item.checkmark:hover, .filter-menu-item.radio:hover {
    color: #4fb8cf;
    cursor: pointer;
}
/*    admin-menu    */
/* ***************** */

.admin-head, .admin-body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #777;
}

.admin-head {
    /*position: absolute;
    left: 2%;
    z-index: 10;*/
    text-align: left;
    color: #a9a9a9;
    margin-bottom: 10px;
    font-size: 16px;
}

.admin-head-td {
    color: white;
    border-bottom: 1px solid #a9a9a9;
}

.admin-menu-block {
    width: 14.66%;
    padding-top: 4px;
    box-sizing: border-box;
    margin-right: 2%;
}

.admin-menu-option {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    padding: 15px 6px;
    height: 18px;
}

    .admin-menu-option.settings {
        background-image: url(/css/images/icon-cogwheel.png);
    }

        .admin-menu-option.settings:hover {
            opacity: 0.8;
            cursor: pointer;
        }

    .admin-menu-option.revert {
        background-image: url(/css/images/icon-revert.png);
        left: 30px;
    }

        .admin-menu-option.revert:hover {
            opacity: 0.8;
            cursor: pointer;
        }

.admin-menu-title {
    float: left;
    padding: 10px 0;
    width: 100%;
    color: #999999;
    font-weight: 600;
    margin-right: 20px;
}

.admin-menu-items, .admin-items, admin-items-nopadding {
    float: left;
    width: 100%;
    position: relative;
    /*padding: 12px 0px 40px 0px;*/
    padding: 0 0 20px 0;
    color: #999999;
    margin-right: 20px;
}

admin-items-nopadding {
    padding: 0;
}

.admin-menu-item, .admin-item {
    font-size: 14px;
    border-bottom: 1px solid #777;
    margin-top: 5px;
    padding: 5px 0px 5px 0px;
    background-repeat: no-repeat;
    color: white;
    background-position: center right;
}

    .admin-menu-item.checkmark, .admin-item.checkmark {
        background-image: url(/css/images/icon-checkmark-light.png);
    }

        .admin-menu-item.checkmark.active, .admin-item.checkmark.active {
            color: #4fb8cf;
            background-image: url(/css/images/icon-checkmark-blue.png);
        }

    .admin-menu-item.radio, .admin-item.radio {
        background-image: url(/css/images/icon-radio-light.png);
    }

        .admin-menu-item.radio.active, .admin-item.radio.active {
            color: #4fb8cf;
            background-image: url(/css/images/icon-radio-blue.png);
        }

    .admin-menu-item.select, .admin-item.select {
        position: relative;
        background-image: url(/css/images/icon-arrow-down-light.png);
    }

.admin-select-options {
    display: none;
    position: absolute;
    background-color: #333;
    /*width: 100%;*/
    max-width: 100%;
    width: auto;
    z-index: 2;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .admin-select-options input {
        color: white;
        padding: 0px 12px;
        font-size: 14px;
    }

.admin-select-option {
    color: white;
    padding: 0px 12px;
    font-size: 14px;
}

    .admin-select-option.checkmark {
        background-repeat: no-repeat;
        background-position: 94% center;
        background-image: url(/css/images/icon-checkmark-light.png);
        color: white;
        padding: 9px 12px;
    }

        .admin-select-option.checkmark.active {
            background-image: url(/css/images/icon-checkmark-blue.png);
            color: #4fb8cf;
        }

    .admin-select-option:last-of-type {
        border-bottom: 0px;
    }

.admin-menu-item.select:hover, .admin-item.select:hover {
    color: #999;
    cursor: pointer;
}

.admin-select-option:hover {
    background-color: #222;
    cursor: pointer;
}

.admin-menu-item.checkmark:hover, .admin-menu-item.radio:hover {
    color: #4fb8cf;
    cursor: pointer;
}


.edit-filter {
    background-image: url(/css/images/icon-pencil-light.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    width: 0px;
    opacity: 0;
    height: 16px;
    transition: all 0.15s;
    -ms-transition: all 0.15s;
    -webkit-transition: all 0.15s;
}

    .edit-filter.active {
        width: 16px;
        opacity: 1;
    }

    .edit-filter:hover {
        background-image: url(/css/images/icon-pencil-white.png);
        cursor: pointer;
    }

.filter-menu-block.new-row {
    clear: both;
}

/*      filter-menu-settings     */
/* ***************************** */
.filter-menu-settings {
    display: none;
    position: relative;
    background-color: #eee;
    width: 98%;
    margin-top: -2px;
    height: 48px;
    padding-left: 2%;
}

.menu-settings-option {
    display: inline-block;
    padding: 15px 0px 15px 24px;
    margin-right: 24px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: center left;
}

    .menu-settings-option.pin {
        background-image: url('/css/images/icon-pin.png');
    }

    .menu-settings-option.add {
        background-image: url('/css/images/icon-add.png');
    }

    .menu-settings-option.edit {
        background-image: url('/css/images/icon-pencil.png');
    }

    .menu-settings-option:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.filter-menu-settings .close {
    height: 18px;
    width: 18px;
    padding: 15px 0px 15px 19px;
    margin-right: 2%;
    background-image: url(/css/images/icon-close.png);
    background-repeat: no-repeat;
    background-position: center center;
}

    .filter-menu-settings .close:hover {
        opacity: 0.7;
        cursor: pointer;
    }

/* --------------------------- */
/* -------- Content ---------- */
/* --------------------------- */
.main-content {
    display: inline-block;
    width: 98%;
    padding: 0px 1%;
}

    .main-content.initial {
        display: inline-block;
    }

    .main-content.inactive {
        display: none;
    }

    .main-content.active {
        -webkit-animation: toggleShow .4s ease-in-out;
        animation: toggleShow .4s ease-in-out;
    }

.inner-container {
    max-width: 1250px;
    width: 100%;
    margin: auto;
}

.search-bar-top {
    text-align: center;
    margin: 0px auto;
    padding: 5px 0px;
    margin-bottom: 12px;
    width: 600px;
    box-shadow: inset 0px -1px 0px #ccc;
    border-bottom: 1px solid #fff;
}

    .search-bar-top.border-dark {
        box-shadow: inset 0px -1px 0px #000;
        border-bottom: 1px solid #666;
    }

.search-input {
    font-size: 14px;
    padding: 2px;
    text-align: center;
    line-height: 20px;
}

#search_input {
    width: 550px;
}

.filter-menu-items .search-input {
    color: #999;
    border-bottom: 1px solid #777;
}

.search-button {
    float: right;
    background-color: none;
    height: 30px;
    width: 30px;
    background-image: url('/css/images/icon-magnify-glass.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.search-button-blue {
    float: right;
    background-color: none;
    height: 50px;
    width: 40px;
    background-image: url('/css/images/icon-magnify-glass-blue.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.column-head {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 48px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #eee;
    line-height: 48px;
    font-size: 16px;
}

.column-sub-head {
    display: inline-block;
    text-align: center;
    padding: 12px 0px;
    margin: 0px;
    color: #999999;
    font-size: 12px;
    /*border-bottom: 1px solid #eee;*/
    float: left;
}

.column-sub-title {
    text-align: center !important;
    display: inline-block;
    padding: 20px 0px 10px 0px;
    border-top: 1px solid #eee;
    width: 100%;
}

.column-sub-value-big {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    text-align: center !important;
    /*border-bottom: 1px solid #eee;*/
    padding: 10px 0px 10px 0px;
    float: left;
    border-radius: 5px;
}

    .column-sub-value-big:hover, .column-sub-value-big.active {
        background-color: #eee;
    }

    .column-sub-value-big a {
        font-size: 30px;
    }
.meterlist{
    min-height: 33px;
}
.pager, .pager a {
    text-align: center;
    color: #4fb8cf;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 50px;
}
.nomargin .pager, .nomargin .pager a {
    margin-bottom: 5px;
}

    .pager a:hover {
        color: #444;
        cursor: pointer;
    }

    .pager a.inactive {
        color: #444;
        cursor: default;
    }

/*.show-more-universal-button, .show-more-universal-button-listrow {
height: 34px;
margin-top: 18px;
background-image: url(/css/images/blue-transparant-bg.png), url(/css/images/icon-arrow-down-big-dark.png);
background-size: cover, auto;
background-repeat: no-repeat, no-repeat;
background-position: center center, center center;
margin-bottom: 18px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}

    .show-more-universal-button.active, .show-more-universal-button-listrow.active {
        background-image: url(/css/images/blue-transparant-bg.png), url(/css/images/icon-arrow-up-big-dark.png);
    }

    .show-more-universal-button:hover, .show-more-universal-button-listrow:hover {
        opacity: 0.7;
        cursor: pointer;
    }*/

.show-more-universal-content-listrow {
    display: none;
}

    .show-more-universal-content-listrow.active {
        display: table-row;
    }

.show-more-universal-content {
    display: none;
    margin-top: 12px;
    font-size: 14px;
    margin-bottom: 12px;
}

    .show-more-universal-content.active {
        display: inline-block;
    }

.pie-chart-container-elektra, .pie-chart-container-gas, .pie-chart-container-water {
    display: inline-block;
    height: 180px;
}

.pie-chart-container-lastyear, #pie_container {
    display: inline-block;
    height: 120px;
    width: 100%;
}

.bar-chart-container-gas-elektra-12m, #chart_container, #columnusage_container {
    /*height: 220px;*/
    margin-bottom: 36px;
}

/*.bar-chart-container-gas-elektra-5y > div {
    height: 220px !important;
    margin-bottom: 12px;
    width: 100% !important;
}*/

.map-my-connections {
    width: 100%;
    height: 300px;
    position: relative;
}

.paddingbottom {
    padding-bottom: 36px;
}
/* *************************** */
/* ******** producten ******** */
/* *************************** */

.column-content h3 {
    margin: 24px 0px;
    font-weight: 600;
}

.column-content h2 {
    font-size: 30px;
    font-weight: 600;
}

.column-content p {
    padding-bottom: 24px;
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}

.column-content a {
    color: inherit;
    text-decoration: none;
}

.column-content img {
    margin: 0 auto;
    display: block;
    margin-bottom: 24px;
}

.column-content .show-more-universal-content {
    font-size: 14px;
    color: #777777;
}

.column-dark-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.4);
    background-image: url(/css/images/icon-checkmark.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.more-info-button {
    text-align: center;
    font-size: 14px;
    padding: 12px;
    border-radius: 5px;
    background-color: #eee;
    margin-bottom: 5px;
}

    .more-info-button:hover {
        background-color: #ddd;
    }

.add-button {
    text-align: center;
    font-size: 14px;
    padding: 12px;
    border-radius: 5px;
    background-color: #4fb8cf;
    color: #ffffff;
    margin-bottom: 12px;
}

    .add-button:hover {
        background-color: #47A6BA;
    }

/* ****************** */
/*   Aansluitingen    */
/* ****************** */

.column-head.aansluiting {
    text-align: left;
    padding: 0% 4%;
    width: 92%;
}

    .column-head.aansluiting.fixed, .message-head.message.fixed {
        position: fixed;
        height: 50px;
        display: block;
        text-align: center;
        z-index: 1002;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 8px 25px 8px 25px;
        margin-left: -25px;
        max-width: 100%;
        background-color: #fff;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom: 2px solid #444;
    }

.message-head.message.fixed {
    top: 73px;
    height: auto;
}


    .column-head.aansluiting.fixed .aansluiting-float, .message-head.message.fixed .message-float {
        max-width: 1250px;
        line-height: 24px;
        margin: auto;
        text-align: left;
        padding: 0 16px;
        padding-left: 106px;
    }

        .column-head.aansluiting.fixed .aansluiting-float .list-options {
            padding-right: 535px;
            position: relative !important;
            top: 0;
        }

            .column-head.aansluiting.fixed .aansluiting-float .list-options.final {
                padding-right: 550px;
            }

            .column-head.aansluiting.fixed .aansluiting-float .list-options .list-option {
                padding: 4px 0;
            }

        .column-head.aansluiting.fixed .aansluiting-float.sidebaropen, .message-head.message.fixed .message-float.sidebaropen {
            padding-left: 258px;
        }

            .column-head.aansluiting.fixed .aansluiting-float.sidebaropen .list-options {
                padding-right: 383px;
            }

                .column-head.aansluiting.fixed .aansluiting-float.sidebaropen .list-options.final {
                    padding-right: 398px;
                }

.column-head.message {
    display: inherit !important;
    text-align: left;
    padding: 0% 4%;
    width: 92%;
    height: auto;
    border-bottom: none !important;
}

    .column-head.message .message-float {
        text-align: center;
    }

    .column-head.message.fixed {
        position: fixed;
        height: auto;
        max-height: 52px;
        display: block;
        text-align: center;
        z-index: 101;
        top: 73px;
        left: 0px;
        width: 100%;
        padding: 0 25px 0 25px;
        margin-left: -25px;
        max-width: 100%;
        background-color: #fff;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom: 1px solid #444 !important;
    }

.sub-column-head.aansluiting {
    font-weight: 600;
    position: relative;
    border-top: 1px solid #eee;
    padding: 12px 0px 9px 0px;
    font-size: 14px;
}

    .sub-column-head.aansluiting .arrow, .editor-details .arrow {
        margin-right: -4%;
        width: 60px;
    }

        .sub-column-head.aansluiting .arrow.active, .editor-details .arrow.active {
            background-image: url(images/icon-arrow-up-blue.png);
        }

.column-category {
    margin-bottom: 12px;
}

.colum-category:last-of-type {
    margin-bottom: 36px;
}

.hidden-rows {
    display: none;
    width: 100%;
}

.editor-details {
    height: 48px;
    position: relative;
    line-height: 48px;
    color: #999;
    font-size: 12px;
    margin-bottom: 0px;
}

/*.remove-button.active {
    background-image: url(/css/images/icon-crosss.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #d14b4b;
    margin-right: 24px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}*/
.icon-required, .icon-questionmark, .icon-revert-blue-s, .icon-add-blue-s, .icon-lock-active, .icon-lock-broken {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 6px;
    overflow: hidden;
    width: 0px;
    height: 12px;
    top: auto;
    bottom: -1px;
    margin-left: 10px;
    position: relative;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

    .icon-required.active {
        background-image: url(/css/images/icon-required-s2.png);
        width: 8px;
    }

    .icon-revert-blue-s.active {
        background-image: url(/css/images/icon-revert-blue-s.png);
        background-size: 11px;
        width: 12px;
        cursor: pointer;
    }

    .icon-add-blue-s.active {
        background-image: url(/css/images/icon-add-blue-s.png);
        background-size: 12px;
        width: 12px;
        cursor: pointer;
    }

.icon-questionmark, .icon-lock-active, .icon-lock-broken {
    background-position: top center;
    background-image: url(/css/images/icon-info.svg);
    background-size: 16px !important;
    background-color: none;
    /*height: 17px;
    width: 8px;*/
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.icon-lock-active {
    background-image: url(/css/images/icon-lock-active.png);
}

.icon-lock-broken {
    background-image: url(/css/images/icon-lock-broken.png);
}

.tooltip {
    font-size: 10px;
}

.remove-button:hover {
    cursor: pointer;
    opacity: 0.7;
}

.row-content.left {
    padding-top: 3px;
    text-align: left;
}

/*.row-content.right input:not([type='checkbox']), .row-content.left input:not([type='checkbox']), .rapport-category input:not([type='checkbox']) {
        text-align: right;
        font-size: 14px;
        width: 220px;
        color: #19a1b9;
        min-height: 19px;
        border-bottom: 1px solid #999;
    }*/

.rapport-category input {
    font-size: 14px;
    width: 150px;
}

.rapport-category.large input {
    width: 250px;
}

.row-content.right input:focus, .rapport-category input:focus {
    border-bottom: 2px solid #19a1b8;
    color: #19a1b8;
}

.rapport-category input:disabled {
    color: #888 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #888;
}

.rapport-category input.full {
    width: 100%;
}

.rapport-category input.text-center {
    text-align: center;
}

.row-content.left input {
    text-align: left;
    font-size: 14px;
    color: #777;
    min-height: 19px;
}

    .row-content.left input:focus {
        border-bottom: 2px solid #19a1b8;
        color: #000;
    }

    .row-content.left input:disabled {
        -webkit-text-fill-color: #333;
        border: 0px;
    }

    .row-content.left input.error:focus, .row-content.left input.error,
    .row-content.right input.error:focus, .row-content.right input.error,
    .column-row-select-item.select.active.error, column-row-select-item-s.select.active.error {
        border-bottom: 2px solid #d14b4b;
        color: #d14b4b;
    }

.error {
    color: #d14b4b;
}

.column-row, .column-row-s {
    position: relative;
    font-size: 14px;
    color: #777777;
    width: 100%;
    min-height: 20px;
    padding: 1px 0px;
    transition: height 0.4s;
    -webkit-transition: height 0.4s;
}

.column-row-s {
    padding: 0;
    min-height: 16px;
}

.column-row-select-item.select.active, column-row-select-item-s.select.active {
    position: relative;
    cursor: pointer;
    color: #19a1b9;
    min-width: 18px;
    min-height: 14px;
    /*border-bottom: 1px solid #999;*/
}

.column-row-select-item-s.select.active {
    font-size: 12px;
}

.column-row-select-item.select:hover, column-row-select-item-s.select:hover {
    color: #111;
}

.column-row-select-item, column-row-select-item-s {
    position: relative;
    font-size: 14px;
    padding: 3px 0px 3px 0px;
    background-repeat: no-repeat;
    color: #777;
    background-position: center right;
}

.column-row-select-item-s {
    font-size: 12px;
    padding: 0;
}

.column-row-select-options {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    top: 24px;
    right: 0px;
    width: auto;
    min-width: 100px;
    z-index: 60;
    white-space: nowrap;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .column-row-select-options input {
        width: auto !important;
        border: none !important;
        padding: 9px 12px 0 9px !important;
        height: 24px !important;
    }

.column-row-combobox-options {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    top: 24px;
    right: 0px;
    width: auto;
    min-width: 100px;
    z-index: 60;
    white-space: nowrap;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .column-row-combobox-options input {
        width: auto !important;
        border: none !important;
        padding: 9px 12px 0 9px !important;
        height: 24px !important;
    }

.column-row-combobox-option {
    color: #444;
    padding: 5px 12px;
    text-align: right;
}

    .column-row-combobox-option.checkmark {
        background-image: url(/css/images/icon-checkmark-dark.png);
        background-repeat: no-repeat;
        background-position: 8px center;
    }

        .column-row-combobox-option.checkmark:hover {
            color: #4fb8cf;
        }

        .column-row-combobox-option.checkmark.active {
            background-image: url(/css/images/icon-checkmark-blue.png);
            color: #4fb8cf;
        }

    .column-row-combobox-option:last-of-type {
        border-bottom: 0px;
    }

.column-row-item.combobox:hover {
    opacity: 0.8;
    cursor: pointer;
}

.column-row-combobox-option:hover {
    background-color: #eee;
    cursor: pointer;
}

.column-row-select-option {
    color: #444;
    padding: 5px 12px;
    text-align: right;
}

    .column-row-select-option.checkmark {
        background-image: url(/css/images/icon-checkmark-dark.png);
        background-repeat: no-repeat;
        background-position: 8px center;
    }

        .column-row-select-option.checkmark:hover {
            color: #4fb8cf;
        }

        .column-row-select-option.checkmark.active {
            background-image: url(/css/images/icon-checkmark-blue.png);
            color: #4fb8cf;
        }

    .column-row-select-option:last-of-type {
        border-bottom: 0px;
    }

.column-row-item.select:hover {
    opacity: 0.8;
    cursor: pointer;
}

.column-row-select-option:hover {
    background-color: #eee;
    cursor: pointer;
}

.icon-add-light {
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/css/images/icon-add-light.png);
    cursor: pointer;
}

    .icon-add-light.disabled {
        opacity: 0;
        width: 0;
        height: 0;
        visibility: hidden;
        display: none;
    }

.icon-trash-light {
    height: 48px;
    position: absolute;
    right: 48px;
    top: 0px;
    width: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/css/images/icon-trash-light.png);
    cursor: pointer;
}

.icon-trash-red {
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/css/images/icon-trash-red.png);
}

.icon-trash-light.disabled {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}

.statistics {
    margin-top: 24px;
    padding-right: 3px;
    border-right: 1px solid #eee;
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}

.specifications {
    margin-top: 24px;
    padding-left: 3px;
    font-size: 14px;
    color: #777777;
    line-height: 22px;
}

.big-number {
    color: #444444;
    font-size: 18px;
    font-weight: 600;
}

.big-number-green {
    color: #63ba52;
    font-size: 18px;
    font-weight: 600;
}

.arrow-table-hidden td {
    display: none;
}

.standard-table {
    font-size: 14px;
    margin-bottom: 36px;
}

    .standard-table td {
        position: relative;
        padding: 7px 5px 7px 0;
        color: #777777;
        text-align: left;
        white-space: nowrap;
    }

        .standard-table td b {
            color: #444444;
        }


.grey-button, .blue-button, .red-button {
    font-size: 14px;
    padding: 12px 0;
    border-radius: 5px;
    background-color: #eee;
}

    .grey-button:hover, .blue-button:hover, .red-button:hover {
        background-color: #ddd;
        cursor: pointer;
    }

    .grey-button.disabled, .blue-button.disabled, .red-button.disabled {
        opacity: 0;
        width: 0;
        height: 0;
        visibility: hidden;
        display: none;
    }

    .grey-button:disabled, .blue-button:disabled, .red-button:disabled {
        background-color: #444;
    }

.blue-button {
    background-color: #4fb8cf;
    color: #fff !important;
}

.red-button {
    background-color: #d14b4b;
    color: #fff !important;
}

.file-slider-container {
    margin: 0 auto;
    width: 85%;
}

    .file-slider-container img {
        cursor: pointer;
    }

.list-options {
    display: none;
    position: absolute;
    right: 4%;
    top: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    display: none;
}

.list-options.active {
    display: block;
}

.fixed .list-options.active {
    position: relative;
    float: right;
    top: 0;
}

.list-option {
    height: 16px;
    padding: 16px 0px;
    width: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

    .list-option:first-of-type {
        margin-right: -6px;
    }

    .list-option:hover {
        opacity: 1;
        cursor: pointer;
    }

    .list-option.edit {
        background-image: url(/css/images/icon-pencil.png);
    }

    .list-option.add {
        background-image: url(/css/images/icon-add.png);
    }

    .list-option.pin {
        /*background-image: url(/css/images/icon-pin.png);*/
        background-image: url(/css/images/icon-arrow-down-big-dark.png);
    }

        .list-option.pin.active {
            /*background-image: url(/css/images/icon-pin-active.png);*/
            background-image: url(/css/images/icon-arrow-up-big-blue.png);
        }

    .list-option.print {
        background-image: url(/css/images/icon-print-button-dark.png);
    }

    .list-option.decline {
        background-image: url(/css/images/icon-close-red.png);
    }

    .list-option.accept {
        background-image: url(/css/images/icon-checkmark-green.png);
    }

    .list-option.printaccept {
        background-image: url(/css/images/icon-checkmark-green.png);
    }

    .list-option.accept-grey {
        background-image: url(/css/images/check_arrow_energie_filter_gray.png);
    }

    .list-option.save {
        background-image: url(/css/images/save-28.png);
    }

    .list-option.send {
        background-image: url(/css/images/icon-send-green.svg);
    }

.control.edit {
    background-image: url(/css/images/icon-pencil.png);
    background-repeat: no-repeat;
    background-size: 10px;
    width: 10px;
    height: 13px;
    cursor: pointer;
}

    .control.edit.disabled {
        opacity: 0;
        width: 0;
        height: 0;
        visibility: hidden;
        display: none;
    }

.control.add {
    background-image: url(/css/images/icon-add.png);
    background-repeat: no-repeat;
    background-size: 10px;
    width: 10px;
    height: 13px;
    cursor: pointer;
}

    .control.add.disabled {
        opacity: 0;
        width: 0;
        height: 0;
        visibility: hidden;
        display: none;
    }

.table-row-remove {
    background-image: url(/css/images/icon-close-red.png);
    background-repeat: no-repeat;
    background-size: 10px;
    width: 10px;
    height: 13px;
    cursor: pointer;
}

#consumer_table {
    margin-top: 20px;
}

.consumptiontable a {
    font-size: 14px;
    margin: 0 10px;
    font-weight: bold;
}

.consumptiontable {
    font-size: 14px;
    color: #999;
}

.consumptiontablecontainer {
    color: #999;
    width: 279px; /* Total width of visible columns + border widths */
    overflow: hidden;
}

.consumptiontable th {
    text-align: left;
}

.consumptiontable td, .consumptiontable th {
    min-width: 93px;
    padding: 4px 4px;
    text-align: center;
}

/*.consumptiontable table tr:nth-of-type(2) td, .consumptiontable table tr:nth-of-type(2) th {
    padding-top: 10px;
}*/

/*.consumptiontable table tr:nth-of-type(4) th, .consumptiontable table tr:nth-of-type(4) td {*/
.esighttabletotal {
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd !important;
    font-weight: bold;
}

.consumptiontable table tr:nth-of-type(1) th, .consumptiontable table tr:nth-of-type(1) td {
    border-bottom: 1px solid #ddd !important;
}


.consumptiontable.show tr th:nth-of-type(1), .consumptiontable.show tr td:nth-of-type(1) {
    border-right: 1px solid #ddd !important;
}

/*.consumptiontable table tr:nth-of-type(2) {*/
.esighttablenormal {
    color: #63ba4f;
    font-weight: bold;
}

/*.consumptiontable table tr:nth-of-type(3) {*/
.esighttablelow {
    color: #444;
    font-weight: bold;
}

.monitoringtablenormal {
    color: #63ba4f;
    font-weight: bold;
}

.monitoringtablelow {
    color: #444;
    font-weight: bold;
}

.monitoringtableenergietax {
    color: rgb(68,68,68);
    font-weight: bold;
}

.monitoringtableprovider {
    color: rgb(99,186,82);
    font-weight: bold;
}

.monitoringtablegrid {
    color: rgb(25,161,184);
    font-weight: bold;
}

.monitoringtabletax {
    color: rgb(209,75,75);
    font-weight: bold;
}

.monitoringtabletotal {
    color: rgb(153,153,153);
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd !important;
    font-weight: bold;
}

.monitoringtableyeartotal {
    color: rgb(100,100,100);
    font-weight: bold;
}
/*.consumptiontable table tr:nth-of-type(4), .consumptiontable table tr:nth-of-type(3), .consumptiontable table tr:nth-of-type(2) {
    font-weight: bold;
}*/

.pieconsumption table {
    color: #999;
    font-size: 14px;
    margin: auto;
}

    .pieconsumption table th {
        padding-top: 2px;
    }

.control.decline {
    background-image: url(/css/images/icon-close-red.png);
    background-repeat: no-repeat;
    background-size: 10px;
    width: 10px;
    height: 13px;
    cursor: pointer;
}

.remark.decline {
    background-image: url(/css/images/icon-close-red.png);
    background-repeat: no-repeat;
    background-size: 13px;
    width: 14px;
    height: 15px;
    cursor: pointer;
}

.remark.accept {
    background-image: url(/css/images/icon-checkmark-green.png);
    background-repeat: no-repeat;
    background-size: 13px;
    width: 14px;
    height: 15px;
    margin-right: 7px;
    cursor: pointer;
}

.remark.edit {
    background-image: url(/css/images/icon-pencil.png);
    background-repeat: no-repeat;
    background-size: 13px;
    width: 14px;
    height: 15px;
    cursor: pointer;
}

.remark.delete {
    background-image: url(/css/images/icon-trash.png);
    background-repeat: no-repeat;
    background-size: 13px;
    width: 14px;
    height: 15px;
    margin-right: 7px;
    cursor: pointer;
}

.remark.deleteDataNote {
    background-image: url(/css/images/icon-trash.png);
    background-repeat: no-repeat;
    background-size: 13px;
    width: 14px;
    height: 15px;
    margin-right: 7px;
    cursor: pointer;
}

.control.decline.disabled, .remark.decline.disabled, .remark.accept.disabled, .remark.delete.disabled, .remark.edit.disabled {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}
/* ****************** */
/*       Lijst        */
/* ****************** */

.enlarge.button-bottom-right, .enlarged.button-bottom-left {
    height: 16px;
    width: 30px;
    padding: 16px 0px;
    background-image: url(/css/images/icon-enlarge-button-bottom-right.png);
    background-repeat: no-repeat;
    background-position: center center;
}

    .enlarge.button-bottom-right:hover, .enlarged.button-bottom-right:hover {
        opacity: 0.8;
        cursor: pointer;
    }

.enlarge.button-bottom-left, .enlarged.button-bottom-right {
    height: 16px;
    width: 30px;
    padding: 16px 0px;
    background-image: url(/css/images/icon-enlarge-button-left.png);
    background-repeat: no-repeat;
    background-position: center center;
}

    .enlarge.button-bottom-left:hover, .enlarged.button-bottom-left:hover {
        opacity: 0.8;
        cursor: pointer;
    }

.print-button {
    height: 16px;
    width: 30px;
    padding: 16px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/css/images/icon-print-button.png);
}

    .print-button:hover {
        cursor: pointer;
        opacity: 0.7;
    }

    .print-button.right {
        background-position: left center;
        padding-left: 24px;
    }

.download-button, .download-button-nooverlay, .upload-button {
    height: 16px;
    width: 30px;
    padding: 16px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/css/images/icon-download-button.png);
}

    .download-button:hover, .download-button-nooverlay:hover, .upload-button:hover {
        cursor: pointer;
        opacity: 0.7;
    }


.upload-button {
    background-image: url(/css/images/icon-upload-button.png);
}

    .upload-button:hover {
        background-image: url(/css/images/icon-upload-button-light.png);
    }

.MapPushpinBase img {
    cursor: pointer;
}

.infoBox {
    position: relative;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.infoboxBG {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    padding-bottom: 8px;
}

.infoBox.full-vip-info {
    position: absolute;
    margin-top: 340px;
    margin-left: 15px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.infoBox table {
    position: relative !important;
    display: block;
}

.infoBox TH {
    padding: 2px;
    font-size: 12px;
    cursor: default;
    text-align: left;
}

.infoBox TD {
    border-top: 1px solid #444;
    padding: 2px;
    font-size: 11px;
    cursor: pointer;
    vertical-align: top;
}

#map-meter, #map-building, #map-intermediate {
    width: 100%;
    height: 650px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

    #map-meter.big, #map-building.big, #map-intermediate.big {
        height: 650px;
    }

.selection-table th, .normal-table th, .admin-table th {
    text-align: left;
    font-size: 12px;
    width: auto;
    color: #999;
    padding: 12px 4px;
    border-bottom: 1px solid #eee;
}

    .selection-table th a, .normal-table th a, .admin-table th a {
        color: #999;
        font-size: 12px;
        text-decoration: none;
    }

.normal-table tr:hover {
    background-color: #eee;
}

.selection-table tbody td, .normal-table tbody td, .admin-table tbody td {
    text-align: left;
    color: #444;
    font-size: 12px;
    word-break: break-all;
    padding: 12px 4px;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
}

.selection-table tr:hover:not(.noHover):not(.noHoverRow), .admin-table tr:hover:not(.noHover):not(.noHoverRow) {
    cursor: pointer;
    background-color: #eee;
}

.admin-table tbody td input, .admin-table tbody td select {
    color: #fff;
    border-bottom: 1px solid #eee;
}

    .admin-table tbody td select option {
        color: #444;
    }

.admin-table tr:hover {
    cursor: default;
    color: #444;
    background-color: #4fb8cf;
}

.admin-table tbody tr:hover td {
    color: #444;
}

    .admin-table tbody tr:hover td a {
        color: #444;
    }

.padding {
    padding: 4px !important;
}

.paddingfour td {
    padding: 4px !important;
}

.firstleft td:first-child {
    text-align: left !important;
}

/*.print-popup {
    opacity: 0;
    width: 0;
    height: 0;
    z-index: 0;
    background-color: #fff;
    padding-top: 12px;
    position: absolute;
    overflow: hidden;
    border-radius: 5px;
    left: 35%;
    top: 25%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

    .print-popup.active {
        overflow: auto;
        width: 30%;
        min-width: 300px;
        height: auto;
        z-index: 1000;
        opacity: 1;
        transition: opacity 0.4s;
        -webkit-transition: opacity 0.4s;
        -ms-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
    }

    .print-popup .show-more-universal-button {
        margin: 0px 0px 12px 0px;
    }*/

.print-option {
    padding: 9px 0px 9px 0px;
    border-bottom: 1px solid #eee;
}

    .print-option .head {
        padding: 15px 0px 5px 0px;
        font-weight: 600;
        color: #444;
    }

    .print-option .sub {
        font-size: 14px;
        color: #999;
        /*padding-bottom: 12px;*/
    }

.print-option-button {
    padding: 0px 32px 0px 24px;
    color: #999;
    background-image: url(/css/images/icon-print-button-dark.png);
    background-repeat: no-repeat;
    background-position: left center;
}

    .print-option-button:hover {
        background-image: url(/css/images/icon-print-button.png);
        cursor: pointer;
        color: #19a1b8;
    }

.download-option-button, .send-option-button {
    background-image: url(/css/images/icon-download-button-dark.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    color: #999;
}

    .download-option-button:hover, .send-option-button:hover {
        cursor: pointer;
    }

.send-option-button {
    background-image: url(/css/images/icon-send.svg);
    /*background-position: 0;*/
    background-size: 24px 22px;
}


.print-popup-close, .popup-close {
    background-image: url(/css/images/icon-close.png);
    position: absolute;
    right: 4%;
    top: 12px;
    width: 12px;
    height: 12px;
}

.popup-close {
    right: 2%;
}

    .print-popup-close:hover, .popup-close:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.popup.filter-popup.active {
    position: absolute;
    top: 5%;
}

.eap-popup.active {
    padding-top: 16px;
    width: 900px !important;
    left: 20%;
}

.fixed {
    top: 0;
    background-color: white;
    position: fixed;
    width: auto;
    display: none;
    border: none;
}

    .fixed th {
        box-sizing: border-box;
    }


/**********************/
/***** ADMIN MENU *****/
/**********************/
.admin-content {
    margin-top: 20px;
}

    .admin-content .inactive {
        display: none;
    }

    .admin-content .active {
        -webkit-animation: toggleShow .4s ease-in-out;
        animation: toggleShow .4s ease-in-out;
    }

.admin-table thead {
    display: block;
}

.admin-table tbody {
    display: block;
    height: 400px;
    overflow-y: auto; /* Vertical scroll    */
    overflow-x: hidden;
}

.admin-table th {
    text-align: left;
    font-size: 12px;
    width: auto;
    color: white;
    padding: 12px 4px;
    border-bottom: 1px solid #eee;
}

    .admin-table th a {
        color: #999;
        font-size: 12px;
        text-decoration: none;
    }

.admin-table tr.childrow:hover {
    cursor: pointer;
    background-color: #999;
    color: #444;
}

    .admin-table tr.childrow:hover td {
        color: #444;
    }

.admin-table tr.childrow.blocked {
    background-color: #d14b4b;
    color: #fff;
}

    .admin-table tr.childrow.blocked td {
        background-color: #d14b4b;
        color: #fff;
    }

    .admin-table tr.childrow.blocked:hover {
        cursor: pointer;
        background-color: #d1114b;
        color: #fff;
    }

        .admin-table tr.childrow.blocked:hover td {
            color: #fff;
            background-color: #d1114b;
        }

.admin-table tbody td {
    text-align: left;
    color: #999;
    font-size: 14px;
    word-break: break-all;
    padding: 12px 4px;
    border-bottom: 1px solid #eee;
}


.admin-page, .report-page, .facturation-page, .energyanalyse-page, .eccountant-page {
    width: 100%;
    position: relative;
    display: none;
    text-align: center;
    z-index: 10;
    padding-top: 20px;
}

    .admin-page .inner-container, .report-page .inner-container, .energyanalyse-page .inner-container, .eccountant-page .inner-container {
        display: inline-block;
    }

.admin-title {
    text-align: left;
    color: #a9a9a9;
    padding-bottom: 14px;
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
}

.admin-sub-title {
    color: #a9a9a9;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
}

.admin-menu, .admin-menu-left {
    text-align: left;
    margin-bottom: 30px;
}

    .admin-menu li, .admin-menu-left li {
        margin-bottom: 10px;
    }

        .admin-menu li a, .admin-menu-left li a {
            font-size: 14px;
            color: #dcdcdc;
        }

            .admin-menu-left li a.active {
                color: #4fb8cf;
            }

            .admin-menu li a:hover, .admin-menu-left li a:hover {
                color: #fff;
                cursor: pointer;
            }

.admin-form-head {
    text-align: left;
    color: #a9a9a9;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.button-back, .button-back-detail {
    /*margin: 16px 0px 16px 0px;*/
    margin-bottom: 15px;
    height: 30px;
    /*width:25px;*/
    background-repeat: no-repeat;
    background-image: url('/css/images/icon-arrow-back.png');
    background-position: left center;
}

    .button-back:hover, .button-back-detail:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.button-back-detail {
    height: 16px;
}

.form-table {
    max-width: 100%;
}

    .form-table tr td {
        width: 300px;
        color: #a9a9a9;
        text-align: left;
        font-size: 14px;
        vertical-align: middle;
        line-height: 26px;
    }

    .form-table input {
        box-shadow: 0px 0px 2px #a9a9a9;
        border-radius: 2px;
        float: left;
        width: 275px;
        height: 26px;
        box-sizing: border-box;
        padding: 0 3px;
        color: white;
        margin: 5px 5px;
    }

        .form-table input:focus {
            background-color: #a9a9a9;
            color: #444;
        }

    .form-table .ddlSearch {
        box-shadow: 0 0 0 red !important;
        border-radius: 0px;
        float: none;
        width: 100% !important;
        height: 26px;
        box-sizing: border-box;
        padding: 0;
        color: white;
        margin: 5px 10px;
    }

        .form-table .ddlSearch:focus {
            background-color: transparent;
            color: white;
        }

    .form-table select {
        border: 1px solid #a9a9a9;
        color: white;
    }

    .admin-form-cancel, .form-table input.admin-form-cancel, .admin-form-switch, input.admin-form-switch {
        color: #444;
        background-color: #ffffff;
        font-size: 16px;
        padding: 10px;
        border-radius: 5px;
        width: 126px;
        margin-top: 24px;
        cursor: pointer;
    }

.personal-table {
    max-width: 100%;
}

    .personal-table tr td {
        width: 300px;
        color: #444;
        text-align: left;
        font-size: 14px;
        vertical-align: middle;
        line-height: 26px;
    }

    .personal-table input {
        box-shadow: 0px 0px 2px #a9a9a9;
        border-radius: 2px;
        float: left;
        width: 275px;
        height: 26px;
        box-sizing: border-box;
        padding: 0 3px;
        color: white;
        margin: 5px 5px;
    }

        .personal-table input:focus {
            background-color: #a9a9a9;
            color: #444;
        }

    .personal-table .ddlSearch {
        box-shadow: 0 0 0 red !important;
        border-radius: 0px;
        float: none;
        width: 100% !important;
        height: 26px;
        box-sizing: border-box;
        padding: 0;
        color: white;
        margin: 5px 10px;
    }

        .personal-table .ddlSearch:focus {
            background-color: transparent;
            color: white;
        }

    .personal-table select {
        border: 1px solid #a9a9a9;
        color: white;
    }


input.admin-form-switch {
    padding: 0;
}


.admin-form-save {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    background-color: #4fb8cf;
    margin-left: 12px;
    width: 126px;
    margin-top: 24px;
    cursor: pointer;
}

.admin-form-remove {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    background-color: #d14b4b;
    margin-left: 12px;
    width: 126px;
    margin-top: 24px;
    cursor: pointer;
}

.admin-form-cancel:hover, .admin-form-save:hover {
    opacity: 0.8;
}

/* *********************** */
/*       Rapportages       */
/* *********************** */

.icon-person-light {
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/css/images/icon-person-big-light.png);
}


.icon-barchart-light {
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/css/images/icon-barchart-light.png);
}

.icon-analyze-light {
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/css/images/icon-analyze-light.png);
}

.icon-table-light {
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/css/images/icon-table-light.png);
}

.rapport-head {
    font-weight: 600;
    color: #444;
    padding-bottom: 12px;
}

.rapport-category, .general-block {
    text-align: left;
    position: relative;
    font-size: 14px;
    color: #777777;
    width: 100%;
    min-height: 20px;
    padding: 5px 0px;
    transition: height 0.4s;
    -webkit-transition: height 0.4s;
}

.rapport-option, .general-option {
    position: relative;
}


.rapport-item, .general-item {
    position: relative;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 0px;
    background-repeat: no-repeat;
    color: #777;
    background-position: center right;
}

    .rapport-item.radio {
        background-image: url(/css/images/icon-radio-light.png);
    }

        .rapport-item.radio.active {
            color: #4fb8cf;
            background-image: url(/css/images/icon-radio-blue.png);
        }

    .rapport-item.checkmark {
        background-image: url(/css/images/icon-checkmark-dark.png);
    }

        .rapport-item.checkmark.active {
            color: #4fb8cf;
            background-image: url(/css/images/icon-checkmark-blue.png);
        }

    .rapport-item.select, .general-item.select {
        position: relative;
        background-image: url(/css/images/icon-arrow-down-dark.png);
    }

.column-head .rapport-item, .column-head .general-item {
    position: relative;
    border-bottom: none;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 5px 0px;
    background-repeat: no-repeat;
    color: #444;
    background-position: center right;
    width: 90%;
}

.rapport-select-option.checkmark {
    background-repeat: no-repeat;
    background-position: 95% center;
    background-image: url(/css/images/icon-checkmark-dark.png);
    color: #333;
    padding: 9px 12px;
}

    .rapport-select-option.checkmark.active {
        background-image: url(/css/images/icon-checkmark-blue.png);
        color: #4fb8cf;
    }

.rapport-select-options, .general-select-options {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    top: 24px;
    z-index: 91;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .rapport-select-options input {
        color: white;
        padding: 5px 12px;
        font-size: 14px;
        width: 90%;
    }

.rapport-select-option, .general-select-option {
    color: #444;
    padding: 5px 12px;
}

    .rapport-select-option:last-of-type, .general-select-option:last-of-type {
        border-bottom: 0px;
    }

.rapport-item.select:hover, .general-item.select:hover {
    opacity: 0.8;
    cursor: pointer;
    color: #111;
}

.rapport-select-option:hover, .general-select-option:hover {
    background-color: #eee;
    cursor: pointer;
}

.rapport-item.select.select.active, .general-item.select.active {
    position: relative;
    cursor: pointer;
    color: #19a1b9;
    min-width: 18px;
    min-height: 14px;
    /*border-bottom: 1px solid #999;*/
}

.rapport-item.checkmark:hover {
    opacity: 0.7;
    cursor: pointer;
}

.rapport-middle {
    color: #777;
    font-size: 14px;
    line-height: 24px;
}

.rapport-search-button {
    background-color: #eeeeee;
    height: 36px;
    border-radius: 5px;
    margin: 12px 0px 24px 0px;
    background-image: url('/css/images/icon-magnify-glass.png');
    background-repeat: no-repeat;
    background-position: center center;
}

    .rapport-search-button:hover {
        background-color: #4fb8cf;
        cursor: pointer;
        background-image: url(/css/images/icon-magnify-glass-light.png);
    }

.rapport-download-button, .rapport-upload-button {
    /*background-color: #eeeeee;*/
    height: 36px;
    border-radius: 5px;
    margin: 12px 0px 24px 0px;
    background-image: url(/css/images/icon-download-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.alarm-download-button, .alarm-upload-button {
    /*background-color: #eeeeee;*/
    height: 36px;
    border-radius: 5px;
    background-image: url(/css/images/icon-download-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    padding-right: 25px;
    width: 90px;
}

    .alarm-download-button:after {
        content: none !important;
    }

.rapport-download-button:hover, .rapport-upload-button:hover {
    background-color: #4fb8cf;
    cursor: pointer;
    background-image: url(/css/images/icon-download-button-light.png);
}

.rapport-send-button {
    background-color: #eeeeee;
    height: 36px;
    border-radius: 5px;
    margin: 12px 0px 24px 0px;
    background-image: url(/css/images/icon-send.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
}

    .rapport-send-button:hover {
        background-color: #4fb8cf;
        cursor: pointer;
        background-image: url(/css/images/icon-send.svg);
    }

.rapport-upload-button {
    background-image: url(/css/images/icon-upload-button.png);
}

    .rapport-upload-button:hover {
        background-image: url(/css/images/icon-upload-button-light.png);
    }

.compress {
    max-height: 1500px !important;
    overflow: visible !important;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.compressed {
    max-height: 300px;
    overflow: hidden;
}

.show-full-column.active {
    position: absolute;
    z-index: 20;
    height: 252px;
    width: 92%;
    background: -webkit-linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,1)); /* Standard syntax */
}

.show-full-column-button.active {
    position: absolute;
    bottom: 24px;
    height: 36px;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    background-image: url(/css/images/blue-transparant-bg.png), url(/css/images/icon-arrow-down-big-dark.png);
    background-size: cover, auto;
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
}

    .show-full-column-button.active:hover {
        opacity: 0.7;
        cursor: pointer;
    }

@media (max-width: 1450px) {
    .filter-menu-option-spacer {
        width: 60px;
        float: left;
        height: 48px;
    }

    .filter-menu-block {
        width: calc(14.66% - 10px);
    }

        .filter-menu-block.new-row {
            margin-left: 60px;
        }

    .filter-menu-rapportages .filter-menu-block {
        width: 14.66%;
    }

    #search_input {
        width: 480px;
    }

    .products, .siteselector {
        right: 1%;
    }
}
/* optimization for tablet sized screen resolutions */
/*@media (max-width: 1250px) {
    .search-bar-top {
        width: 600px;
    }

    .menu-left {
        min-width: 510px;
    }

    .logged-user {
        max-width: 270px;
        float: right !important;
    }
}*/

/*Begin Ipad styling*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { /* STYLES GO HERE */
    .search-bar-top {
        width: 515px;
    }

    .menu-left {
        min-width: 510px;
    }

    .logged-user {
        max-width: 270px;
        float: right !important;
    }

    .column .one-quarter .compact-map .right {
        display: none;
    }

    .three-quarters {
        width: 100%;
    }

    .one-quarter {
        display: none;
    }

    .fifty-edit {
        width: 46% !important;
    }

    .copyclipboard {
        right: 171px !important;
    }

    .MeterRemark {
        width: 413px !important;
        float: right;
    }

    .pop

    .eap-popup.active {
        left: 6% !important;
    }
}

/*Einde Ipad styling*/

/*list colors*/
tr.New td {
    color: #19a1b8 !important;
}

tr.MovingIn td {
    color: #63ba52 !important;
}

tr.Active td {
    color: #444 !important;
}

tr.MovingOut td {
    color: #d68721 !important;
}

tr.Terminated td {
    color: #a9a9a9 !important;
}

tr.Switch td {
    color: #444 !important;
}

tr.UnKnown td {
    color: #a9a9a9 !important;
}

tr.Removed td {
    color: #7F0F14 !important;
    background-color: #19a1b9 !important;
}

tr.WaitCustomer td {
    color: #63ba52 !important;
}

tr.WaitProvider {
    color: #63ba52 !important;
}


/*qtip styles*/
.qtip_custom {
    /*line-height: 2;*/
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    border: solid 2px #51b8ce;
    min-width: 20px;
    padding: 1px;
    border-radius: 6px;
    box-shadow: rgb(85, 85, 85) 4px 4px 4px;
    background-color: #444;
    color: #fff;
    z-index: 100 !important;
}

/*upload file button*/
.file-upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
    /*color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.42857143;
    padding: 6px 12px;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #5cb85c;
    border-color: #4cae4c;*/
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .file-upload input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 1px;
        direction: ltr;
        cursor: pointer;
    }

/*input[type=file] {
    display: block;
}*/

.historytable {
    border: none;
}

    .historytable tr {
        line-height: 16px;
    }

        .historytable tr td {
            line-height: 16px;
            text-align: left;
        }

#gvMeterHistory tr:last-child {
    border-top: 1px solid #eee;
    padding-bottom: 10px;
}

    #gvMeterHistory tr:last-child td {
        padding-top: 15px;
        padding-left: 14px;
    }

#divVersionManagement {
    text-align: center !important;
}
/*NEW */
.on-top {
    z-index: 99999999 !important;
}

.aansluiting-details .sub-column-head {
    text-align: left;
}

.rel {
    position: relative;
}

.adminTextArea {
    box-shadow: 0px 0px 2px #a9a9a9;
    border-radius: 2px;
    float: left;
    width: 275px;
    height: 36px;
    box-sizing: border-box;
    padding: 10px;
    color: white;
    margin: 5px 10px;
}

    .adminTextArea:focus {
        background-color: #a9a9a9;
        color: #444;
    }

.slimScrollDiv {
    padding-right: 25px;
    min-width: 300px;
}

/*clear cross*/
.clearable {
    background: url(/css/images/icon-close-red.png) no-repeat right -20px center;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

    .clearable.x {
        background-position: right 50px center;
    }
    /* (jQ) Show icon */
    .clearable.onX {
        cursor: pointer;
    }
    /* (jQ) hover cursor style */
    .clearable::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

.topfiveelectric div, .topfivegas div {
    width: 33.33%;
    height: 180px;
    float: left;
}

    .topfiveelectric div.tooltip, .topfivegas div.tooltip {
        width: 100%;
        height: 40px;
    }

.energylabel {
    background-image: url("/css/images/EnergyLabel.PNG");
}

.adminErrorInput {
    box-shadow: 0px 0px 2px #D14B4B !important;
}

    .adminErrorInput::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #D14B4B;
    }

    .adminErrorInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #D14B4B;
        opacity: 1;
    }

    .adminErrorInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #D14B4B;
    }

    .adminErrorInput:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
        color: #D14B4B;
    }

.adminErrorDropDown {
    color: #D14B4B;
    border-bottom: 1px solid #D14B4B;
}

.generalerror {
    color: #D14B4B;
    border-bottom: 1px solid #D14B4B;
}

.gotometer {
    cursor: pointer;
}

.marginbottom {
    margin-bottom: 25px;
}

.BagOverwriteData {
    display: none;
}

    .BagOverwriteData.active {
        display: block;
    }

.copyclipboard {
    background-image: url(/css/images/copyclipboard.png);
    height: 38px;
    position: absolute;
    right: 240px;
    display: block;
    top: 0px;
    z-index: 50;
    width: 128px;
    background-repeat: no-repeat;
    background-position: 0 center;
    cursor: pointer;
}

    .copyclipboard span {
        font-weight: normal;
        font-size: 10px;
        float: right;
        padding-top: 15px;
    }

.getBagDetail, .getEnergyLabelDetail, .getWeiiDetail {
    height: 38px;
    position: absolute;
    left: 150px;
    display: block;
    top: 0px;
    z-index: 50;
    width: 200px;
    cursor: pointer;
}

    .getBagDetail span, .getEnergyLabelDetail span, .getWeiiDetail span {
        font-size: 12px;
        float: left;
        margin-top: 12px;
        background-color: #57a9d4;
        color: white;
    }

    .getBagDetail.disabled, .getEnergyLabelDetail.disabled, .getWeiiDetail.disabled {
        display: none;
    }

    .getBagDetail.active, .getEnergyLabelDetail.active, .getWeiiDetail.active {
        display: block !important;
    }


.colorrows tr.colorrow {
    background-color: #eee;
}

.colorrows tr.arrow-table-hidden {
    border-bottom: 1px solid #777;
}

.div-icon {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    padding: 0px 6px;
    height: 18px;
}

    .div-icon.revert {
        background-image: url(/css/images/icon-revert.png);
    }

        .div-icon.revert:hover {
            opacity: 0.8;
            cursor: pointer;
        }



.ticket-table thead {
    display: block;
}

.ticket-table tbody {
    display: block;
    height: 400px;
    overflow-y: auto; /* Vertical scroll    */
    overflow-x: hidden;
}

.ticket-table th {
    text-align: left;
    font-size: 12px;
    width: auto;
    color: white;
    padding: 12px 4px;
    border-bottom: 1px solid #eee;
}

    .ticket-table th a {
        color: #444;
        font-size: 12px;
        text-decoration: none;
    }

.ticket-table tr.childrow:hover {
    cursor: pointer;
    background-color: #444;
    color: #eee;
}

    .ticket-table tr.childrow:hover td {
        color: #eee;
    }

.ticket-table tbody td {
    text-align: left;
    color: #443;
    font-size: 14px;
    word-break: break-all;
    padding: 12px 4px;
    border-bottom: 1px solid #eee;
}

.ticket-content-table {
    max-width: 100%;
}

    .ticket-content-table tr td {
        width: 300px;
        color: #444;
        text-align: left;
        font-size: 14px;
        vertical-align: middle;
        line-height: 26px;
    }

    .ticket-content-table input {
        box-shadow: 0px 0px 2px #a9a9a9;
        border-radius: 2px;
        float: left;
        width: 275px;
        height: 26px;
        box-sizing: border-box;
        padding: 0 3px;
        color: white;
        margin: 5px 5px;
    }

        .ticket-content-table input:focus {
            background-color: #a9a9a9;
            color: #444;
        }

    .ticket-content-table .ddlSearch {
        box-shadow: 0 0 0 red !important;
        border-radius: 0px;
        float: none;
        width: 100% !important;
        height: 26px;
        box-sizing: border-box;
        padding: 0;
        color: #444;
        margin: 5px 10px;
    }

        .ticket-content-table .ddlSearch:focus {
            background-color: transparent;
            color: #444;
        }

    .ticket-content-table select {
        border: 1px solid #a9a9a9;
        color: white;
    }

    .admin-ticket-content-cancel, .ticket-content-table input.admin-ticket-content-cancel {
        color: #444;
        background-color: #ffffff;
        font-size: 16px;
        padding: 10px;
        border-radius: 5px;
        width: 126px;
        margin-top: 24px;
        cursor: pointer;
    }

.ticket-items {
    float: left;
    width: 100%;
    position: relative;
    /*padding: 12px 0px 40px 0px;*/
    padding: 0 0 20px 0;
    color: #999999;
    margin-right: 20px;
}

.ticket-item {
    font-size: 14px;
    border-bottom: 1px solid #777;
    margin-top: 5px;
    padding: 5px 0px 5px 0px;
    background-repeat: no-repeat;
    color: #444;
    background-position: center right;
}

.ticket-select-options {
    display: none;
    position: absolute;
    background-color: #444;
    /*width: 100%;*/
    max-width: 100%;
    width: auto;
    z-index: 2;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .ticket-select-options input {
        color: #eee;
        padding: 0px 12px;
        font-size: 14px;
    }

.ticket-select-option {
    color: #eee;
    padding: 0px 12px;
    font-size: 14px;
}


    .ticket-select-option.checkmark {
        background-repeat: no-repeat;
        background-position: 94% center;
        background-image: url(/css/images/icon-checkmark-light.png);
        color: white;
        padding: 9px 12px;
    }

        .ticket-select-option.checkmark.active {
            background-image: url(/css/images/icon-checkmark-blue.png);
            color: #4fb8cf;
        }

    .ticket-select-option:last-of-type {
        border-bottom: 0px;
    }

.ticket-menu-item.select:hover, .ticket-item.select:hover {
    color: #999;
    cursor: pointer;
}

.ticket-select-option:hover {
    background-color: #222;
    cursor: pointer;
}

.ticket-head {
    text-align: left;
    color: #444;
    font-size: 16px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #444;
}

.dataportallabel {
    text-align: left;
}

    .dataportallabel > div {
        width: 25px;
    }

        .dataportallabel > div:first-child {
            background-image: url(/css/images/icon-label.png);
            background-size: 14px;
            background-repeat: no-repeat;
            width: 14px;
            height: 14px;
        }

/* this is for the new 'duurzaam' collum and the mp enige page */

.bg-image-duurzaam {
    padding: 0;
    background-image: url("/css/images/infographic.jpg");
    background-size: cover;
    height: auto;
    width: 100%;
}

/*.duurzaam-column-head {

    background: rgba(255, 255, 255, 0.5);

    display: inline-block;

    position: relative;

    width: 100%;

    height: 48px;

    font-weight: 600;

    text-align: center;

    line-height: 48px;

}*/

.duurzaam-button-row {
    width: 100%;
    height: 100px;
    margin-top: 300px;
}

.duurzaam-button {
    float: left;
    width: 24.6%;
    height: 100px;
    background: rgba(0, 0, 0, 0.3);
    margin-left: 0.5%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .duurzaam-button:hover {
        background: rgba(0, 0, 0, 0.6);
        cursor: pointer;
    }

    .duurzaam-button > .column-sub-title {
        border: none !important;
    }

    .duurzaam-button:first-child {
        margin-left: 0;
    }


.font-lightest-blue {
    color: #a5d9eb;
    text-align: left;
    padding-left: 10px;
}

.font-big-white {
    font-size: 18px;
    color: white;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    line-height: 24px;
}

.MeterRemark textarea:disabled {
    border: 0;
}

.BuildingRemark textarea:disabled {
    border: 0;
}

.prognose {
    opacity: 0.6;
    -ms-filter: 'alpha(opacity=0.6)';
    -moz-opacity: 0.6;
}

[class*='row-switch']:after {
    z-index: +1;
    background-image: url(/css/images/icon-arrow.svg);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -16px;
    right: 0px;
    /*-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);*/
}

.ExlamationMark {
    color: #D14B4B;
    background-image: url(/css/images/icon-exclamationmark.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px;
    padding-right: 20px;
}

/*Begin styling datadashboard table*/

.datadashboard-table {
    margin-left: 500px;
}

.under-eighty-percent > td {
    background-color: orange;
    color: white !important;
}

.under-sixty-percent > td {
    background-color: rgb(255, 83, 84);
    color: white !important;
}

.datacheckdashboard-container {
    border: solid;
    padding-left: 5px;
    padding-bottom: 5px;
    background-color: lightgray;
}

.datadashboard-form-head {
    color: black;
}

#datacheck-tableid {
    border-top: solid 2px;
    border-bottom: solid 2px;
}

    #datacheck-tableid thead tr {
        display: block;
    }

    #datacheck-tableid th, #datacheck-tableid td {
        width: 100px;
    }


    #datacheck-tableid tbody {
        display: block;
        height: 200px;
        overflow: auto;
        /*set tbody to auto*/
    }

.back-button {
    margin-left: 500px;
}

.pushpin {
    background-image: url(/css/images/icon-pushpin.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    content: 'push';
    color: transparent;
    cursor: pointer;
}

    .pushpin.pushed {
        position: relative;
        overflow: hidden;
        display: inline-block;
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }


/*manager page */
.managerpage {
    background-color: rgba(144, 165, 82, 0.58);
}

    .managerpage .body-box-center {
        background-color: #fff;
        border-radius: 16px;
    }

    .managerpage form .form-group input[type='file'],
    .managerpage form .form-group input[type='text'],
    .managerpage form .form-group input[type='password'],
    .managerpage form .form-group input[type='date'],
    .managerpage form .form-group input[type='datetime'],
    .managerpage form .form-group input[type='email'],
    .managerpage form .form-group select {
        width: 275px;
    }

    .managerpage .linktable tr:not(:first-child), .managerpage .linktable tr:not(:first-child) td {
        cursor: pointer !important;
    }

    .managerpage .table tr:nth-child(even) {
        background-color: #bfd8ec;
        color: #333;
    }

    .managerpage .table tr:nth-child(2n+3) { /*odd*/
        background-color: #cfe1f0;
        color: #333;
    }


    .managerpage table tr td input {
        border: 2px inset #EBE9ED;
    }



    .managerpage .list-rows input[type='text']:not(.adminsearch) {
        margin: 5px 0 0 0;
        background-color: #ffffff;
    }

    .managerpage textarea {
        height: 200px !important;
        width: 500px !important;
    }

.managersearch {
    padding: 18px 15px !important;
}

/*admin page */
.adminpage {
    background-color: #bcbcbc;
}

    .adminpage .body-box-center {
        background-color: #fff;
        border-radius: 16px;
    }

    .adminpage form .form-group input[type='file'],
    .adminpage form .form-group input[type='text'],
    .adminpage form .form-group input[type='password'],
    .adminpage form .form-group input[type='date'],
    .adminpage form .form-group input[type='datetime'],
    .adminpage form .form-group input[type='email'],
    .adminpage form .form-group select {
        border: none;
        width: 275px;
        border-radius: 2px;
        height: 26px;
        padding: 0 3px;
        margin: 5px;
        box-shadow: 0px 0px 2px #333;
        margin-left: 25px;
    }

        .adminpage form .form-group select[multiple] {
            height: 100px;
        }

        .adminpage form .form-group input[type='file']:disabled,
        .adminpage form .form-group input[type='text']:disabled,
        .adminpage form .form-group input[type='password']:disabled,
        .adminpage form .form-group input[type='date']:disabled,
        .adminpage form .form-group input[type='datetime']:disabled,
        .adminpage form .form-group input[type='email']:disabled,
        .adminpage form .form-group input[type='checkbox']:disabled .adminpage form .form-group select:disabled {
            opacity: 0.7;
        }

    .adminpage form .form-group input[type='checkbox'] {
        border: none;
        border-radius: 2px;
        height: 26px;
        padding: 0 3px;
        margin: 5px;
        box-shadow: 0px 0px 0px #333;
        margin-left: 25px;
    }

    .adminpage .linktable tr:not(:first-child), .adminpage .linktable tr:not(:first-child) td {
        cursor: pointer !important;
    }

    .adminpage .table tr:nth-child(even) {
        background-color: #bfd8ec;
        color: #333;
    }


    .adminpage .table tr:nth-child(2n+3) { /*odd*/
        background-color: #cfe1f0;
        color: #333;
    }

/*.adminpage tr.odd {
        background-color: #cfe1f0;
        color: #333;
    }

    .adminpage tr.even {
        background-color: #bfd8ec;
        color: #333;
    }*/





.adminsearch {
    padding: 18px 15px !important;
}

.adminpage input[type='number'],
.adminpage input[type='file'],
.adminpage input[type='text'],
.adminpage input[type='password'],
.adminpage input[type='date'],
.adminpage input[type='datetime'],
.adminpage input[type='email'] {
    /*background-color: #e8f0f8;*/
    border-radius: 2px;
    width: 275px;
    height: 26px;
    padding: 0px 4px;
}

.adminpage textarea {
    padding: 4px;
    border-radius: 2px;
    width: 275px;
    resize: vertical;
    line-height: 1.3;
}

/*.adminpage select {*/
/*    width: 275px !important;*/
/*}*/

/*    .adminpage select option {*/
/*        padding: 3px;*/
/*    }*/

/*    .adminpage select:disabled {*/
/*        opacity: 0.7;*/
/*    }*/

/*.adminpage input[type='checkbox'] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #57a9d4;
    margin: 0 5px 0 15px;
}

    .adminpage input[type='checkbox']:checked {
    }

    .adminpage input[type='checkbox']:after {
        content: '\2717';*/ /* alt char: \2717  or \1F5F9 */
/*font-size: 20px;
        line-height: 0px;
        position: absolute;
        width: 18px;
        height: 18px;
        text-align: center;
        top: 50%;
        left: 50%;
        margin-left: -6px;
        margin-top: -3px;
        color: inherit;
    }

    .adminpage input[type='checkbox']:checked:after {
        content: '\2713';*/ /* alt char: \2713 or \1F5F9 */
/*font-size: 20px;
        line-height: 0px;
        position: absolute;
        width: 18px;
        height: 18px;
        text-align: center;
        top: 50%;
        left: 50%;
        margin-left: -6px;
        margin-top: -3px;
        color: inherit;
    }*/

.adminpage input[type='radio'] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    border: 3px solid #57a9d4;
    margin: 0 5px 0 15px;
}

    .adminpage input[type='radio']:after {
        content: "";
        border-radius: 100%;
        font-size: 20px;
        line-height: 0px;
        position: absolute;
        width: 10px;
        height: 10px;
        text-align: center;
        top: 50%;
        left: 50%;
        margin-left: -5px;
        margin-top: -5px;
        background-color: none;
    }

    .adminpage input[type='radio']:checked:after {
        content: "";
        border-radius: 100%;
        font-size: 20px;
        line-height: 0px;
        position: absolute;
        width: 6px;
        height: 6px;
        text-align: center;
        top: 50%;
        left: 50%;
        margin-left: -3px;
        margin-top: -3px;
        box-shadow: 0 0 0 2px none;
        background-color: #57a9d4;
    }

.adminpage input[type='number']:focus,
.adminpage input[type='file']:focus,
.adminpage input[type='text']:focus,
.adminpage input[type='date']:focus,
.adminpage input[type='datetime']:focus,
.adminpage textarea:focus,
.adminpage select:focus {
    border-color: #57a9d4;
    background-color: white;
}

#serviceList .select2-results__option[data-enabled=false] {
    display: none;
}

#ddAlarmType {
    width: 250px !important;
    text-align: left !important;
}

.bx-wrapper .bx-prev {
    left: -30px !important;
    background: url('images/icon-arrow-left-dark.png') no-repeat !important;
    background-repeat: no-repeat;
    background-position: center;
}

.bx-wrapper .bx-next {
    right: -70px !important;
    background: url('images/icon-arrow-right-dark.png') no-repeat !important;
    background-repeat: no-repeat;
    background-position: center;
}

.ui-autocomplete-right div {
    text-align: right
}

.table-row-user-blocked, .table-row-user-blocked:before {
    background-color: #ff9966 !important;
}

.table-row-user-inactive, .table-row-user-inactive:before {
    background-color: lightgrey !important;
}

.userinfotext {
    font-size: 14px;
}

.tdItemAlign {
    vertical-align: middle !important;
}

.chart-footer {
    padding: 5px 10px 0px 10px;
    width: auto;
    height: 55px;
}

.clearfix {
    clear: both;
}

.infoMessage {
    font-size: 14px;
}

.errorMessage {
    color: #d14b4b;
}

#sidebar2 {
    min-height: calc(100vh - 92px);
}

.emailAddressList {
    height: 250px;
    overflow-y: auto;
    border: 1px solid #bfd8ec;
    border-bottom: 1px solid #57a9d4;
    box-shadow: none;
    background-color: #fff;
    padding: 5px 2px 2px 5px;
}

.detailFormRow:after {
    content: "";
    display: table;
    clear: both;
}

.detailFormColumn {
    float: left;
    width: 50%;
    padding: 10px;
}

.detailFormColumnFourty {
    float: left;
    width: 40%;
    padding: 10px;
}

.detailFormColumnSixty {
    float: left;
    width: 60%;
    padding: 10px;
}

.trashIcon {
    float: left;
    margin-right: 10px;
    background-position: center;
}

#EmailAddresses li {
    height: 21px;
}

.icon-rquired-admin-page {
    background-size: auto !important;
    height: 10px !important;
}

.buildingtable {
    padding-left: 0 !important;
}

.show-password-mail {
    content: url(/css/images/eye-solid.svg);
    width: 15px;
    height: 15px;
}

    .show-password-mail.hide-password-mail {
        content: url(/css/images/eye-slash-solid.svg);
        width: 15px;
        height: 15px;
    }

#ProductId .dropup .select2-container.dropdown-toggle:not(:disabled)::after, .select2-container.dropdown-toggle:not(:disabled)::after {
    display: none;
}

#ConnectionRegisterConnected.disabled {
    color: #888 !important;
    opacity: 1 !important;
}

#BuildingRegisterConnected.disabled {
    color: #888 !important;
    opacity: 1 !important;
}

.highcharts-tooltip-container {
    z-index: 9999999999 !important;
}

#chartOverlayMessage {
    margin-top: 20px;
    margin-left: 45px;
    margin-right: 110px;
    margin-bottom: 15px !important;
    border: unset !important;
}

#showStandardYearConsumptionTable {
    text-align: center;
}

.styled-table {
    border-collapse: separate;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px !important;
    border: solid 1px #7bca69;
}

    .styled-table .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        text-align: left !important;
    }

    .styled-table thead tr {
        background-color: #7bca69;
        color: #ffffff;
        text-align: left;
        font-size: smaller;
    }

    .styled-table th,
    .styled-table td {
        padding: 5px 15px;
    }

    .styled-table th {
        text-align: left;
    }

    .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #4fb8cf;
        }

        .styled-table tbody tr.active-row {
            font-weight: bold;
            color: #4fb8cf;
        }

    .styled-table th:first-of-type {
        border-top-left-radius: 8px;
    }

    .styled-table th:last-of-type {
        border-top-right-radius: 8px;
    }

    .styled-table tr:last-of-type td:first-of-type {
        border-bottom-left-radius: 8px;
    }

    .styled-table tr:last-of-type td:last-of-type {
        border-bottom-right-radius: 8px;
    }

.add-empty-table-row {
    opacity: 1;
    min-height: 20px;
    width: 145px;
}

add-empty-table-row-surface,
.add-empty-table-row-connectiontype {
    opacity: 1;
    min-height: 20px;
    width: 171px;
}

    .add-empty-table-row.disabled,
    .add-empty-table-row-surface.disabled,
    .add-empty-table-row-connectiontype.disabled {
        opacity: 0;
        width: 0;
        height: 0;
        visibility: hidden;
        display: none;
    }

.showMoreInfoBtn {
    position: relative;
    margin-top: 24px;
    margin-bottom: 0px;
    height: 0px;
    width: 100%;
    right: 0px;
    border: none;
    background-image: none;
    background-position: center 4px;
    background-size: 12px;
    background-repeat: no-repeat;
}

    .showMoreInfoBtn:before {
        content: '';
        position: absolute;
        width: 100px;
        height: 18px;
        right: 214px;
        border-radius: 8px 8px 0 0;
        border: 2px solid #4fb8cf;
        border-bottom: none;
        background-image: url(images/icon-arrow-down-big-dark.png);
        background-position: center 4px;
        background-size: 12px;
        background-repeat: no-repeat;
        top: -12px;
    }

    .showMoreInfoBtn:hover:before {
        background-color: #4fb8cf;
    }

    .showMoreInfoBtn:hover {
        background-color: #4fb8cf;
        opacity: 1;
        cursor: pointer;
    }

    .showMoreInfoBtn.active:before {
        background-position: center 2px;
        background-color: #4fb8cf;
        background-image: url(images/icon-arrow-up-big-dark.png);
    }

.noneElectricSyc {
    min-width: unset !important;
    width: 40% !important;
    margin-left: 160px !important;
}

/*Weii styling*/
.buildingtypeselector .select2-container--disabled, .buildingtypeselector .select2-container.disabled {
    background: transparent !important;
}

.result {
    position: relative;
    min-height: 1px;
    padding-bottom: 10px;
}

    .result .result-wrapper {
        display: flex;
        gap: 20px;
    }

        .result .result-wrapper .score-text-wrapper {
            padding-left: 15px;
        }

.score-text-wrapper{
    flex: auto;
}

.result .result-wrapper .score-bar-wrapper {
    position: relative;
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-right: 15px;
}

            .result .result-wrapper .score-bar-wrapper .score-bar-wrapper-inner {
                display: flex;
            }

            .result .result-wrapper .score-bar-wrapper .score-categories {
                flex: 1;
            }

                .result
                .result-wrapper
                .score-bar-wrapper
                .score-categories
                .score-categories-inner {
                    display: flex;
                    flex-direction: column;
                    text-align: right;
                    justify-content: center;
                }

                .result .result-wrapper .score-bar-wrapper .score-categories .score-category {
                    color: #707070;
                    font-weight: 600;
                    text-transform: uppercase;
                    height: 60px;
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                    position: relative;
                }

                    .result
                    .result-wrapper
                    .score-bar-wrapper
                    .score-categories
                    .score-category.score-result
                    span {
                        font-size: 12px;
                        color: #fff;
                        background-color: #7bca69;
                        padding: 0.5em 0.5em;
                        border-radius: 50px;
                    }
                    .score-category.score-result.weiiNone
                    span {
                        background-color: #ff0303 !important;
                    }
                    .score-category.score-result.weiiInEfficient
                    span {
                        background-color: #d90000 !important;
                    }
                    .score-category.score-result.weiiAverage
                    span {
                        background-color: #b21d45 !important;
                    }
                    .score-category.score-result.weiiEfficient
                    span {
                        background-color: #b21d9c !important;
                    }
                    .score-category.score-result.weiiVeryEfficient
                    span {
                        background-color: #821d9c !important;
                    }
                    .score-category.score-result.weiiParisProof
                    span {
                        background-color: #431d9c !important;
                    }
                    .score-category.score-result.weiiWeng
                    span {
                        background-color: #002f73 !important;
                    }

                    .result
                    .result-wrapper
                    .score-bar-wrapper
                    .score-categories
                    .score-category:after {
                        content: "";
                        width: 15px;
                        height: 1px;
                        background-color: #7bca69;
                        position: absolute;
                        bottom: 0;
                        right: -30px;
                    }

                    .result
                    .result-wrapper
                    .score-bar-wrapper
                    .score-categories
                    .score-category:last-child:after {
                        display: none;
                    }

            .result .result-wrapper .score-bar-wrapper .score-bar {
                width: 15px !important;
                flex: 0 0 15px;
                margin: 0 30px;
                position: relative;
                background: rgb(123, 202, 105, 1);
                background: linear-gradient( 0deg, rgba(0, 47, 115, 1) 0%, rgba(255, 3, 3, 1) 100% );
            }

                .result .result-wrapper .score-bar-wrapper .score-bar .score-bar-scale {
                    position: absolute;
                    height: 100%;
                    padding-left: 25px;
                    display: flex;
                    flex-direction: column;
                    padding-top: 50px;
                    font-size: 14px;
                    color: #a3a3a3;
                }

                    .result .result-wrapper .score-bar-wrapper .score-bar .score-bar-scale span {
                        display: block;
                        height: 60px;
                        letter-spacing: 1px;
                    }

.panel {
    position: relative;
}


.panel-heading {
    background-color: #7bca69;
    padding: 20px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .panel-heading .panel-title {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 300;
    }

        .panel-heading .panel-title .score {
            padding-top: 15px;
            display: block;
            text-align: center;
            font-size: 2rem;
            font-weight: bold;
        }

.panel-body {
    background-color: #f8f8f8;
    padding: 30px 10px 30px 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .panel-body .grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .panel-body .grid-item {
        border-bottom: 1px solid #c4c4c4;
    }

        .panel-body .grid-item .label {
            font-weight: 600;
            margin-bottom: 0.75rem;
        }

        .panel-body .grid-item .value {
            font-weight: 400;
            color: #607d8b;
            margin-bottom: 0.75rem;
        }

.weiiChartLabel:not(selector) {
    border-radius: 5px !important;
}

/*end weii*/

/*begin ebs energylabel*/
.energy-label{
    margin-top: 5px;
    margin-right: 2px;
}

.energy-label-inner{
    position: relative;
    height: 55px;
    width: 55px;
}
.energy-label-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.energy-label-content span{
    display: block;
    padding: 10px;
}
.energy-label-letter{
    font-size: 25px;
    font-weight: 500;
}

.ebs-report{
    margin: unset !important;
}

.main-content .bootstrap-select > .dropdown-toggle{
    width: 225px;
}
/*end ebs energylabel*/

.accuracyStatusInActive{
    cursor: not-allowed;
}

/*begin operatinghours*/

#operatingHoursTable {
    min-width: auto;
}