﻿/* <link href="~/Content/Css/customcss.css" rel="stylesheet" /> */

div.navbar-default {
    background: linear-gradient(#b0171d, #ba181e, #b0171d) !important;
    border-color: #b0171d;
}

.htmlpic {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('/Content/img/xptruck.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    overflow: hidden;
    min-height: 100%;
}

.htmleasterpic {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url('/Content/img/Easter.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    overflow: hidden;
    min-height: 100%;
}

.bodypic {
    background-color: transparent;
    height: 100vh;
}

.loginbox {
    margin-top: 10%;
    width: 400px;
    height: 225px;
    background: linear-gradient(#b0171d, #ba181e, #b0171d) !important;
    border-radius: 20px;
    box-shadow: 3px 2px 2px black;
}

.insidelogin {
    padding: 10px;
    color: white;
}

.errormsg {
    margin-top: -17%;
    color: red;
    font-size: 20px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.mouseover {
    cursor: pointer;
}

.navbar-brand {
    color: white !important;
}

.pull-right {
    background-color: transparent;
}

.btn-primary {
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
}

.btn {
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
    color: white;
    text-align: center;
}

.btn-select-program {
    background-color: green !important;
    border-color: green !important;
    color: white;
}

body {
    background-color: #333;
    color: white;
}

.table:not(.selected-scan) {
    background-color: #333;
    color: white !important;
}

.deleted-stop {
    background: #ff000022 !important;
    color: #00000044 !important;
}

.table.deleted-stop {
    background: #555 !important;
    color: #fff4 !important;
}

.table.selected-scan {
    color: white;
    background: #666 !IMPORTANT;
}

.selected-scan:not(.dark-table) {
    color: black;
    background: #00aaff44 !IMPORTANT;
}

.texttheme {
    border: 1px solid black;
    background-color: #000000;
    color: white;
}

.customform-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    cursor: not-allowed;
    background-color: #000000;
    color: #ffabab;
}

.text {
    background: black;
    color: white;
    border-color: white;
}

    .text:disabled {
        background: black;
        color: grey;
        border-color: grey;
    }

.driver-text {
    color: white;
}

th {
    background: linear-gradient(#b0171d, #ba181e, #b0171d) !important;
    border-color: black;
    color: white;
}

th {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

tr {
    background-color: #333;
}

select {
    background-color: #000000;
    color: white;
}

    select option {
        background: #000000;
    }

tr:nth-child(even) {
    background-color: #515151;
}

td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

table {
    margin-left: 20px;
    width: 100%;
}

body {
    overflow-x: hidden;
}

.btn:hover {
    color: cyan;
}

.rcorners {
    border-radius: 40px;
    border: 10px solid #ba181e;
    padding: 20px;
    width: 200px;
    height: 200px;
    background-color: #111a;
}

.minircorners {
    position: absolute;
    top: 160px;
    left: 200px;
    border-radius: 40px;
    border: 5px solid #ba181e;
    padding: 10px;
    width: 50px;
    height: 50px;
    background-color: black;
    -webkit-text-stroke: 1px white;
}

.minircorners2 {
    position: absolute;
    top: 90px;
    left: 100px;
    border-radius: 40px;
    border: 5px solid #ba181e;
    padding: 5px;
    width: 50px;
    height: 50px;
    background-color: black;
    -webkit-text-stroke: 1px white;
    transform: scale(0.8);
}

.minitext {
    color: white;
    font-size: 20px;
    margin-top: -3px;
    width: 50px;
    margin-left: -16px;
    text-align: center;
    transition: transform 0.2s ease-out;
}

.minitext2 {
    color: white;
    font-size: 14px;
    margin-top: 5px;
    width: 50px;
    margin-left: -10px;
    text-align: center;
    transition: transform 0.2s ease-out;
}

.rcorners:hover {
    padding: 10px;
    border-color: #668c31;
}

.minircorners:hover {
    border-color: #668c31;
}

.rcorners:hover + .minircorners {
    border-color: #668c31;
}

.minitext.zoom {
    transform: scale(2);
    transition: transform 0.2s;
}


.rotate:hover {
    animation: rotation 1s linear infinite;
}

.rotate1 {
    animation: rotation 1s linear infinite;
}

.rotate2 {
    animation: rotation 1s linear 2;
}

H1 {
    color: #eee;
    font-weight: 800;
    -webkit-text-stroke: 1px #a00;
}

.footer {
    position: absolute;
    bottom: 20px;
    color: #ffffff88;
    font-size: 20px;
}

.form-control {
    color: white;
    background: black;
}

.noedit, .form-control[disabled], .form-control[readonly], fieldset[disabled] {
    color: gray;
    background: black;
    border: 1px solid red;
}
.noedit:empty:not(:focus):before {
    content: attr(data-text)
}

.modal-dialog {
    width: 50%;
}

.dropdown-menu {
    padding: 0;
}


.btn-primary:hover {
    color: cyan;
}

label {
    font-weight: normal;
}

.btn {
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
    color: white;
}

.date {
    background-color: black !important;
    border-color: white !important;
    color: white;
}

.hide-tbody {
    display: none;
}

.KMouse:hover {
    background-color: black;
    cursor: pointer;
}

.kazalert {
    animation-name: flashy;
    animation-duration: 1.0s;
    animation-iteration-count: infinite;
}

.dialog {
    display: none;
    margin-top: 0%;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    position: fixed;
    top: 6vh;
    z-index: 10001;
    background-color: #333;
    border: 2px solid white;
    max-height: 90vh;
    min-height: 45vh;
    overflow-y: auto;
    text-align: left;
}

.close {
    color: red;
    float: right;
    font-size: 40px;
    font-weight: bold;
    margin-top: 7px;
    margin-right: 10px;
    opacity: 1;
    text-shadow: unset;
}

    .close:hover {
        color: cyan;
    }

::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b3171d;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ef383f;
    }

.statusbox {
    padding-top: 3px;
    width: 250px;
    height: 30px;
    margin: 10px;
    border: 2px solid black;
    border-radius: 5px;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}

.notValidated {
    color: red !important;
}

.boxSaving {
    border-color: red !important;
}

.myfooter {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 20px;
}

.animin {
    animation-name: animin;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.animout {
    animation-name: animout;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.Images {
    height: 60px;
    width: 60px;
}

p {
    margin: 0 0 2px;
    color: white;
}

@media print {
    @page {
        margin: 0;
    }

    .noprint {
        display: none;
    }

    .btn {
        display: none
    }

    .chk {
        display: none
    }

    .date {
        width: 30%;
    }
}

.nobreaks {
    break-inside: avoid;
}

.timealert {
    color: red;
    font-weight: bold;
}

.timetext {
    text-align: center;
    font-size: 12px;
}

.thumbnail {
    background-color: #444444;
    color: white;
}

.datepicker {
    background-color: #fff;
    color: #333;
}

h3 {
    color: white;
}

h5 {
    color: white;
}

.fun:hover {
    height: 80px;
}

#xp:hover {
    animation: rotation2 5s linear infinite;
    animation-delay: 2s;
}

.info {
    background: black;
    color: white;
    border: 1px solid white;
}

.notneeded {
    display: table-cell;
}

@media only screen and (max-width: 1320px) {
    .notneeded {
        display: none;
    }
}

.createuserarea {
    padding: 10px;
    width: 600px;
}

.thisCheck[type="checkbox"]:checked {
    -webkit-filter: opacity(1.0);
}

.thisCheck[type="checkbox"] {
    -webkit-filter: opacity(1.0);
    width: 30px;
    height: 30px;
}

    .thisCheck[type="checkbox"]:hover {
        cursor: pointer;
    }

.checkarea {
    margin-left: 40px;
    margin-bottom: 5px;
}

.mouseover {
    cursor: pointer;
}

    .mouseover:nth-child(even) {
        cursor: pointer;
    }

    .mouseover:hover {
    }

.extradeleted-stop {
    background: #555 !important;
    color: #fff4 !important;
}

.mouseover.dark {
    background: #333333;
    cursor: pointer;
}

    .mouseover.dark:nth-child(even) {
        background: #515151;
        cursor: pointer;
    }

    .mouseover.dark:hover {
        background: #000000;
    }

.datepicker {
    background-color: #333;
    color: #fff;
}

.table-condensed {
    margin-bottom: -5px;
    margin-left: -2.5px;
}

.mMouseover:hover {
    background-color: #000000;
}

.toright {
    margin-left: -40px;
}

.logtable {
    margin-left: -40px;
    margin-top: 80px;
}

.textcenter {
    text-align: center;
}



@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@keyframes flashy {
    0% {
        color: white;
        transform: scale(1.0);
    }

    33% {
        color: rgba(255, 148, 148, 1.0);
        transform: scale(1.2);
    }

    66% {
        color: white;
        transform: scale(1.0);
    }

    100% {
        color: white;
        transform: scale(1.0);
    }
}

@keyframes animin {
    0% {
        transform: scale(0.98);
    }

    100% {
        transform: scale(1.0);
    }
}

@keyframes animout {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(0.98);
    }
}

@keyframes rotation2 {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotateY(360deg);
    }

    30% {
        transform: rotate(90deg);
    }

    40% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-90deg);
    }

    60% {
        transform: rotate(0deg);
    }
}

@keyframes homeslidein {
    100% {
        margin-left: 0%;
        margin-right: 0%;
    }
}

.homeslidein {
    margin-left: 100%;
    margin-right: -100%;
    animation-name: homeslidein;
    animation-duration: .45s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-out;
}

@keyframes homeslideout {
    100% {
        margin-left: -100%;
        margin-right: 100%;
    }
}

.homeslideout {
    margin-left: 0%;
    margin-right: 0%;
    animation-name: homeslideout;
    animation-duration: .45s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in;
}

@keyframes homeslideinback {
    100% {
        margin-left: 0%;
        margin-right: 0%;
    }
}

.homeslideinback {
    margin-left: -100%;
    margin-right: 100%;
    animation-name: homeslideinback;
    animation-duration: .45s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-out;
}

@keyframes homeslideoutback {
    100% {
        margin-left: 100%;
        margin-right: -100%;
    }
}

.homeslideoutback {
    margin-left: 0%;
    margin-right: 0%;
    animation-name: homeslideoutback;
    animation-duration: .45s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in;
}

#homenormal {
    position: absolute;
}

#homeadmin {
    position: absolute;
}

