@font-face {
    font-family: 'Vinci';
    src: url('/css/fonts/Vinci Sans Light.ttf')
}

body {
    overflow: hidden;
}

main {
    overflow: hidden;
}

a {
    color: #5f6f81;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

    a:hover {
            outline: 0;
            color:black;
           
    }

.btn-primary-default {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.btn {
    text-transform: uppercase;
}
/* Sticky footer styles
-------------------------------------------------- */

.page-group {
    position:relative;
}
.emissionSource-group {
    display: none;
}
.reporting-group {
    display: none;
}
.esrs-group {
    display: none;
}
.ocrInvoiceConfiguration-group {
    display: none;
}
.suppliers-group {
    display: none;
}
.vehicles-group {
    display: none;
}
.monthly-reports-group {
    display: none;
}
.targets-actions-group {
    display: none;
}
.bu-map {
    width: 100%; 
    height: 350px;
}

.bu-description {
    height: 106px;
}

.category-width {
    width: 32.39%;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    font-family: 'Vinci';
}

.card-header {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-left: -13px;
    margin-right: -13px;
}
.card-body {
    flex: 1 1 auto;
    padding: .5rem .5rem;
}

.card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    margin-left: -13px;
    margin-right: -13px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.exceeded {
    margin: 3px 25px 3px 25px;
    padding: 3px 3px 3px 3px;
    border-radius: 45px;
    background-color: #d94a4a;
}

.warning {
    margin: 3px 25px 3px 25px;
    padding: 3px 3px 3px 3px;
    border-radius: 45px;
    background-color: #f59d45;
}

.on-track {
    margin: 3px 25px 3px 25px;
    padding: 3px 3px 3px 3px;
    border-radius: 45px;
    background-color: #9cdd74;
}

.center {
    text-align: center;
}

.logEntry {
    background-color: aliceblue;
    padding: 0.5em;
    margin-bottom: 0.5em;
}

.pane-log {
    margin: 10px 0;
    padding: 13px 20px;
    padding-left: 0px;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}

.pane-category {
    margin: 3px 3px;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}

.pane-default {
    margin: 2px 2px;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}

.pane-goals {
    margin: 3px 3px;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    width: 49.01%;
}

.chart-img {
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: contain;
}


/* Modals*/
.modal-dialog.modal-notify .close {
    opacity: 1
}


.modal {
    padding-right: 0 !important
}
.accordion-button {
    font-weight: bold;
}

.help-sections{
    padding-top:1em;
}

.sections {
    padding-top: 1em;
}

/* Header*/
.bg-light-header {
    padding: 1.25em;
    font-size: 1.6rem;
    height: 4em;
    border: 1px solid rgba(0,0,0,.125);
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

/* Color-Signs*/
.exceeded {
    margin: 3px 25px 3px 25px;
    padding: 3px 3px 3px 3px;
    border-radius: 45px;
    background-color: #d94a4a;
}

.warning {
    margin: 3px 25px 3px 25px;
    padding: 3px 3px 3px 3px;
    border-radius: 45px;
    background-color: #f59d45;
}

.on-orack {
    margin: 3px 25px 3px 25px;
    padding: 3px 3px 3px 3px;
    border-radius: 45px;
    background-color: #9cdd74;
}

.modal .modal-content {
    height: 100%;
}

.modal .modal-dialog.modal-top {
    top: 0;
}

.modal .modal-dialog.modal-left {
    left: 0;
}

.modal .modal-dialog.modal-right {
    position: absolute;
    margin: 0;
    right: 0;
}

.modal .modal-dialog.modal-bottom {
    bottom: 0;
}

.modal .modal-dialog.modal-top-left {
    top: 10px;
    left: 10px
}

.modal .modal-dialog.modal-top-right {
    top: 10px;
    right: 10px
}

.modal .modal-dialog.modal-bottom-left {
    bottom: 10px;
    left: 10px
}

.modal .modal-dialog.modal-bottom-right {
    bottom: 10px;
    right: 10px
}

.modal.fade.top:not(.show) .modal-dialog {
    -webkit-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0)
}

.modal.fade.left:not(.show) .modal-dialog {
    -webkit-transform: translate3d(-25%,0,0);
    transform: translate3d(-25%,0,0)
}

.modal.fade.right:not(.show) .modal-dialog {
    -webkit-transform: translate3d(25%,0,0);
    transform: translate3d(25%,0,0)
}

.modal.fade.bottom:not(.show) .modal-dialog {
    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0)
}

.widget {
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
}

.pane-default {
    animation: pane-dashboard-fadeIn 5s;
    -webkit-animation: pane-dashboard-fadeIn 5s;
    -moz-animation: pane-dashboard-fadeIn 5s;
    -o-animation: pane-dashboard-fadeIn 5s;
    -ms-animation: pane-dashboard-fadeIn 5s;
}

@keyframes pane-dashboard-fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes pane-dashboard-fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes pane-dashboard-fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes pane-dashboard-fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes pane-dashboard-fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


#dashboard-container {
    padding: 0;
    overflow: scroll;
}

    #dashboard-container > div.webix_view {
        background-color: transparent !important;
        position: relative;
    }

#no-selected-period {
    color:red;
}

.webix_view {
    font-family: inherit;
    font-size: inherit;
}

.split-business-unit-padding {
    padding-top: 1em;
}

/*Toggle switch*/
.switch-padding {
    padding-top: 0.5em;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 18px;
        left:1px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.crop {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.bg-green {
    background-color: #eefae9 !important;
}


.accordion-button:not(.collapsed) {
    color: #212529 !important;
}


    .accordion-button:not(.collapsed)::after {
        color: #212529 !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(180deg)
    }

.accordion-button:link, .accordion-button:visited, .accordion-button:active {
    box-shadow: none !important;
}

.accordion-button:hover {
    box-shadow: none !important;
    filter: brightness(98%);
}


.accordion-button:focus {
    box-shadow: none !important;
}
