.input-group-addon{
    width:fit-content;
}

html {
    font-size: 16px;
}

.btn-w-m {
    min-width: 100px;
}

.btn-default {
    background-color: white;
}

    .btn-default:hover {
        /* Not an override, but adds a hover-effect to default buttons */
        background-color: #f5f5f5;
        color: #333;
        border-color: #d2d2d2;
    }

.btn.dropdown-toggle .caret {
    display: none;
}

.btn-primary,
.btn-primary:focus {
    background-color: var(--ab-blue);
    border-color: var(--ab-blue);
}

    .btn-primary:hover {
        background-color: var(--ab-blue-hightligt);
        border-color: var(--ab-blue-hightligt);
    }

/* Rethink how buttons in focus should look */
/*.btn:focus {
    border: 1px solid black;
    outline: none;
}
*/

/* Navbar top */
.navbar-top {
    height: var(--ab-grid-topbar-height);
}

.navbar-top-links li a.navbar-top-item {
    display: inline-block;
}

.nav-item a {
    color: var(--bs-gray-600);
    text-decoration: none;
    font-weight: 600;
}

.nav .nav-item i:hover {
    color: var(--ab-blue);
}

.nav-name {
    vertical-align: middle;
}

.label-success, .badge-success {
    background-color: var(--ab-blue);
    color: #fff;
}

.count-info .label {
    line-height: 12px;
    padding: 2px 5px 3px 5px;
    position: absolute;
    right: 6px;
    top: -10px;
}

.nav > li > a i {
    margin-right: 6px;
    font-size: 18px;
}

.dropdown-item {
    padding: 0;
}

    .dropdown-item:hover {
        background-color: #eee;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: var(--bs-gray-600);
    background-color: transparent;
}

.dropdown-menu.active a, .dropdown-item.active a:hover {
    color: var(--bs-gray-600);
    background-color: transparent;
}

.dropdown-item.active a {
    color: var(--bs-gray-600);
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item.inactive a {
    background-color: transparent;
}

.select2-container .select2-selection--multiple {
    min-height: 32px;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 4px;
    border-radius: var(--bs-border-radius);
    /*background-color: transparent;*/
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    margin-top: 4px;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: var(--ab-blue);
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    border-color: var(--ab-blue);
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: var(--ab-blue);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--ab-blue);
    color: white;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    background-color: var(--ab-blue-hightligt);
}

.select2-container .select2-selection--single {
    height: 32px;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 32px;
    }

.icheckbox_square-blue, .iradio_square-blue {
    background-image: url(/Content/iCheck/square/blue-adibus.png);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: var(--ab-blue);
    border-color: var(--ab-blue);
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.modal-footer .btn,
.modal-footer .btn + .btn {
    margin: 0;
}

.details-wrapper {
    background-color: var(--ab-blue);
    color: var(--bs-light);
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.input-group-addon {
    padding: 4px 23px 4px 10px;
}

.live-map-sidebar.sidebar-active {
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    position: absolute;
}

.live-map-sidebar .box > .box-header {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 400px;
    z-index: 1;
    padding: 15px;
}

.live-map-sidebar {
    border: 1px solid #DEE1E5;
}

.box-title {
    display: inline-block;
}

.live-map-sidebar .box-title {
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}

.nav-tabs li a:hover {
    color: var(--ab-blue);
}

.tab-content {
    padding: 20px;
}

.account-edit-save {
    text-align: right;
    padding: 20px;
}

.account-edit-blue-chkbox {
    position: absolute;
    margin-top: 5px;
}

.user-info.col-md-4.col-lg-3 {
    border: 1px solid var(--bs-border-color);
    margin-top: 45px;
}

.user-info .list-group-item {
    border: none;
}

.user-info .box-body {
    padding: 12px;
}

.user-info .box-header {
    list-style: none;
    padding-top: 14px;
    padding-right: 8px;
}

.user-info h3.box-title {
    margin-top: 0px;
}

.user-info ul.list-group.list-group-unbordered {
    padding: 12px 12px 0px 12px;
}

.user-info .user-permissions {
    padding: 0px 12px 12px 12px;
}

label.user-info {
    margin-bottom: 0px;
}

#settings .user-info.col-sm-6,
#settings .user-info.col-sm-12 {
    padding-bottom: 12px;
}

/* Fade in down animation */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    /* -webkit-animation-name:fadeInDown; */
    animation-name: fadeInDown;
}