.homeback {
    position: absolute;
    top: 40%;
    left: 1%;
    font-size: 180px;
    color: #fff3;
}

    .homeback:hover {
        color: #fff8;
    }

.homeforward {
    position: absolute;
    top: 40%;
    right: 1%;
    font-size: 180px;
    color: #fff3;
}

    .homeforward:hover {
        color: #fff8;
    }

chartoverblik {
    width: 1800px;
    height: 100px;
}

.statschartsize {
    position: absolute;
    width: 1800px;
    height: 650px;
    font-size: 15px;
}

.statsinsidechart {
    width: 100% !important;
    height: 95% !important;
}

.overviewcharts {
    display: inline-block;
    width: 46vw !important;
    height: 20vh !important;
}

.overviewcharts2 {
    display: inline-block;
    width: 43vw !important;
    height: 28vh !important;
}

.overviewcharts3 {
    display: inline-block;
    width: 92vw !important;
    height: 43vh !important;
}

.statsinsidechart:hover {
    cursor: pointer;
}

.statsbigsizechart {
    display: inline-block !important;
    width: 90vw !important;
    margin-left: 5%;
    height: 80vh !important;
}

.statshidechart {
    display: none;
}

@keyframes statsmoveout {
    100% {
        margin-left: -100%;
    }
}

