html {
  font-size: 14px;
}



@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family:Calibri;
}

.bg-whitemsoke {
    background-color:whitesmoke;
}


.pointer{
    cursor:pointer;
}

.apexcharts-menu-icon {
    display: none;
}

.apexcharts-toolbar {
    display: none !important;
}

.smallText {
    font-size: 11px;
}


.migroOrangeColor {
    background-color:#ff6a00!important;
}



.tableAmpelbericht {
    min-width: 1000px !important;
    width: 100%;
    -webkit-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
}

    .tableAmpelbericht thead th {
        border: none;
        padding: 30px;
        font-size: 13px;
        font-weight: 500;
        color: gray;
    }

    .tableAmpelbericht thead tr {
        background: #fff;
        border-bottom: 4px solid #eceffa;
    }

    .tableAmpelbericht tbody tr {
        margin-bottom: 10px;
        border-bottom: 4px solid #f8f9fd;
    }

        .tableAmpelbericht tbody tr:last-child {
            border-bottom: 0;
        }

    .tableAmpelbericht tbody th, .tableAmpelbericht tbody td {
        border: none;
        padding: 10px;
        font-size: 14px;
        background: #fff;
        vertical-align: middle;
    }

        .tableAmpelbericht tbody td.status span {
            position: relative;
            border-radius: 30px;
            padding: 4px 10px 4px 25px;
        }

            .tableAmpelbericht tbody td.status span:after {
                position: absolute;
                top: 9px;
                left: 10px;
                width: 10px;
                height: 10px;
                content: '';
                border-radius: 50%;
            }

        .tableAmpelbericht tbody td.status .active {
            background: #cff6dd;
            color: #1fa750;
        }

            .tableAmpelbericht tbody td.status .active:after {
                background: #23bd5a;
            }

        .tableAmpelbericht tbody td.status .waiting {
            background: #fdf5dd;
            color: #cfa00c;
        }

            .tableAmpelbericht tbody td.status .waiting:after {
                background: #f2be1d;
            }

        .tableAmpelbericht tbody td .img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }

        .tableAmpelbericht tbody td .email span {
            display: block;
        }

            .tableAmpelbericht tbody td .email span:last-child {
                font-size: 12px;
                color: rgba(0, 0, 0, 0.3);
            }

        .tableAmpelbericht tbody td .close span {
            font-size: 12px;
            color: #dc3545;
        }

.cursor{
    cursor:pointer;
}

.lpColor {
    color: #ad0132;
}

#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;
}

.dropdownLp {
    border-left: white;
    border-top: white;
    border-right: white;
}

.opacity-spinner {
    opacity:0.5;
}

th.rwRotate {
    height: 80px;
    white-space: nowrap;
    position: relative;
    border-top:1px solid white;
}

    th.rwRotate > div {
        transform: rotate(-90deg);
        position: absolute;
        top:50px;
        
    }

.border-right-white {
    border-right: 1px solid white;
}
.border-top-white {
    border-right: 1px solid white;
}

.border-right-transparent {
    border-right: 1px solid transparent;
}


#autocompleteResults {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    max-width:350px;
}

.disableClass{
    pointer-events:none;
}


/*Kommentar css*/
.card-no-border .card {
    border: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05)
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.comment-widgets .comment-row:hover {
    background: rgba(0, 0, 0, 0.02);
    cursor: pointer;
}

.comment-widgets .comment-row {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    padding: 15px;
}

.comment-text:hover {
    visibility: hidden;
}

.comment-text:hover {
    visibility: visible;
}

.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 75%;
}

.round img {
    border-radius: 100%;
}

.label-info {
    background-color: #1976d2;
}

.label-success {
    background-color: green;
}

.label-danger {
    background-color: #ef5350;
}

.action-icons a {
    padding-left: 7px;
    vertical-align: middle;
    color: #99abb4;
}

    .action-icons a:hover {
        color: #1976d2;
    }

.mt-100 {
    margin-top: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.td90 {
    font-family: Helvetica, Arial, sans-serif;
    text-anchor: end;
    dominant-baseline: auto;
    font-size: 12px;
    font-weight: 400;
    fill: rgb(55, 61, 63);
    transform: rotate(-45deg, 156.242, 168);
}

.rotate-text {
    white-space:break-spaces; /* Prevent text from overflowing */
}