body.loginbg {
    background: url(/_images/login/login_forrest_road.jpeg) center center / cover no-repeat;
}

@media (min-width: 768px) {
    body {
        padding-top: 135px;
    }

    .navbar-fixed-top {
        margin-top: 75px;
    }

    .navbar-fixed-top .navbar-brand {
        margin-top: -85px;
        padding: 10px;
    }

    .navbar-fixed-top .navbar-logotype {
        height: 60px;
        width: auto;
    }
}

@media (max-width: 768px) {
    .navbar-fixed-top .navbar-brand img {
        height: 20px;
    }
}

.navbar-default {
    background: #0075a2 !important;
}

.navbar-nav>li>a {
    color: white !important;
}

.login-card {
    margin-top: 20vh;
}

.navbar-nav>li.open>a.has-kundorder,
.navbar-nav>li.active>a.has-kundorder,
.navbar-nav>li>a.has-kundorder:hover {
    background: rgb(0, 186, 69) !important;
}

.jumbotron-artnrsok {
    display: none;
}

.btnsupport {
    display: none;
}

.loginlogo {
    margin-bottom: 0px;
}

/* Döljer alla priser default */
td[data-colname="pris"] b {
    display: none;
}

td[data-colname="pris"] small {
    display: block;
}

.btn-minafordon {
    display: none;
}

/* Orderhistorik */
.list-group-order-eller-fakturor,
.list-group-item-filter-orderdatum,
.list-group-item-filter-godsmarke,
.list-group-item-filter-kundbestnr,
.list-group-item-filter-status,
.btn-favoriter {
    display: none;
}

.grid .artnr small {
    display: block;
}

.grid .artnr small:last-of-type {
    margin-bottom: 5px;
}

.grid .artnr button {
    display: inline;
    margin-right: 3px;
}

.laggtillcheckboxar {
    display: none;
}

body[katalogtyp="verkstad"] .input-group-anvandare,
body[katalogtyp="tittbutik"] th[data-colname="beställ"],
body[katalogtyp="tittbutik"] td[data-colname="beställ"],
body[katalogtyp="tittbutik"] .btn-navbar-felrapport {
    display: none;
}

.btn-warning {
    background-color: #ff9c22 !important;
    border-color: #d47500 !important;
    /*text-shadow: 0 -1px 0 rgb(0 0 0 / 30%);*/
}

.fordonssok-visa {
    display: none;
}

#page_artiklar .container>.row>.col-panel-left>.panel>.panel-body {
    height: calc(100% - 80px) !important;
}

.table>tbody>tr:first-child>td,
.table>tbody>tr:first-child>th {
    border-top: 0;
}

.forgotpassword {
    display: block;
}

button.prisindex[data-index="0"] {
    background-color: #ff9c22;
    border-color: #d47500;
    color: white;
}

span.prisindex[data-index="0"] {
    background-color: #fcf8e3;
}

button.prisindex[data-index="1"] {
    background-color: rgb(68, 157, 68);
    border-color: rgb(57, 132, 57);
    color: white;
}

span.prisindex[data-index="1"] {
    background-color: #dff0d8
}

button.prisindex[data-index="2"],
button.prisindex[data-index="3"] {
    background-color: rgb(201, 48, 44);
    border-color: #ac2925;
    color: white;
}

span.prisindex[data-index="2"],
span.prisindex[data-index="3"] {
    background-color: #F2DEDE
}

button.prisindex[data-index="4"],
button.prisindex[data-index="5"] {
    background-color: #31b0d5;
    border-color: #269abc;
    color: white;
}

span.prisindex[data-index="4"],
span.prisindex[data-index="5"] {
    background-color: #D9EDF7;
}