@keyframes statsmovein {
    0% {
        margin-left: -100%;
    }

    100% {
        margin-left: 1%;
    }
}

@keyframes easter-bunny-frames {
    30% {
        margin-left: 800px;
        transform: rotate(0deg);
        animation-timing-function: ease-in-out;
    }

    40% {
        margin-left: 800px;
        transform: rotate(-10deg);
        animation-timing-function: ease-in-out;
    }

    50% {
        margin-left: 800px;
        transform: rotate(10deg);
        animation-timing-function: ease-in-out;
    }

    60% {
        margin-left: 800px;
        transform: rotate(-20deg);
        animation-timing-function: ease-in-out;
    }

    70% {
        margin-left: 800px;
        transform: rotate(20deg);
        animation-timing-function: ease-in-out;
    }

    80% {
        margin-left: 800px;
        transform: rotate(-30deg);
        animation-timing-function: ease-in-out;
    }

    100% {
        margin-left: 2400px;
        transform: rotate(90deg);
        animation-timing-function: ease-in;
    }
}

@keyframes easter-bunny1-frames {
    0% {
        margin-left: -245px;
        transform: rotate(90deg);
        animation-timing-function: ease-in-out;
    }

    40% {
        margin-left: 800px;
        transform: rotate(90deg);
        animation-timing-function: ease-in-out;
    }

    50% {
        margin-left: 800px;
        transform: rotate(360deg);
        animation-timing-function: ease-in-out;
    }

    60% {
        margin-left: 800px;
        transform: rotate(90deg);
        animation-timing-function: ease-in-out;
    }

    100% {
        margin-left: 2400px;
        transform: rotate(90deg);
        animation-timing-function: ease-in;
    }
}