.alert-message-container {
    top: 12px;
    right: 50px;
    width: 300px;
    max-width: 90%;
}

.alert-message-container .icon {
    margin-right: .5em;
}

li.dropdown-item.active a span {
    color: var(--ab-blue);
}

.navbar-top-links li a.user-dropdown.navbar-top-item {
    padding: 0px 10px;
}

.nav > li > a > img {
    margin-top: -1px;
    width:24px;
}


.navbar-top-links li a.navbar-top-item {
    padding: 0px 10px;
}



.table-head-clone {
    border-top: 0px;
    margin-bottom: 0;
    margin-top: 0px;
}

/*live charger overview custom styling*/
a.unit-name, td.chargepoint-status {
    padding: 0px;
}

.charge-connector-list .table td,
.table > tbody > tr > td {
    padding-top: 2px;
    padding-bottom: 0px;
    border-top: 0px;
}

.table tr td {
    height: 32px;
}

.table tr.no-hover td {
    height: 0px;
}

.table {
    --bs-table-hover-bg: transparent;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-striped-bg: transparent;
}

    .table-striped tbody tr:hover,
    .table-striped > tbody > tr:nth-of-type(odd):hover {
        background-color: #e3e3e395 !important;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e9e9e995 !important;
}

.table-striped tbody tr.log-row td {
    padding: 0px;
    padding: 7px 10px 0px 7px;
}

    .table-striped tbody tr.log-row td.chrg-rep-details {
        padding-top: 3px;
    }

.details-wrapper {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -40px;
    right: -30px;
    transform: rotate(45deg);
    cursor: pointer;
}

    .details-wrapper a, .details-wrapper > div {
        position: relative;
        color: #FFF;
        left: 27px;
        top: 43px;
    }

        .details-wrapper a i.fa {
            font-size: 15px;
        }

.chrg-rep-details.btn-sm {
    padding: 2px 4px 2px 4px;
}

.chrg-rep-header {
    padding-left: 0;
}

    .chrg-rep-header h4 {
        font-size: 15px;
    }

button.btn.btn-primary.pull-right {
    margin-left: 7px;
}

tr.log-row td.unit {
    min-width: 110px
}

tr.log-row td.date {
    min-width: 130px
}

.table > thead > tr > th {
    padding: 0px 0px 5px 0px;
    border-bottom: 0px;
}

.ibox-title {
    padding: 20px 90px 8px 20px;
}

.ibox-content row .col-md-6 {
    padding-right: 0;
}

.pagination-pagesize.col-xs-12.col-sm-4.col-md-5 {
    padding-left: 0px;
}

.charge-connector-list td:first-child {
    padding-left: 7px;
}

.dashboard-header {
    background: transparent;
    justify-content: right;
    padding: 5px 5px 0px 0px
}

    .dashboard-header img {
        width: 10%
    }

.user-table.table tbody tr td.user-resend,
.user-table.table tbody tr td.user-impersonate,
.user-table.table tbody tr td.user-edit {
    width: 0px;
    padding: 0px 5px 0px 0px;
}

.table-striped td.user-impersonate {
    width: 60px
}

.table-striped td.user-edit {
    width: 30px
}

.user-table.table tbody tr td {
    padding-left: 7px;
    vertical-align: middle;
}

.btn-holder.row {
    margin-top: 12px
}

.row.permission-object-container {
    border: 1px solid var(--bs-border-color);
    border-radius: 5px;
}

.permission-object-row .btn {
    padding: 0;
    width: 18px;
    height: 18px;
}

/*.permission-object-row .col-sm-8.col-md-5 {
    width: 80%
}

.permission-object-row .col-sm-12.col-md-5 {
    width: 20%
}*/

.permission-object-row {
    display: flex;
    margin-bottom: 0px;
}

    .col-md-6.perms,
    .permission-object-row .col-md-8,
    .col-md-4.deactivate-customer {
        padding-left: 0px;
        min-height: 58px;
    }

.select2-container--default .select2-selection--single {
    border-radius: 5px;
}

.permission-object-row .col-sm-12.col-md-4.permission-buttons-container {
    padding-left: 0px;
    padding-top: 7px;
}

.col-sm-12.col-md-4.add-permission-buttons-container {
    padding-left: 0px;
    position: absolute;
}

