:root {
    --primary: #009b51;
    --secondary: #008d4a;
    --site-bg: #030406;
    --btn-positive-color: #009b51;
    --btn-positive-hover-color: #00b55e;
    --btn-negative-color: #aa1500;
    --btn-negative-hover-color: #ca2010;
    --btn-warning-color: #c20000;
    --btn-edit-color: #706010;
    --btn-black-color: #000000;
    --btn-white-color: #FFFFFF;
    --btn-light-grey: #e0ecf0;
    --bs-body-bg: #030406;
    --main-text-color: #FFFFFF;
    --bs-body-color: #FFF;
    --menu-bg: #0a0e12;
    --menu-muted: #607982;
    --menu-hover: #ffffff;
    --menu-selected: #ffffff;
    --table-dark: #121418;
    --table-hover: #25262a;
    --table-header: #e0e0e0;
    --admin-color: #5d7885;
    --admin-color-hover: #42545d;
    --border-radius-menu: 8px;
    --border-radius-tables: 8px;
    --border-radius-buttons: 8px;
    --border-radius-input: 10px;
    --graph-txt-color: #ffffff;
    --graph-dark: #000000;
    --graph-light: #ffffff;

}
.DebugText {
    width: 100%;
    background-image: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);
    font-weight: 800;
    text-align: center;
}

    .DebugText span {
        color: red;
    }
.siteContent {
    padding-left: 30px !important;
    padding-right: 25px !important;
}

.topMenuItems {
    z-index:10;
    padding-top: 12px;
}

.breadcrumbs {
    margin-bottom: 5px !important;
    padding-top: 10px;
}

.breadcrumbs-actual {
    color: var(--primary);
    font-weight: 800;
}

.txtLink {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

    .txtLink:hover {
        color: var(--btn-positive-hover-color);
        font-weight: 600;
        text-decoration: underline;
    }


h2 {
    font-size: 24px;
    font-weight: 300;
}

h4 {
    display: inline;
    font-size: 18px;
    color: var(--primary);
}

.table {
    /*color: #aaaaaa;*/
}

.itemlist {
    font-size: 15px;
    cursor: pointer;
}

.itemlist:hover{
    background-color: var(--btn-positive-hover-color);
    color: var(--btn-white-color);
}

#btnSection .btn {
}

    #btnSection .btn:hover {
    }


.Menu-SVG {
    display: inline-block;
    position: relative;
    margin: 10px;
    height: 10rem;
    width: 10rem;
}

.Large-Menu-Anchor {
    text-decoration: none;
    margin: 1rem;
}

.Large-Menu {
    background-color: var(--bs-body-bg);
    border-radius: var(--border-radius-menu);
    width: 150px;
    height: 200px;
    padding-top: 30px;
}

    .Large-Menu:hover {
        transition: linear 200ms;
        transform: scale(1.03);
        background-color: var(--btn-positive-hover-color);
    }

    .Large-Menu h2 {
        margin-top: 16px;
        text-align: center;
        color: white;
        text-decoration: none;
        font-size: 18px;
    }

.SVG-Logout {
    background-image: url("../SVG/Logout.svg");
}

.SVG-User {
    background-image: url("../SVG/user.svg");
}

.SVG-Home {
    background-image: url("../SVG/iconHome.svg");
}

.SVG-MilkLoq {
    background-image: url("SVG/iconMilk.svg") !important;
}

.SVG-Menu {
    background-image: url("../SVG/iconOptions.svg");
}

.SVG-BloodLoq {
    background-image: url("../SVG/iconBlood.svg");
}

.SVG-CalfLoq {
    background-image: url("../SVG/iconCalf.svg");
}

.form-control:disabled {
    background-color: black;
}

.profile-header {
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
    padding: 30px;
    padding-left: 22px;
    border-radius: 12px;
    /*background-color: var(--secondary);*/
    background: #008D4A;
    background: linear-gradient(180deg,rgba(0, 141, 74, 1) 50%, rgba(0, 109, 57, 1) 95%);
}

.profile-header-content-div {
    padding-left: 40px;
}

.profile-header-content-row {
    line-height: 32px;
}

.profile-farm-SVG {
    width: 50px;
    height: auto;
    filter: saturate(0) brightness(10);
}

.profile-header-notification-div {
    line-height: 15px;
    margin-left: -10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 9px;
    /*border-bottom: 1px solid rgba(255,255,255,0.15);*/
    border-radius: var(--border-radius-tables);
    background-color: rgba(0,0,0,0.15);
    cursor: pointer;
    margin-bottom: 6px;
}

    .profile-header-notification-div:hover {
        background-color: rgba(255,255,255,0.2);
    }

