﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-brand > img {
    height: 100%;
    padding: 0px;
    width: auto;
}

.button-wrapper .btn {
    margin-bottom: 5px;
}

select.multiselect,
select.multiselect + div.btn-group,
select.multiselect + div.btn-group button.multiselect,
select.multiselect + div.btn-group.open .multiselect-container {
    width: 100% !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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 */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.admrow {
    display: none;
}

.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.dt-search {
    text-align: right;
}


div.dataTables_wrapper div.dataTables_processing {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
tr .pejl-check-icon::before {
    content: '\f0c8';
}

tr.selected .pejl-check-icon::before {
    content: '\f14a';
}


dl {
    border: solid #097257;
    border-width: 1px 1px 0 0;
}

dt {
    padding: 2px 4px;
    background: #097257;
    color: #fff;
}

dd {
    margin: 0;
    padding: 2px 4px;
    border-bottom: 1px solid #097257;
    border-left: 1px solid #097257;
}


#drop_zone {
    padding: 10px;
    width: 100%;
    height: 100px;
}

td.pyramid {
    background: lightblue;
}

td.fuelmatrix {
    background: lightgreen;
}


.badge-loading-I {
    background-color: blue;
    color: white;
}

.badge-loading-L {
    background-color: #28a745;
    color: white;
}


.badge-unloading-L {
    background-color: #28a745;
    color: white;
}

.badge-unloading-B {
    background-color: blue;
    color: white;
}


.badge-addition-L {
    background-color: #28a745;
    color: white;
}


.login-box {
    width: 420px;
}

.login-logo img {
    max-width: 360px;
    background-color: #008264;
    padding: 10px;
    border-radius: calc(0.25rem - 1px);
}

.powered-by-logo img {
    max-width: 75px;
    margin: 20px;
}

.powered-by-logo {
    display: flex;
    justify-content: center;
}