.timeline-sticky {
    margin-inline: 0;
}

    .timeline-sticky .btn {
        position: absolute;
        left: 0;
        bottom: 10px;
    }

.date-selector {
    padding-inline: 180px 180px;
}

.vehicles {
    padding-right: 0.3em;
}

.inner-scroll-spacer {
    padding-right: .3em;
}

    .inner-scroll-spacer .table-scroll-wrapper .row {
        --bs-gutter-x: 0;
    }

        .inner-scroll-spacer.table-scroll-wrapper .row.table-row {
            margin-right: 0px;
        }

.card-header.py-2.px-3 {
    border-radius: 5px 5px 0px 0px;
}

.userduallist .card-body {
    padding: 0.0rem 0.75rem 0.75rem 0.75rem !important;
}

.input-group-addon.contractorAllButton {
    border: 0;
}

.unitResultset .card-header {
    background-color: transparent;
}

.px-10-vertical {
    padding-top: 10px;
    padding-bottom: 10px;
}

.inner-scroll-spacer.table-scroll-wrapper .row.table-row {
    margin-right: 0px;
}

label.form-label {
    display: flex;
    align-items: center;
}

/*.icheckbox_square-blue {
    margin-right: .3rem;
}*/

.input-group-addon.col-sm-4.col-md-2.col-lg-4 {
    border: 0;
    padding-top: 3px;
}

textarea.form-control {
    min-height: calc(1.39em + 0.75rem + calc(var(--bs-border-width) * 2));
    line-height: 1.4;
}

span.form-text.col-sm-4.col-md-3.col-lg-3 {
    margin-top: 0;
}

.outside-schedule.panel.panel-default {
    box-shadow: 0px 0px;
    margin-bottom: 0px;
    padding: 4px 0px 7px 12px;
}

    .outside-schedule.panel.panel-default .checkbox {
        box-shadow: 0px 0px;
        margin-bottom: 0px;
        margin-top: 3px;
    }

/* Branding */
.has-branding .nav.navbar-right > li > a {
    color: var(--branding-color-titlebar-text);
}

.has-branding .nav .nav-item i:hover {
    color: var(--branding-color-sidebar-text-faded);
}

.has-branding .nav-header {
    background-color: var(--branding-color-logo-bg);
}

.has-branding .navbar.navbar-top {
    background-color: var(--branding-color-titlebar-bg);
}

.has-branding .left_menu_area {
    background-color: var(--branding-color-sidebar-bg);
}

.has-branding #side-menu.nav > li.active {
    background-color: var(--branding-color-sidebar-submenu-bg);
    border-left-color: var(--branding-color-sidebar-text);
}

.has-branding #side-menu.nav > li > a {
    color: var(--branding-color-sidebar-text);
}
    .has-branding #side-menu.nav > li > a > i.cp-icons {
        background-color: var(--branding-color-sidebar-text);
    }

    .has-branding #side-menu.nav > li > a:hover {
        color: var(--branding-color-sidebar-bg);
        /*background-color: var(--branding-color-sidebar-text);*/ /*Un-comment this if default-color doesn't work. */
    }
        .has-branding #side-menu.nav > li > a:hover > i.cp-icons {
            background-color: var(--branding-color-sidebar-bg);
            /*background-color: var(--branding-color-sidebar-text);*/ /*Un-comment this if default-color doesn't work. */
        }

.has-branding #side-menu.nav > li.active > a {
    color: var(--branding-color-sidebar-text);
}

    .has-branding #side-menu.nav > li.active > a:hover {
        color: var(--branding-color-sidebar-bg);
    }

.outside-schedule.panel.panel-default .checkbox {
    box-shadow: 0px 0px;
    margin-bottom: 0px;
    margin-top: 3px;
}

.col-sm-12.col-md-6.col-lg-4.mb-1.self-cancelable {
    display: flex;
    align-items: center;
}

span.select2.select2-container {
    min-height: 32px;
}

/*Edit notification -> address recipients*/
/* Dropdown Button */
/* Wrap each escalation group in a card */
.escalation-group {
    background-color: #fff;
    border: 1px solid #e7eaec;
    border-radius: 6px;
    min-width: 220px;
    max-width: 240px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
    margin: 0 8px;
}

/* Recipients inside each group */
.recip {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 10px;
    margin-bottom: 6px;
    font-size: 13px;
    color: #333;
    cursor: move;
    white-space: nowrap;
}