.profile-header-notification-small-txt {
    position: relative;
    left: 80px;
    opacity: 50%
}

.hidden {
    display: none;
}

.warningTopBg {
    background-color: #a06a00 !important;
}

.runningTopBg {
    background-color: var(--primary) !important;
}

.errorTopBg {
    background-color: #a06a00 !important;
}
.idleTopBg {
    background-color: #616163 !important;
}

#notification-toggle {
    display: none;
}

#notification-toggle:checked + .hidden {
    display: block;
}

.notification-pill {
    width: 70px;
    margin-right: 5px;
}

.profile-content {
    width: 100%;
    max-width: 900px;
    margin: 10px auto;
    padding: 2px;
}

.profile-company-div {
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    padding: 15px;
    border-radius: 12px;
    background-color: var(--menu-bg);
    background-color: #202224;
    cursor: pointer;
}

    .profile-company-div:hover {
        background-color: var(--table-hover);
    }

.profile-farm-div {
    width: 100%;
    /*max-width: 800px;*/
    margin: 0px auto;
    padding: 15px;
    /*border-radius: 12px;*/
    /*border-top: 1px solid var(--menu-muted)*/
    /*background-color: var(--menu-bg);*/
}

.profile-herd-div {
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    padding: 0px;
    padding-top: 12px;
}

.profile-herd-element-div {
    margin: 30px auto;
    padding: 30px;
    /*border-radius: 12px;*/
    /*border-right: 1px solid var(--menu-muted)*/
    /*background-color: var(--table-dark);*/
    /*cursor: pointer;*/
}

    .profile-herd-element-div:hover {
        /*background-color: var(--table-hover);*/
    }


.home-div-row {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.home-image {
    position: relative;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}
    /* Image */
    .home-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        transition: filter 0.3s ease;
    }

.home-tab-container {
    /*width: 400px;*/
}

.home-tabs {
    display: flex;
    background: var(--table-dark);
    padding: 6px;
    border-radius: var(--border-radius-tables) var(--border-radius-tables) 0px 0px;
    gap: 6px;
}

    .home-tabs label {
        flex: 1;
        text-align: center;
        padding: 10px;
        border-radius: 10px;
        cursor: pointer;
        color: #bbb;
        transition: 0.25s;
    }

        .home-tabs label:hover {
            background-color: var(--table-hover);
            color: white;
        }

/*.home-content-row-div {
    margin: 14px auto;
    padding: 20px;
    padding-right: 10px;
    border-radius: 12px;
    background-color: var(--table-hover);
    cursor: pointer;
}

    .home-content-row-div:hover {
        filter: brightness(1.4);
    }*/

.home-content-status-div {
    position: relative;
    left: 7px;
    top: 9px;
    border-radius: 15px;
    background-color: #151618;
    padding: 2px;
    text-align: center;
}