@keyframes bobblefall1 {
    0% {
        margin-top: 0px;
        animation-timing-function: ease-in;
    }

    20% {
        margin-top: 540px;
        animation-timing-function: ease-out;
    }

    30% {
        margin-top: 270px;
        animation-timing-function: ease-in;
    }

    40% {
        margin-top: 540px;
        animation-timing-function: ease-out;
    }

    48% {
        margin-top: 405px;
        animation-timing-function: ease-in;
    }

    56% {
        margin-top: 540px;
        animation-timing-function: ease-out;
    }

    62% {
        margin-top: 472px;
        animation-timing-function: ease-in;
    }

    68% {
        margin-top: 540px;
        animation-timing-function: ease-out;
    }

    72% {
        margin-top: 502px;
        animation-timing-function: ease-in;
    }

    76% {
        margin-top: 540px;
        animation-timing-function: ease-out;
    }

    79% {
        margin-top: 520px;
        animation-timing-function: ease-in;
    }

    81% {
        margin-top: 540px;
        left: -200px;
        animation-timing-function: ease-out;
    }

    100% {
        margin-top: 540px;
        left: -300px;
        animation-timing-function: ease-out;
        transform: rotate(-700deg);
    }
}

@keyframes bobblefall2 {
    0% {
        margin-top: 0px;
        left: 200px;
        animation-timing-function: linear;
    }

    2% {
        left: 250px;
        margin-top: 0px;
        animation-timing-function: linear;
    }

    20% {
        left: 300px;
        margin-top: 540px;
        animation-timing-function: ease-out;
    }

    30% {
        margin-top: 270px;
        animation-timing-function: ease-in;
    }

    40% {
        margin-top: 540px;
        animation-timing-function: ease-out;
    }

    48% {
        margin-top: 405px;
        animation-timing-function: ease-in;
    }

    56% {
        margin-top: 540px;
        animation-timing-function: ease-out;
    }

    62% {
        margin-top: 472px;
        animation-timing-function: ease-in;
    }

    68% {
        margin-top: 540px;
        animation-timing-function: ease-out;
    }

    72% {
        margin-top: 502px;
        animation-timing-function: ease-in;
    }

    76% {
        margin-top: 540px;
        animation-timing-function: ease-out;
    }

    79% {
        margin-top: 520px;
        animation-timing-function: ease-in;
    }

    81% {
        margin-top: 540px;
        left: 200px;
        animation-timing-function: ease-out;
    }

    100% {
        margin-top: 540px;
        left: 450px;
        animation-timing-function: ease-out;
        transform: rotate(4719deg);
    }
}