/* Vertical '+' buttons inside a group */
.esctime.colAdd,
.esctime.coAdd {
    display: inline-block;
    background-color: #fdfdfd;
    border: 1px solid #bbb;
    color: #666;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    align-self: center;
    margin-top: 6px;
}

/* Horizontal '+' area for new groups */
.esctimeholder {
    justify-content: center;
    min-width: 50px;
    margin: 0 8px;
    vertical-align: middle;
}

td.esctimeholder {
    vertical-align: middle;
    padding: 0;
}

td {
    vertical-align: middle;
}

.innerRecips {
    display: flex;
    flex-direction: column; /* stack children vertically */
    align-items: stretch; /* stretch recipients to full width if needed */
    min-width: 50px;
    min-height: 100%;
    border: none;
    padding: 0;
    margin: 8px;
    border: 1px solid #bbb !important;
    border-radius: 4px;
    padding: 6px;
}

/* The inner '+' icon */
.esctimeholder .esctime {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid #888;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    margin: auto; /* this is key */
}

.esctime {
    background-color: transparent;
}

/* Flex container for the entire escalation chain */
.dragtarget.recipients {
    display: flex;
    gap: 0px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 12px;
    background: #fff;
    border: 1px solid #e7eaec;
    border-radius: 6px;
    margin-top: 10px;
}

.notif-select, .select2-container--above, .select2-container--focus, .select2-container--default {
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23888' height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px top 6px;
    background-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: default;
}

    .select2-container--default .select2-selection--multiple,
    .select2-container--default .select2-selection--single {
        cursor: default;
    }

input#editRole {
    height: 32px !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.card-body label.chkSendSMS {
    margin-top: 8px;
}

.card-body .chkSendSMS {
    margin-top: 0px;
}

.outside-schedule .checkbox label {
    padding-left: 0px;
}

.modal.fade {
    opacity: unset;
}

/*Profile*/
.nav-tabs .nav-link.active {
    background: none;
    border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
    border-bottom: var(--bs-light);
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
    padding: 13px 20px 13px 25px;
    font-weight: 600;
}

.nav-tabs .nav-link {
    color: #a7b1c2;
    padding: 13px 20px 13px 25px;
    display: block;
    font-weight: 600;
}

.nav-tabs .nav-link:hover {
    color: var(--ab-blue);
    background-color: #eee;
}

.alert-dismissible {
    padding-right: 2.2rem;
}

/*Planning*/
.activeClass {
    background-color: var(--ab-blue) !important;
}

.fa-question-circle.planning-schedule-tooltip {
    padding-left: 5px;
}

.chargeplan-schedule-grid-badge .badge.bg-planned {
    background-color: var(--ab-blue);
    color: #eee;
    padding-top: 4px;
}

.chargeplan-schedule-grid-badge .badge {
    padding-top: 4px;
}

.opticharge-schedule-date-day {
    padding-top: 2px;
}

.fastcharging {
    color: var(--ab-blue);
}

/* Date-picker fix */
.bootstrap-datetimepicker-widget .collapse.in,
.bootstrap-datetimepicker-widget .collapse.show {
    display: block;
}

.form-control {
    -webkit-box-shadow: inset 0 0 0;
    box-shadow: inset 0 0 0;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

ul.recipContextMenu.dropdown-menu.menu.chargepoint-menu.active {
    display: block !important;
}

.recipContextMenu.dropdown-menu > li{
    border-radius: 3px; 
    color: inherit; 
    line-height: 25px; 
    text-align: left; 
    font-weight: normal; 
    display: block; 
    padding: 3px 20px;
    cursor: pointer;
}
    .recipContextMenu.dropdown-menu > li:hover, .dropdown-menu > li:focus {
        color: var(--bs-gray-600);
        --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    }

.btn-xs.pull-right.search {
    color: var(--bs-body-color);
    font-size: 0.7rem;
    border: 1px solid var(--bs-border-color);
    background-color: transparent;
}
    .btn-xs.pull-right.search:hover {
        background-color: #f5f5f5;
        color: #333;
        border-color: #d2d2d2;
    }

.fixed-table {
    table-layout: fixed;
    width: 100%;
}

div#UserGroup_Index td {
    align-content: center;
}

.dashboard-elements {
    margin: 3px;
}

.sum-chart-container {
    cursor: default;
}

