html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.lpColor {
    color: #ad0132;
}

.lpColorTitel {
    color: #ad0132;
    font-weight: bold;
}

.lpColorTabeleTitel {
    background-color: #ad0132;
    color: white;
    font-weight: bold;
}

.lpBtnColorAdd {
    color: #ad0132;
}

    .lpBtnColorAdd:hover {
        background-color: #ad0132;
        color: white;
    }

.btn-lp {
    background-color: #ad0132;
    color: white;
}

.btn-lp-gray {
    background-color: darkgrey;
    color: white;
}

.lpbgMenuColor {
    background-color: #ad0132;
    color: white;
}

.inline-check {
    width: 30%;
    white-space: nowrap;
}

.red {
    color: red;
}

.orange {
    color: orange;
}

.green {
    color: green;
}

.input-validation-error {
    border: 1px solid red;
    color: red;
}

.text-red-jumbo {
    color: #E73331;
}

.text-blue-jumbo {
    color: #07529A;
}

.apexcharts-menu-icon {
    visibility: hidden;
}

.rv-width {
    width: 120px;
    text-align: center;
    font-weight: bold;
}

#leftHalf {
    width: 40%;
    position: absolute;
    height: 100%;
    left: 140px;
    top: 20%;
}

#rightHalf {
    background: url('/img/437647792.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0px;
    height: 100vh !important;
}

@media screen and (max-width: 900px) {
    #logoSmall {
        height: 90px;
    }

    #leftHalf {
        position: absolute;
        height: 100%;
        top: 20%;
    }

    #rightHalf {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #leftHalf {
        width: 90%;
        left: 15px;
    }
}


th.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
}

    th.rotate > div {
        transform:
        /* Magic Numbers */
        translate(10px, 20px)
        /* 45 is really 360 - 45 */
        rotate(295deg);
        width: 0px;
    }

        th.rotate > div > span {
            padding: 5px 10px;
        }


.row-disabled {
    background-color: rgba(236, 240, 241, 0.5);
    pointer-events: none;
    width: 100%;
}


.alerts-borderblink {
    border: 1px #ff0000 solid;
    animation: blink 1s;
    animation-iteration-count: 3;
}

@keyframes blink {
    50% {
        border-color: #fff;
    }
}

.bg-light-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}