.home-content-cq-img {
    position: relative;
    height: 100px;
    width: auto;
    left: -10px;
}


    /* Hide radios */
    input[type="radio"] {
        display: none;
    }
    /* Active tab */
    #tab1:checked ~ .home-tabs label[for="tab1"],
    #tab2:checked ~ .home-tabs label[for="tab2"],
    #tab3:checked ~ .home-tabs label[for="tab3"],
    #tab4:checked ~ .home-tabs label[for="tab4"],
    #tab5:checked ~ .home-tabs label[for="tab5"],
    #tab6:checked ~ .home-tabs label[for="tab6"] {
        background: #009b51;
        color: white;
        box-shadow: 0 0 8px rgba(0,155,81,0.6);
    }
    /* Content area */
    .home-content {
        background: var(--table-dark);
        background: linear-gradient( var(--table-dark), var(--site-bg) );
        border-radius: 0px 0px var(--border-radius-tables) var(--border-radius-tables);
        padding: 10px;
        padding-top: 20px;
        margin-top: 0px;
    }
    /* Panels hidden by default */
    .home-panel {
        display: none;
    }

    .home-panel-system-loq {
        margin-left: -14px;
    }

    .home-bottom-list-div {
        text-align: left;
        font-size: 12px;
        font-weight: 200;
        border-top: 1px solid #ffffff;
        padding-top: 2px;
        margin-top: 6px;
    }

    .home-bottom-list-content-div {
        border-bottom: 1px solid #252628;
        padding-top: 4px;
        padding-bottom: 5px;
        cursor: pointer;
    }

        .home-bottom-list-content-div:hover {
            background-color: #151618;
        }
    /* Show selected panel */
    #tab1:checked ~ .home-content .home-panel:nth-child(1),
    #tab2:checked ~ .home-content .home-panel:nth-child(2),
    #tab3:checked ~ .home-content .home-panel:nth-child(3),
    #tab4:checked ~ .home-content .home-panel:nth-child(4),
    #tab5:checked ~ .home-content .home-panel:nth-child(5),
    #tab6:checked ~ .home-content .home-panel:nth-child(6) {
        display: block;
    }
    /* Overrride .btn standard class */
    .btn {
        font-size: 14px;
        padding: 0px;
        padding-left: 12px;
        padding-right: 12px;
        height: 32px;
        border-radius: var(--border-radius-buttons);
        font-weight: 300;
        align-content: center;
    }

    .btn-small {
        font-size: 11px;
        padding: 4px;
        padding-left: 12px;
        padding-right: 12px;
        border-radius: var(--border-radius-buttons);
        font-weight: 300;
        align-content: center;
        text-decoration: none;
    }

        .btn-small:hover {
            filter: brightness(0.8);
        }

    .btn-unselected {
        background-color: var(--table-hover);
        color: #ffffff;
        width: 112px;
    }

        .btn-unselected:hover {
            background-color: var(--table-hover) !important;
            filter: brightness(1.5);
        }

    .btn-success {
        background-color: var(--btn-positive-color);
        color: #ffffff;
        width: 112px;
    }

        .btn-success:hover {
            background-color: var(--btn-positive-hover-color);
            color: #ffffff;
        }

    .btn-edit {
        background-color: var(--btn-edit-color) !important;
        color: #ffffff;
        width: 100px;
    }

        .btn-edit:hover {
            filter: brightness(1.4);
        }

    .btn-delete {
        background-color: var(--btn-negative-color) !important;
        color: #ffffff;
        width: 100px;
    }

        .btn-delete:hover {
            background-color: var(--btn-negative-hover-color) !important;
            color: #ffffff;
        }

    .btn-admin {
        background-color: var(--admin-color) !important;
        color: #ffffff;
        width: 112px;
    }

        .btn-admin:hover {
            background-color: var(--admin-color-hover) !important;
            color: #ffffff;
        }

    .icon-Default {
        position: relative;
        width: 16px;
        height: 16px;
    }

    .iconDelete {
        position: relative;
        top: -1px;
        width: 15px;
        height: auto;
        margin-right: 6px;
    }

    .iconAdd {
        position: relative;
        top: -1px;
        width: 16px;
        height: auto;
        margin-right: 6px;
    }

    .iconSettings {
        position: relative;
        top: -1px;
        filter: invert(100%);
        width: 20px;
    }

    .btn-close {
        width: 10px;
        height: 10px;
        padding: 10px;
        background-color: var(--btn-white-color);
    }


    html, body {
        font-family: Mulish;
        color: #fff;
    }

    .filterCollapse {
        padding-top: 20px;
    }

    .filterContent {
        font-size: 14px;
    }

    a, .btn-link {
        color: #006bb7;
    }

    .btn-primary {
        color: #fff;
        background-color: var(--btn-positive-color);
        border-color: var(--btn-positive-color);
    }

        .btn-primary:hover {
            background-color: var(--btn-positive-hover-color);
            border-color: var(--btn-positive-hover-color);
        }

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.1rem #252630;
    }

    .blink {
        animation: blink 3s infinite;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .content {
        padding-top: 1.1rem;
    }

    h1:focus {
        outline: none;
    }

    .userIcon {
        position: relative;
        top: -2px;
        width: 20px;
        height: auto;
        margin-right: 10px;
    }

    .image-wrapper {
        position: relative;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        overflow: hidden;
        cursor: pointer;
    }
        /* Image */
        .image-wrapper img {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
            transition: filter 0.3s ease;
        }

    .overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    /* Edit icon */
    .edit-icon {
        font-size: 24px;
        color: #ffffff;
        text-align: center;
    }
    /* Hover effect */
    .image-wrapper:hover img {
        filter: brightness(0.4);
    }

    .image-wrapper:hover .overlay {
        opacity: 1;
    }


    .nav-link {
        color: var(--menu-muted);
        padding: 7px;
        padding-left: 16px;
    }

        .nav-link:hover {
            color: var(--menu-hover);
        }

    a.nav-link.active {
        color: var(--menu-selected);
    }
    /*
.nav-tabs .nav-link.active {
background-color: var(--btn-positive-hover-color);
}*/

    .valid.modified:not([type=checkbox]) {
        outline: 1px solid #26b050;
    }

    .invalid {
        outline: 1px solid #e50000;
    }

    .validation-message {
        color: #e50000;
    }
    /* The Modal (background) */
    .User_Modal_Background {
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: hidden; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    /* Modal Content/Box */
    .User_Modal_Content {
        border-radius: 15px;
        z-index: 10;
        background-color: #000;
        margin: 2% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 70vw;
        min-width: 300px; /* Could be more or less, depending on screen size */
        max-width: 900px;
    }



    .Hover_Modal_Background {
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: hidden; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    /* Modal Content/Box */
    .Hover_Modal_Content {
        border-radius: 15px;
        z-index: 10;
        background-color: #000;
        margin: 2% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 70vw;
        /*min-width: 300px;*/ /* Could be more or less, depending on screen size */
        /*max-width: 600px;*/
    }
    /*.MenuItemIcon g{
fill: #009b51;

stroke: #009b51;
stroke-miterlimit: 10;
}*/

    .HoverMenu:hover {
        background-color: rgba(255,255,255,0.1);
        /*    transform: scale(1.1);
translate: 30px 0;
transition: 20ms;*/
    }

        .HoverMenu:hover img {
            filter: saturate(0) brightness(100);
        }

    .menuIcon {
        position: relative;
        top: -2px;
        filter: hue-rotate(50deg) saturate(0.2);
        width: 18px;
        height: 18px;
        /*fill: red !important;*/
    }

    .menuIcon_Selected {
        position: relative;
        top: -2px;
        width: 18px;
        height: 18px;
    }


    .UserModelTitle {
    }


    .form-control {
        border: none;
        border-color: none;
        box-shadow: none;
    }

        .form-control:focus {
            border: none;
            border-color: none;
            box-shadow: none;
        }

    .form-select {
        border: none;
        border-color: none;
        box-shadow: none;
    }

        .form-select:focus {
            border: none;
            border-color: none;
            box-shadow: none;
        }


    .logoPlacement {
        position: relative;
        top: -120px;
        width: 300px;
        height: auto;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .formPlacement {
        position: relative;
        top: -110px;
        text-align: center;
    }

    .Loginbackground {
        background-color: rgb(20 20 20);
        min-height: 100vh;
    }

    .logo {
    }

    .loginModal {
        background-color: rgb(50 50 50);
        min-width: 300px;
        max-width: 400px;
        border-radius: var(--border-radius-tables);
        width: 100%;
        border: 2px solid #202020 !important;
    }

    .login_txt_welcome {
        display: block;
        text-align: left;
        padding-bottom: 20px;
        padding-left: 2px;
        font-size: 18px;
        font-weight: 700;
    }

    .login_txt_forgot-password {
        font-size: 14px;
        color: var(--menu-muted);
    }

    .login_txt_remember-me {
        position: relative;
        top: -2px;
        font-size: 14px;
        color: var(--menu-muted);
    }
    /* Forms */
    .loginbtn {
        background-color: var(--btn-positive-color);
        color: white;
    }

        .loginbtn:hover {
            background-color: var(--btn-positive-hover-color);
            color: white;
        }


    .inputform {
        border: 1px solid #303030;
        border-radius: var(--border-radius-input) !important;
        background-color: #060606;
        color: #fff;
        padding: 8px;
    }

        .inputform:focus {
            border: 1px solid;
            border-collapse: separate;
            background-color: #000000;
            border-color: var(--btn-positive-hover-color);
            color: #fff;
        }

    .inputform_label {
        display: block;
        padding-left: 2px;
        padding-bottom: 2px;
        text-align: left;
        font-size: 13px;
        color: var(--menu-muted);
        letter-spacing: 0.5px;
    }

    .input_search {
        border: 1px solid #303030;
        border-radius: var(--border-radius-input);
        padding: 5px;
        padding-left: 10px;
        padding-right: 2px;
        background-color: #151515;
        font-size: 14px;
        width: 250px;
        color: var(--btn-white-color);
        margin-left: 5px;
    }

        .input_search:focus {
            border: 1px solid;
            outline: none;
            background-color: #000000;
            border-color: var(--primary);
        }

    .form-check {
        display: inline;
        position: relative;
        top: 5px;
        margin-right: 3px;
        width: 16px;
        height: 16px;
    }

    .control {
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 5px;
        padding-top: 0px;
        cursor: pointer;
        font-size: 16px;
    }

        .control input {
            position: absolute;
            z-index: -1;
            opacity: 0;
        }

    .control_indicator {
        position: absolute;
        top: -11px;
        left: 0;
        height: 18px;
        width: 18px;
        background: #272830;
        border: 1px solid #353638;
        border-radius: 6px;
    }

    .control:hover input ~ .control_indicator,
    .control input:focus ~ .control_indicator {
        background: #272830;
    }

    .control input:checked ~ .control_indicator {
        background: var(--primary);
    }

    .control:hover input:not([disabled]):checked ~ .control_indicator,
    .control input:checked:focus ~ .control_indicator {
        background: var(--primary);
    }

    .control input:disabled ~ .control_indicator {
        background: #272830;
        opacity: 0.6;
        pointer-events: none;
    }

    .control_indicator:after {
        box-sizing: unset;
        content: '';
        position: absolute;
        display: none;
    }

    .control input:checked ~ .control_indicator:after {
        display: block;
    }

    .control-checkbox .control_indicator:after {
        left: 6px;
        top: 2px;
        width: 3px;
        height: 8px;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .control-checkbox input:disabled ~ .control_indicator:after {
        border-color: #009b51;
    }



    #itemTable {
        border-collapse: separate;
        border-spacing: 0 8px;
    }

        #itemTable thead tr {
            font-size: 15px;
        }

            #itemTable thead tr:not(caption) * {
                border: none !important;
                border-bottom: none;
                background-color: transparent !important;
            }

        #itemTable tbody tr * {
            background-color: #18191C;
            color: white;
        }

        #itemTable tbody tr:not(caption) * {
            border: none !important;
            border-bottom: none;
        }

        #itemTable tbody tr:hover * {
            background-color: var(--btn-positive-hover-color);
            color: var(--btn-white-color);
        }

        #itemTable tbody tr td {
            height: 3.2rem;
            vertical-align: middle;
            text-align: center;
        }

        #itemTable thead th {
            text-align: center;
        }

            #itemTable thead th a {
                color: var(--table-header);
                text-decoration: none;
            }

                #itemTable thead th a:hover {
                    color: var(--primary);
                    text-decoration: none;
                }

        #itemTable tr td:first-of-type {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        #itemTable tr td:last-of-type {
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }

    .listTable {
        border-collapse: separate;
        border-spacing: 0 8px;
    }

        .listTable thead tr {
            /* background-color: var(--bs-body-bg) !important; */
            font-size: 15px;
        }

            .listTable thead tr:not(caption) * {
                border: none !important;
                border-bottom: none;
            }

        .listTable tbody tr * {
            background-color: #18191C;
            color: white;
        }

        .listTable tbody tr:not(caption) * {
            border: none !important;
            border-bottom: none;
        }

        .listTable tbody tr:hover * {
            background-color: var(--btn-positive-hover-color);
            color: var(--btn-white-color);
        }

        .listTable tbody tr td {
            height: 3.2rem;
            vertical-align: middle;
            text-align: center;
        }

        .listTable thead th {
            text-align: center;
            background-color: rgba(0,0,0,0);
        }

            .listTable thead th a {
                color: var(--table-header);
                text-decoration: none;
            }

                .listTable thead th a:hover {
                    color: var(--primary);
                    text-decoration: none;
                }

        .listTable tr td:first-of-type {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .listTable tr td:last-of-type {
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }
    /* /////////// */

    .listTableLeft {
        border-collapse: separate;
        border-spacing: 0 8px;
    }

        .listTableLeft thead tr {
            /* background-color: var(--bs-body-bg) !important; */
            font-size: 15px;
        }

            .listTableLeft thead tr:not(caption) * {
                border: none !important;
                border-bottom: none;
            }

        .listTableLeft tbody tr * {
            background-color: #18191C;
            color: white;
        }

        .listTableLeft tbody tr:not(caption) * {
            border: none !important;
            border-bottom: none;
        }

        .listTableLeft tbody tr:hover * {
            background-color: var(--btn-positive-hover-color);
            color: var(--btn-white-color);
        }

        .listTableLeft tbody tr td {
            height: 3.2rem;
            padding-left: 20px;
            vertical-align: middle;
            text-align: left;
        }

        .listTableLeft thead th {
            padding-left: 20px;
            text-align: left;
            background-color: rgba(0,0,0,0);
        }

            .listTableLeft thead th a {
                color: var(--table-header);
                text-decoration: none;
            }

                .listTableLeft thead th a:hover {
                    color: var(--primary);
                    text-decoration: none;
                }

        .listTableLeft tr td:first-of-type {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .listTableLeft tr td:last-of-type {
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }


    .notificationTable {
        border-collapse: separate;
        border-spacing: 0 8px;
    }

        .notificationTable thead tr {
            /* background-color: var(--bs-body-bg) !important; */
            font-size: 15px;
        }

            .notificationTable thead tr:not(caption) * {
                border: none !important;
                border-bottom: none;
            }

        .notificationTable tbody tr * {
            background-color: #18191C;
            color: white;
        }

        .notificationTable tbody tr:not(caption) * {
            border: none !important;
            border-bottom: none;
        }
        /*    .notificationTable tbody tr:hover * {
        background-color: var(--btn-positive-hover-color);
        color: var(--btn-white-color);
    }
*/
        .notificationTable tbody tr td {
            height: 3.2rem;
            padding-left: 20px;
            vertical-align: middle;
            text-align: left;
        }

        .notificationTable thead th {
            padding-left: 20px;
            text-align: left;
            background-color: rgba(0,0,0,0);
        }

            .notificationTable thead th a {
                color: var(--table-header);
                text-decoration: none;
            }

                .notificationTable thead th a:hover {
                    color: var(--primary);
                    text-decoration: none;
                }

        .notificationTable tr td:first-of-type {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .notificationTable tr td:last-of-type {
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }


    .coloLoqTable {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 8px;
        padding: 5px 20px 10px 0px;
    }

        .coloLoqTable th {
            /*border-bottom: 1px solid #ffffff;*/
        }

        .coloLoqTable td {
            padding-top: 10px;
        }

        .coloLoqTable tbody tr td {
            border-top: 1px solid rgba(255,255,255,0.2);
        }

        .coloLoqTable tbody tr:first-child td {
            border-top: 1px solid rgba(255,255,255,1);
        }

    .pulse {
        animation: pulse-animation 1s infinite;
    }

    @keyframes pulse-animation {
        0% {
            box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.5);
        }

        50% {
            transform: scale(.95);
        }

        100% {
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        }
    }

    .active-status {
        display: flex;
        justify-content: center;
        animation: active-status-animation 2s infinite;
    }

    @keyframes active-status-animation {

        0% {
            scale: 1;
        }

        50% {
            scale: 1.5;
        }

        100% {
            scale: 1;
        }
    }



    .imgBreadcrumbsArrow {
        filter: invert();
        width: 16px;
        height: auto;
        margin-left: 12px;
        margin-right: 12px;
    }


    .blazor-error-boundary {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
        padding: 1rem 1rem 1rem 3.7rem;
        color: white;
    }

        .blazor-error-boundary::after {
            content: "An error has occurred."
        }

    .darker-border-checkbox.form-check-input {
        border-color: #929292;
    }
    /* MachineLog classes = sl_ */

    .sl_machineSelectDiv {
        background-color: #cc22cc;
        cursor: pointer;
        border-radius: var(--border-radius-input);
        height: 90px;
    }

        .sl_machineSelectDiv.IsSelected {
            background-color: #009b51;
        }

        .sl_machineSelectDiv:hover {
            filter: brightness(1.30);
            cursor: pointer;
        }

    .sl_machinePicDiv {
        position: relative;
        top: 12px;
        padding-left: 14px;
    }

    .sl_machinePicImg {
        height: 70px;
        width: auto;
    }

    .sl_machineTxtHeader {
        font-size: 16px;
        font-weight: 600;
        font-weight: bold;
    }

.navbar-stripes{
    z-index:-1;
}

.navbar-stripes-img {
    position: relative;
    /*bottom: 20px;*/
    width: 100px;
    height: auto;
}

    .txt-small-info {
        font-size: 11px;
        color: var(--btn-light-grey);
    }

    .herd-content-row-div {
        margin: 14px auto;
        padding: 20px;
        padding-right: 10px;
        border-radius: 12px;
        background-color: var(--table-hover);
        width: 100%;
    }

    .farmListBox-div {
        background-color: var(--menu-bg);
        border: 2px solid #101418;
        border-radius: var(--border-radius-table);
        padding: 10px;
        padding-left: 18px;
        margin-top: 5px;
    }

    .btn-admin-box-div {
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .herdInfoBoxDiv {
        background-color: #101418;
        border-radius: var(--border-radius-tables);
        padding: 0px;
        margin: 0 auto;
        min-width: 390px;
        max-width: 600px;
        font-size: 14px;
    }

    .herdInfoDropdown {
        display: inline;
        max-width: 300px;
        padding: 5px;
        padding-left: 10px;
        border-radius: 8px !important;
    }


    .herdInfoLoqBoxTable {
        margin: 0 auto;
        /*    width: 600px;
    min-width: 390px;
    max-width: 600px;
*/
        font-size: 14px;
    }

        .herdInfoLoqBoxTable th {
            border-bottom: 1px solid;
        }

        .herdInfoLoqBoxTable tr {
            border-bottom: 1px solid rgba(255,255,255,0.3);
        }

    .herdInfoLoqBox-FirstTD {
        text-align: right;
        padding-right: 20px;
        width: 130px;
    }

    .farmHerdView {
        margin-top: 40px;
    }

    .farmHerdViewSearch {
        width: 300px;
    }

    .farm-details {
    }

        .farm-details li {
        }

        .farm-details span {
            display: block;
            padding-bottom: 2px;
            padding-top: 2px;
            border-bottom: 1px solid #e0ecf0;
        }

    .farm-details-farmInfoDiv {
        background-color: var(--menu-bg);
        border-radius: var(--border-radius-tables);
        padding: 20px;
        font-size: 14px;
    }

    .farm-select-div {
        display: inline-block;
        background-color: #202123;
        width: 220px;
        padding: 10px;
        margin: 10px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        /*border: 2px solid rgba(0,0,0,0);*/
        border-radius: 12px;
        cursor: pointer;
    }

        .farm-select-div:hover {
            filter: brightness(1.2);
        }

    .farm-not-selected {
        opacity: 50%;
        filter: contrast(0.5);
    }

        .farm-not-selected:hover {
            filter: contrast(0.8);
            brightness(1);
        }

    .farm-selected {
        /*border: 2px solid var(--menu-hover);*/
        background-color: var(--primary);
        box-shadow: 0px 0px 20px 10px rgba(20, 250, 80, 0.15);
        color: #ffffff;
    }

        .farm-selected img {
            filter: saturate(0) brightness(2);
        }

        .farm-selected:hover {
            filter: brightness(1);
        }

    .companies-content-div {
        width: 100%;
        max-width: 900px;
        margin: 30px auto;
        padding: 20px;
        padding-left: 22px;
        border-radius: 12px;
        background: var(--table-dark);
    }

    .companies-herds-div {
        display: inline-block;
        background-color: var(--table-hover);
        border-radius: 12px;
        width: 170px;
        margin: 6px;
        padding: 6px;
        padding-bottom: 5px;
        font-size: 12px;
        cursor: pointer;
    }

        .companies-herds-div:hover {
            filter: brightness(1.2);
        }
    /* /////////////////////////////////////////////// */


    .main-container {
        display: flex;
        min-height: calc(100vh - 120px);
    }

    .sidebar {
        width: 220px;
        background-color: #252525;
        padding: 20px 0;
        border-right: 1px solid #333;
    }

    .tab-menu {
        list-style: none;
    }

    .tab-item {
        position: relative;
    }

    .tab-link {
        display: block;
        padding: 12px 20px;
        color: #cccccc;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease;
        border-left: 3px solid transparent;
        font-size: 0.95rem;
    }

        .tab-link:hover {
            background-color: #333;
            color: #ffffff;
        }

        .tab-link.active {
            background-color: #333;
            color: #009b51;
            border-left-color: #009b51;
        }

    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        background-color: #1f1f1f;
    }

        .submenu.open {
            max-height: 200px;
        }

    .submenu-item {
        display: block;
        padding: 10px 20px 10px 40px;
        color: #999999;
        text-decoration: none;
        font-size: 0.85rem;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .submenu-item:hover {
            color: #009b51;
            background-color: #2a2a2a;
        }

    .content {
        flex: 1;
        padding: 30px;
        background-color: #1a1a1a;
    }

        .content h2 {
            color: #009b51;
            margin-bottom: 20px;
        }

    .toggle-icon {
        float: right;
        transition: transform 0.3s ease;
        font-size: 0.8rem;
        line-height: 1;
    }

    .tab-item.active .toggle-icon {
        transform: rotate(180deg);
    }


    .LargeMenu_container {
        position: relative;
        width: 320px;
        margin: 6px;
        filter: saturate(0) brightness(1.3);
        transition: transform 0.5s ease-in-out, filter 0.8s ease-in-out;
        cursor: pointer;
    }

        .LargeMenu_container:hover {
            transform: scale(1.03);
            filter: saturate(1);
        }

        .LargeMenu_container img {
            width: 100%;
            display: block;
            border-radius: 25px;
        }

    .overlayTxt {
        position: absolute;
        top: 22px;
        left: 40px;
        color: white;
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
    }

    .ControlInterface {
        max-width: 750px;
        padding: 20px;
        border-radius: 20px;
        min-height: 200px;
        border: 1px solid white;
        vertical-align: central;
    }

    .ScreenArea {
        /* height: 180px; */
        display: flex;
        margin: 10px auto;
    }

        .ScreenArea img {
            border: 2px solid white;
            border-radius: 3px;
            width: 360px;
        }

    .ControlInterface-ButtonLayout {
        position: relative;
        top: 10px;
        left: 50px;
    }

    .ControlInterface-ButtonDiv {
        text-align: center;
        margin-left: -10px;
        padding: 0px;
        padding-top: 20px;
    }

    .dateWidth {
        width: 360px;
    }

    .blockBreaker {
        display: inline;
        margin-left: 14px;
    }

    .Management-Row {
        position: relative;
        width: 1000px;
        margin: 0 auto;
    }
    /* ///////////////////////////////////////////// */
    /* RESPONSIVE */
    @media (max-width: 641px) {

        .topMenuItems {
            margin: 0 auto;
        }

        .sidebar {
            width: 100%;
            padding: 2px 0;
        }

        .siteContent {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        h2 {
            font-size: 15px !important;
        }

        .navbar-stripes-img {
            display: none;
        }

        .input_search {
            padding: 5px;
            padding-left: 10px;
            padding-right: 10px;
            font-size: 12px;
            width: 140px;
            margin-left: 12px;
        }

        .profile-header-content-div {
            padding-left: 14px;
            font-size: 13px;
        }

        .profile-header-content-row {
            line-height: 28px;
        }

        .userIcon {
            width: 14px;
            height: auto;
            margin-right: 6px;
        }

        #FilterFold {
            width: 100vw;
        }

        .filterContent {
            font-size: 12px;
        }

        .loginModal {
            min-width: 300px;
            width: 100%;
            top: 120px;
        }

        .hide-sm {
            display: none;
        }

        .btn {
            height: 28px;
            padding-left: 0px;
            padding-right: 0px;
            font-size: 11px;
        }

        .btn-outline-light {
            padding-left: 10px;
            padding-right: 10px;
        }

        .iconDelete {
            display: none;
        }

        .iconAdd {
            display: none;
        }

        .profile-header {
            width: 100%;
            max-width: 900px;
            margin: 20px auto;
            padding: 15px;
            padding-left: 10px;
            border-radius: 12px;
        }

        .profile-farm-SVG {
            position: relative;
            width: 24px;
            height: auto;
            left: -10px;
        }

        .herdInfoBoxDiv {
            font-size: 14px;
        }

        .btn-admin-box-div {
            position: relative;
            width: 100vw;
            top: 0px;
            text-align: center;
            padding-bottom: 20px;
        }

        .herdInfoLoqBoxDiv {
            font-size: 11px;
            max-width: 90vw;
        }

        .herdInfoLoqBox-FirstTD {
            min-width: 98px;
            padding-right: 20px;
        }

        .listTable th, .itemlist {
            font-size: 11px;
        }

        .farmHerdView {
            margin-top: 10px;
        }

        .farmHerdViewSearch {
            width: 200px;
        }

        .profile-farm-div {
            font-size: 11px;
            padding: 10px;
        }

        .image-wrapper {
            width: 80px;
            height: 80px;
        }

        .home-panel-system-loq {
            position: relative;
            margin-left: -20px;
        }

        .home-content-cq-img {
            position: relative;
            height: 78px;
            width: auto;
            left: 0px;
        }

        .home-bottom-list-div {
            font-size: 15px;
            font-weight: 300;
            background-color: #101114;
        }

        .herdInfoLoqBoxTable {
            font-size: 11px;
        }

        .container-fluid {
            padding: 0;
            font-size: 13px;
        }

        .ControlInterface {
            border: 0;
            border-top: 2px solid #808080;
            border-bottom: 2px solid #808080;
            width: 96vw;
            padding: 6px;
            padding-top: 15px;
            padding-bottom: 20px;
        }

        .ScreenArea img {
            border: 2px solid white;
            border-radius: 3px;
            width: 300px;
            margin: 0 auto;
        }

        .ControlInterface-ButtonLayout {
            position: relative;
            top: 15px;
            left: 0px;
            text-align: center;
            padding: 0;
            padding-left: 25px;
            margin: 0;
        }

        .ControlInterface-ButtonDiv {
            text-align: center;
            margin-left: 0px;
            padding: 0px;
            padding-top: 30px;
        }

        .dateWidth {
            width: 195px !important;
            font-size: 12px;
        }

        .blockBreaker {
            display: block;
            position: relative;
            top: 15px;
            text-align: center;
        }

        .Management-Row {
            width: 100%;
            text-align: center;
        }
    }

@media print {
    :root {
        --graph-txt-color: #ff0000;
    }
}