@keyframes bobblefall3 {
    0% {
        margin-top: 0px;
        animation-timing-function: ease-in;
    }

    20% {
        margin-top: 210px;
        animation-timing-function: ease-out;
    }

    30% {
        margin-top: 100px;
        animation-timing-function: ease-in;
    }

    40% {
        margin-top: 210px;
        animation-timing-function: ease-out;
    }

    48% {
        margin-top: 150px;
        animation-timing-function: ease-in;
    }

    56% {
        margin-top: 210px;
        animation-timing-function: ease-out;
    }

    62% {
        margin-top: 175px;
        animation-timing-function: ease-in;
    }

    68% {
        margin-top: 210px;
        animation-timing-function: ease-out;
    }

    72% {
        margin-top: 195px;
        animation-timing-function: ease-in;
    }

    76% {
        margin-top: 210px;
        left: 120px;
        animation-timing-function: ease-out;
        transform: rotate(-45deg);
    }

    100% {
        margin-top: 210px;
        left: 80px;
        animation-timing-function: ease-out;
        transform: rotate(-180deg);
    }
}

@keyframes bobblebounce {
    0% {
        top: 140px;
        left: 140px;
        animation-timing-function: linear;
    }

    25% {
        top: 80px;
        left: 65px;
        animation-timing-function: linear;
    }

    50% {
        top: 5px;
        left: 140px;
        animation-timing-function: linear;
    }

    75% {
        top: 80px;
        left: 200px;
        animation-timing-function: linear;
    }

    100% {
        top: 140px;
        left: 140px;
        animation-timing-function: linear;
        transform: rotate(359deg);
    }
}

.statsmoveout {
    animation-name: statsmoveout;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in;
}

