﻿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;
}

a {
    color: #0366d6;
}

.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;
}

/* 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;
}


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';
}

td.authcell {
    text-align: center;
}
td .authcell-icon::before {
    content: '\f0c8';
}

td.userselected .authcell-icon::before {
    content: '\f14a';
}


.field-validation-error {
    color: #dc3545;
}

.input-validation-error {
    border-color: #dc3545;
    background-color: #ffe6e6;
}

.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;
}

.brand-image-smaller {
    max-height: 28px;
    float: left;
    line-height: .8;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: -3px;
    width: auto;
}

.validation-summary-valid {
    display: none;
}

.efabLoginStart {
    background-image: url(https://fillngo.se/wp-content/uploads/2022/01/bg-tankstation-fillngo.jpg) !important;
    background-position-y: center;
}

.efabNavbar {
    background-color: #0D8163 !important;
}

.efabNavbarWhite {
    color: white !important;
    font-family: 'Exo 2', sans-serif;
}

.efabFont {
    font-family: 'Exo 2', sans-serif;
}

.efabWhiteBg {
    background-color: white;
}

.efabSecondaryColor {
    background-color: #71B790 !important;
}

.centerFont {
    text-align: center;
}

.loginSubText {
    font-family: 'Exo 2', sans-serif;
    text-align: center !important;
    padding-top: 20px;
}

.cardHeaderText {
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

/* EFAB Icons
-------------------------------------------------- */
.IconMenu {
    background: url(img/icon-pump.svg);
    background-repeat: no-repeat;
}

.toast-top-right {
    top: 65px;
    right: 12px;
}

/* underline customer in fillup */
td.tdcust {
    text-decoration: underline;
    color: #0000EE; 
}

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