.create-sidebar {
    overscroll-behavior: none;
}

/*Error page*/
.errorpage .content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

.errorpage .error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

.errorpage .error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

.errorpage .text-red {
    color: #dd4b39 !important;
}

.errorpage .error-page > .error-content {
    margin-left: 190px;
    display: block;
}

.errorpage .error-page > .error-content {
    margin-left: 190px;
    display: block;
}

.errorpage .content-wrapper {
    min-height: 100%;
    background-color: transparent;
}

.left_menu_area .nav-label {
    font-weight: 400;
}

.ibox.ibox-sidebar {
    height: -webkit-fill-available;
    margin-top: -10px;
    margin-bottom: -10px;
    overflow: hidden;
}

.del-report thead tr th {
    padding: 0 8px 5px 8px;
}

.del-report {
    min-width: 1400px;
}

/* Disable default striping for del-report - use JavaScript to add depot-group classes */
.del-report.table-striped > tbody > tr,
.del-report-grp.table-striped > tbody > tr,
.del-report-chrg.table-striped > tbody > tr {
    background-color: transparent !important;
}

/* Apply alternating colors based on depot group */
.del-report.table-striped > tbody > tr.depot-group-odd,
.del-report-grp.table-striped > tbody > tr.depot-group-odd,
.del-report-chrg.table-striped > tbody > tr.depot-group-odd {
    background-color: transparent !important;
}

.del-report.table-striped > tbody > tr.depot-group-even,
.del-report-grp.table-striped > tbody > tr.depot-group-even,
.del-report-chrg.table-striped > tbody > tr.depot-group-even {
    background-color: #e9e9e995 !important;
}

.del-report.table-striped tbody tr:hover,
.del-report-grp.table-striped tbody tr:hover,
.del-report-chrg.table-striped tbody tr:hover {
    background-color: #e3e3e395 !important;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.del-report-trans thead tr th {
    padding: 0 2px 5px 2px;
}

.del-report-chrg thead tr th {
    padding: 0 2px 5px 2px;
}

/* Charger report column alignments */
.del-report-chrg .del-chrg-col-name {
    text-align: left;
}

.del-report-chrg .del-chrg-col-mode {
    text-align: center;
    min-width: 70px;
}

/* Shared start/end columns */
.del-report-chrg .del-chrg-col-start,
.del-report-chrg .del-chrg-col-end {
    text-align: left;
    min-width: 120px;
}

.del-report-chrg .del-chrg-col-connectors {
    text-align: center;
}

/* Numeric charger columns */
.del-report-chrg .del-chrg-col-duration {
    text-align: right;
    min-width: 125px;
}

.del-report-chrg .del-chrg-col-co2 {
    text-align: right;
    min-width: 135px;
}

.del-report-chrg .del-chrg-col-energy {
    text-align: right;
    min-width: 125px;
}

/* Cost/loss columns */
.del-report-chrg .del-chrg-col-energy-loss,
.del-report-chrg .del-chrg-col-price-loss {
    text-align: right;
    min-width: 100px;
}

/* Currency columns */
.del-report-chrg .del-chrg-col-normal-price,
.del-report-chrg .del-chrg-col-spot-price,
.del-report-chrg .del-chrg-col-savings {
    text-align: right;
    min-width: 125px;
}

/* Action/icon columns */
.del-report-chrg .del-chrg-col-action {
    min-width: 50px;
}

.del-report-chrg .del-chrg-col-toggle {
    min-width: 35px;
}

.del-report-chrg .del-chrg-cell-start,
.del-report-chrg .del-chrg-cell-end {
    min-width: 82px;
}

.del-report-chrg .del-chrg-cell-loss,
.del-report-chrg .del-chrg-cell-normal {
    width: 90px;
}

.del-report-chrg .del-chrg-cell-spot {
    width: 90px;
    font-weight: bold;
}

/* Group report column alignments */
.del-report-grp .del-grp-col-name {
    text-align: left;
}

.del-report-grp .del-grp-col-mode {
    text-align: center;
    min-width: 70px;
}

/* Shared start/end columns */
.del-report-grp .del-grp-col-start,
.del-report-grp .del-grp-col-end {
    text-align: left;
    min-width: 120px;
}

.del-report-grp .del-grp-col-chargers,
.del-report-grp .del-grp-col-connectors {
    text-align: center;
}