.statsmovein {
    animation-name: statsmovein;
    animation-duration: .5s;
    transition-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.statsbotspace {
    margin-bottom: 20px;
}

.homenewpage {
    position: absolute;
}

.homepage1 {
    margin-left: 0%;
    margin-right: 0%;
    transition: margin 450ms;
}

.homepage2 {
    margin-left: -145.725%;
    margin-right: 145.725%;
    transition: margin 450ms;
}

.homepage3 {
    margin-left: -291.45%;
    margin-right: 291.45%;
    transition: margin 450ms;
}

.homepage4 {
    margin-left: -437.175%;
    margin-right: 437.175%;
    transition: margin 450ms;
}

.progressline {
    width: 1000px;
    height: 30px;
    border: 2px solid black !important;
    margin-bottom: 5px;
}

.scanmovetopoint {
    animation: scanmovetopoint 6s;
    animation-fill-mode: forwards;
}

.delivermovetopoint {
    animation: delivermovetopoint 6s;
    animation-fill-mode: forwards;
}


svg {
    width: 114px;
    height: 114px;
    margin: 1em;
}

.backdrop {
    fill: rgba(51,51,51,0.5);
    stroke-width: 7px;
    stroke: #b30000;
}

[class^="circles-"] {
    fill: none;
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.CircleEnlarge:hover {
    transform: scale(1.2);
    transition: .5s;
}

.CircleTest {
    opacity: 1.0;
    transform: scale(1.01);
}

.udvikler {
    position: absolute;
    right: 55px;
    bottom: 50px;
}

    .udvikler:hover {
        cursor: pointer;
        transform: scale(1.1);
    }

.udviklerOpen {
    position: absolute;
    right: 5px;
    bottom: 50px;
    border-radius: 15px;
    width: 775px;
    height: 500px;
    background-color: #333333;
    border: 4px solid #ba181e;
    transition: 1s;
}

.udviklerOpenLarge {
    position: absolute;
    right: 15px;
    bottom: 50px;
    border-radius: 15px;
    width: 1500px;
    height: 800px;
    background-color: #333333;
    border: 4px solid #ba181e;
    transition: 1s;
}

.udviklerOpenTopBar {
    background-color: #242424;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    height: 25px;
    width: 100%;
}

.UdviklerOpenContent {
    padding: 15px;
    height: 465px;
    overflow-y: scroll;
    user-select: text;
    transition: 1s;
}

.UdviklerOpenContentLarge {
    padding: 15px;
    height: 765px;
    overflow-y: scroll;
    user-select: text;
    transition: 1s;
}

.vurdarea {
    background-color: #333333;
    display: inline-block;
    width: 700px;
    height: 200px;
    margin-bottom: 10px;
    margin-right: 20px;
    border-radius: 15px;
    border: 2px solid black;
}

.vurdarea2 {
    background-color: #333333;
    display: inline-block;
    width: 700px;
    height: 200px;
    margin-bottom: 10px;
    margin-right: 20px;
    border-radius: 15px;
    border: 2px solid black;
}

.vurdarea:hover {
    cursor: pointer
}

vurdarea2:hover {
    cursor: pointer;
}

.vurdimg {
    background-color: #333333;
    display: inline-block;
    width: 200px;
    height: 196px !important;
    border-radius: 15px;
}

.vurdimg2 {
    background-color: #333333;
    display: inline-block;
    width: 200px;
    height: 196px;
    margin-top: -40px !important;
    margin-left: 25px;
    border-radius: 15px;
}

.vurdtext {
    position: static;
    padding-top: 10px;
    background-color: #333333;
    margin-left: 250px;
    margin-top: -180px;
    height: 150px;
    overflow-y: auto;
}

.vurdtext2 {
    position: static;
    padding-top: 10px;
    background-color: #333333;
    margin-left: 250px;
    margin-top: -180px;
    height: 150px;
    overflow-y: auto;
}

.errortextuk {
    white-space: pre;
}

/* Self-made Modal Popup */
.popupwindow {
    position: fixed;
    width: 80vw;
    height: 80vh;
    margin-left: 10vw;
    margin-top: -5vh;
    border: 4px solid #b8181e;
    border-radius: 10px;
    background-color: #333333;
    display: none;
}

.popuptopbar {
    background-color: #b8181e;
    width: 100%;
    height: 30px;
}

.popupcontent {
    width: 100%;
    height: 96%;
}

.popupcontentinside {
    height: 98%;
    width: 98.5%;
    margin-left: 0.5%;
    margin-top: 1%;
}

.ppback {
    font-weight: 600;
    float: left;
    color: white;
    margin-left: 8px;
    font-size: 16px;
    display: none;
}

.ppclose {
    font-weight: 600;
    float: right;
    color: white;
    margin-right: 8px;
    font-size: 18px;
}

.ppback:hover {
    cursor: pointer;
}

.ppclose:hover {
    cursor: pointer;
}

.ppselected {
    color: black;
    background-color: #8bfe78;
    transition: .5s;
}

.ppunselected {
    background-color: #ffffff;
    color: black;
    transition: .5s;
}

.ppleft {
    box-shadow: 1.25px 2.5px 2px black;
    border: 1px solid black;
    margin-top: 2px;
    margin-left: 38%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    width: 250px;
    height: 23px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}

    .ppleft:hover {
        cursor: pointer;
    }

.ppright {
    box-shadow: 1.25px 2.5px 2px black;
    margin-top: 2px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 23px;
    width: 250px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}

    .ppright:hover {
        cursor: pointer;
    }

.trmain {
    background-color: #515151 !important;
}

.trmainnohover {
    background-color: #515151 !important;
}

.trmain:hover {
    cursor: pointer;
}

.trsec:hover {
    cursor: pointer;
}

.trsecnohover {
    background-color: #333 !important;
    display: none;
}

.trsec {
    background-color: #333 !important;
    display: none;
}

.kinfoareacust {
    margin-top: 6vh;
    width: 100%;
}

.tabclasscust {
    display: inline-block;
    text-align: center;
    width: 31.5%;
    height: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: grey;
    font-size: 18px;
    padding-top: 4px;
}

    .tabclasscust:hover {
        cursor: pointer;
    }

.tabclasscustselected {
    background-color: #b8181e;
}

.tabcontentcust {
    width: 95%;
    border: 4px solid #b8181e;
    padding-bottom: 40px;
}

.kundelist:hover {
    cursor: pointer;
    background-color: #b8181e;
}

.kundeselected {
    background-color: black;
}



.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

    .radio-item input[type='radio'] {
        display: none;
    }

    .radio-item label {
        color: white;
        font-weight: normal;
    }

        .radio-item label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 5px;
            margin: 0 5px 0 0;
            width: 20px;
            height: 20px;
            border-radius: 11px;
            border: 2px solid #b0171d;
            background-color: black;
        }

    .radio-item input[type=radio]:checked + label:after {
        border-radius: 11px;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 9px;
        left: 10px;
        content: " ";
        display: block;
        background: #b0171d;
    }


.fknhover:hover {
    cursor:pointer;
}