.k-grid-norecords {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.k-multiselect.k-input.form-select.k-multiselect-clearable.k-input-solid.k-input-md.k-rounded-md {
    display: flex;
    padding: 0;
}
.k-clear-value {
    padding-right: 30px !important;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5000;
}

.popup {
    background-color: #fff;
    width: 90%;
    height: 90%;
    position: relative;
    border-radius: 5px;
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
    overflow: auto;
    display: flex;
    flex-direction: column;

    /* Gradient background */
    background: linear-gradient(to bottom, #ffffff, #ffffff calc(100% - 80px), #212529 calc(100% - 80px), #212529);
}

.header-container {
    width: 100%;
    top: 0;
    position: sticky;
    padding-top: 20px;
    align-self: flex-start;
    background-color: #ffffff;
    z-index: 5001;
}

.button-container {
    width: 100%;
    bottom: 0;
    position: sticky;
    margin-top: auto; /* Pushes the Save button to the bottom */
    align-self: flex-start; /* Aligns the Save button to the left */
    z-index: 5001;
}

.button-container input {
    margin-right: 10px; /* Adjust this margin as needed */
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.bg-primary {
    background-color: #042a55!important
}

/* Navigration Bar */
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
  
.navbar > .container,
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-dark .navbar-brand {
    color: #fff;
    font-weight: bold;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
  
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}


@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

.vueSidebar {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 50px;
    background-color: #3b3b3b;
    transition: 0.5s;
    overflow-x: hidden;
    padding-top: 55px;
    white-space: nowrap;
}

.hideSection {
    display: none;
}

.showSection {
    display: block;
}







.footer {
    background-color: #f5f5f5;
}

/* Login Page */
.PopupPanel {
    border: solid 1px darkgray;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    z-index: 1;
    height: 400px;
    margin-top: -200px;
    width: 600px;
    margin-left: -300px;
}

/* Used for Side Menu*/
div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
}

/* Ensure Loading Windows Appears */
.k-grid-content {
    min-height: 60px;
}

/* Modern Kendo Grid UI */
.k-grid a {
    color: #0d6efd;
    text-decoration: underline;
}
.k-grid tr td
{
    overflow:visible;
}

/* Remove Spinner From Input Type */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* Fix Modal Drop Down */
.modal-backdrop {
    z-index: 1 !important;
}

/* Update Nav Bar */
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
    font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
    font-weight: bold;
}

.navbar-dark .navbar-brand {
    color: #fff;
    font-weight: bold;
    margin-right: 0px;
}

.TagsLabel {
    display: inline-block;
    padding: 0 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border: 1px solid transparent;
    border-radius: 2em;
}

/* Alert For Notes */
.displayAlert {
    background-color: #610B0B !important;
    color: white;
}
a.displayAlert:hover{
    color: black;
}

/* Menus Within Kendo Grids */
.dropbtn {
    color: black;
    padding: 2px;
    font-size: 16px;
    border: none;
    background-color: white;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0px;
    left: auto;
}

.dropdown-content a {
    color: black;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #007bff;}

#loginCircle {
    width:50px;
    height:50px;
    border-radius:50px;
    border: 2px solid white;
    font-size:18px;
    color:white;
    line-height:45px;
    text-align:center;
    font-weight: bold;
}

/* */
.toolbarLeft {
    display: inline-block;
}
.toolbarRight {
    margin-left: auto;
    margin-right: 0;
}

/* FOR NEW TAG SYSTEM  */
.fa-check-square:hover { 
    color:blue;
    cursor: pointer;
}
.fa-star:hover { 
    color:blue;
    cursor: pointer;
}
.fa-plus-square:hover {
    color:blue;
    cursor: pointer;
}
.fa-lock-open-alt:hover { 
    color:blue;
    cursor: pointer;
}
.changeColor:hover {
    color:red;
    cursor: pointer;
}

.topRightCorner {
    position: absolute;
    top: 0;
    right: 8px;
    cursor: pointer;
}
.topLeftCorner {
    position: absolute;
    top: 0;
    left: 8px;
}