/* Numeric group columns */
.del-report-grp .del-grp-col-duration {
    text-align: right;
    min-width: 125px;
}

.del-report-grp .del-grp-col-co2 {
    text-align: right;
    min-width: 135px;
}

.del-report-grp .del-grp-col-energy {
    text-align: right;
    min-width: 125px;
}

/* Cost/loss columns */
.del-report-grp .del-grp-col-energy-loss,
.del-report-grp .del-grp-col-price-loss {
    text-align: right;
    min-width: 100px;
}

/* Currency columns */
.del-report-grp .del-grp-col-normal-price,
.del-report-grp .del-grp-col-spot-price,
.del-report-grp .del-grp-col-savings {
    text-align: right;
    min-width: 125px;
}

/* Action/icon columns */
.del-report-grp .del-grp-col-action {
    min-width: 50px;
}

.del-report-grp .del-grp-col-toggle {
    min-width: 35px;
}

.del-report-grp .del-grp-cell-start,
.del-report-grp .del-grp-cell-end {
    min-width: 82px;
}

.del-report-grp .del-grp-cell-loss,
.del-report-grp .del-grp-cell-normal,
.del-report-grp .del-grp-cell-spot {
    width: 90px;
}

.del-report-grp .del-grp-cell-spot {
    font-weight: bold;
}

/* Transaction report column alignments */
.del-report-trans .del-trans-col-charger {
    text-align: left;
}

.del-report-trans .del-trans-col-mode {
    text-align: center;
    max-width: 70px;
}

.del-report-trans .del-trans-col-connector {
    text-align: center;
}

/* Unit column with wider min-width */
.del-report-trans .del-trans-col-unit {
    text-align: left;
    min-width: 105px;
}

/* Shared date columns */
.del-report-trans .del-trans-col-date {
    text-align: left;
    min-width: 120px;
}

/* Numeric transaction columns */
.del-report-trans .del-trans-col-duration,
.del-report-trans .del-trans-col-soc,
.del-report-trans .del-trans-col-co2,
.del-report-trans .del-trans-col-energy,
.del-report-trans .del-trans-col-energy-loss,
.del-report-trans .del-trans-col-price-loss,
.del-report-trans .del-trans-col-normal,
.del-report-trans .del-trans-col-spot,
.del-report-trans .del-trans-col-savings {
    text-align: right;
}

/* Spot price cell emphasis */
.del-report-trans .del-trans-cell-spot {
    font-weight: bold;
}

.del-report .del-depo-col-name {
    text-align: left;
}

.del-report .del-depo-col-mode {
    text-align: center;
    max-width: 70px;
}

.del-report .del-depo-col-start,
.del-report .del-depo-col-end {
    text-align: left;
    min-width: 100px;
}

.del-report .del-depo-col-chargers,
.del-report .del-depo-col-connectors {
    text-align: center;
}

.del-report .del-depo-col-duration {
    text-align: right;
    min-width: 125px;
}

.del-report .del-depo-col-co2 {
    text-align: right;
    min-width: 135px;
}

.del-report .del-depo-col-energy {
    text-align: right;
    min-width: 125px;
}

.del-report .del-depo-col-energy-loss,
.del-report .del-depo-col-price-loss {
    text-align: right;
    min-width: 100px;
}

.del-report .del-depo-col-normal-price,
.del-report .del-depo-col-spot-price,
.del-report .del-depo-col-savings {
    text-align: right;
    min-width: 125px;
}

.del-report .del-depo-col-action {
    min-width: 50px;
}

.del-report .del-depo-col-toggle {
    min-width: 35px;
}

.del-report .del-depo-cell-start,
.del-report .del-depo-cell-end {
    min-width: 82px;
}

.del-report .del-depo-cell-loss,
.del-report .del-depo-cell-normal {
    width: 90px;
}

.del-report .del-depo-cell-spot {
    width: 90px;
    font-weight: bold;
}

.del-report-chrg {
    min-width: 1400px;
}

.del-report-grp thead tr th {
    padding: 0 2px 5px 2px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.sidebar-content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
}

.vue-template-wrapper.box.position-relative.d-flex.justify-content-end {
    /*min-height: 100vh;*/
    flex-direction: row
}

.ellipsis-menu {
    left: auto;
    right: 0;
}

.tariff-table .ellipsis-menu hr {
    margin: .05rem
}

.tariff.table-responsive {
    min-height: 400px;
}