﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.card {
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: white !important;
}

img {
    vertical-align: middle;
    border: none;
    border-radius: 10px;
}

.k-toolbar {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #e2e2e2;
}

.k-tilelayout telerik-blazor {
    grid-template-columns: repeat(6, minmax(0px, 320px));
    grid-auto-rows: minmax(0px, 285px);
    gap: 16px;
    padding: 16px;
    width: auto;
}

.k-toolbar .k-button {
    background-color: #fff;
}

.k-button-solid-base {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #e2e2e2;
}


.k-menu {
    border-width: 0;
    border-style: solid;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: stretch;
    position: relative;
    cursor: default;
    align-self: flex-start;
    width: 100%;
}

.k-menu-link {
    outline: 0;
    color: white !important;
    background-color: #414141 !important;
    height: 40px;
    width: 100%;
}

.k-menu-link-text {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white !important;
}

element.style {
}

.k-menu:not(.k-context-menu) > .k-item:hover, .k-menu:not(.k-context-menu) > .k-item.k-state-hover {
    color: white !important;
}

.k-menu.k-menu-horizontal:not(.k-context-menu) {
    padding: 0;
}

.chatButton {
    position: fixed;
    left: 90%;
    bottom: 0;
    width: 100px;
    background-color: white;
    color: green;
    text-align: center;
    font-size: small;
}

.chatButton1 {
    position: fixed;
    left: 60%;
    bottom: 0;
    width: 90px;
    background-color: white;
    color: green;
    text-align: center;
    font-size: small;
}

.chatbar {
    position: fixed;
    left: 70%;
    bottom: 0;
    width: 360px;
    background-color: white;
    color: green;
    text-align: left;
    font-size: small;
}


.ChatWindow {
    position: fixed;
    height: auto;
    background-color: white;
    color: green;
    text-align: left;
    font-size: small;
}

.ChatWindow1 {
    position: fixed;
    height: auto;
    left: 40%;
    width: 70px;
    background-color: white;
    color: green;
    text-align: center;
    font-size: small;
}

.footer-bottom {
    background-color: #414141 !important;
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.textbox1 {
    position: fixed;
    bottom: 4px;
    right: 0;
    margin-right: 190px;
    border: 3px solid;
}

.btn1 {
    position: fixed;
    bottom: 4px;
    right: 0;
    margin-right: 90px;
    border: 3px solid;
}



textarea {
    border: 1px dashed #888;
    border-radius: 5px;
    width: 80%;
    overflow: auto;
    background: #f7f7f7
}



/* improved CSS for speech bubbles */

.received, .sent {
    font-family: arial;
    font-size: 1.1em;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

    .received:after, .sent:after {
        content: '';
        border: 20px solid transparent;
        position: absolute;
        margin-top: -30px;
    }

.sent {
    background: #03a9f4;
    color: #fff;
    margin-left: 10%;
    text-align: right;
}

.received {
    background: #4CAF50;
    color: #fff;
    margin-left: 10px;
    margin-right: 10%;
}

.sent:after {
    border-left-color: #03a9f4;
    border-right: 0;
    right: -20px;
}

.received:after {
    border-right-color: #4CAF50;
    border-left: 0;
    left: -20px;
}

/* div within bubble for name */
.user {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

.msg {
    /*display: inline;*/
}

.k-window-content, .k-prompt-container {
    /* padding: 16px 16px;
            border-width: 0;
            border-color: inherit;
            color: inherit;
            background: none;
            outline: 0;*/
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
}


.widget-title {
    /*color: white;*/
    color: #495057;
}

.widget-list {
    color: white;
}

.contact-links {
    color: #495057;
}


.flex-container {
    display: flex;
}



.btn-logout {
    color: white !important;
    background-color: #76bd42 !important;
}

.ml-auto {
    float: right;
}

.item {
    padding: 10px;
    color: white;
    display: flex;
    align-items: center;
}

.slogan {
    display: flex;
    align-items: center;
}

.my-white-link {
    color: #fff !important;
}


a, .btn-link {
    color: #0366d6;
}

.right-align {
    text-align: right;
}

.left-align {
    text-align: left;
}

.ImageDiv {
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.kimg {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.demo-notification {
    position: absolute;
    z-index: 100;
}

    .demo-notification .k-notification {
        width: 320px;
    }

.stock-info-message {
    font-size: 16px;
    font-weight: bold;
    padding-left: 6px;
    padding-top: 5px;
    margin: 0;
}

.notif {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
}

.my-column {
    width: 33%;
}

.header-container {
    display: flex;
    align-items: center;
    padding: 3px 1.5rem;
    font-weight: bold;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    width: 100%;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width:1920px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1920px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .set {
        background-color: darkblue;
        color: white;
        font-weight: bold;
    }
}



.heart-icon.k-checkbox,
.heart-icon.k-checkbox:focus,
.heart-icon.k-checkbox:checked,
.heart-icon.k-checkbox:checked:focus {
    border: none;
    background: none;
    box-shadow: none;
}

    .heart-icon.k-checkbox::before,
    .heart-icon.k-checkbox:checked::before,
    .heart-icon.k-checkbox:indeterminate::before {
        transform: none;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        font-size: 20px; /* used for dimensions, see the next section */
    }

/* set desired dimensions */
.heart-icon.k-checkbox {
    width: 20px;
    height: 20px;
}

.toolbar-size {
    max-width: 100%;
}

.toolbarbutton-image img, .scale-image {
    max-width: 20px;
    max-height: 20px;
    margin-right: 8px !important;
}

/* change the font icon glyph to a different one - in this case - a heart icon from the Telerik font
        we also change the colors here to denote states, you can alter this further - like using your own fonts or colors
        */
.heart-icon.k-checkbox:checked::before {
    content: "\e305";
    color: green;
}

.heart-icon.k-checkbox:indeterminate::before {
    content: "\e300";
    color: green;
    background: none;
}

.heart-icon.k-checkbox::before {
    content: "\e304";
    color: #656565;
}

.KBButton {
    background-color: #76bd42 !important;
    border-color: white !important;
    color: white !important;
}

    .KBButton:hover {
        background-color: #80c74c !important;
        border-color: white !important;
        color: white !important;
    }

.footer {
    padding-top: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 30%;
    background-color: lightgrey;
    color: green;
    text-align: center;
    font-size: small;
}


.footer-top {
    background-color: #414141 !important;
    border-color: #414141 !important;
    color: white;
}

.footer-bottom {
    background-color: #414141;
    color: white;
}


.breadcrumb-area {
    background-color: #414141 !important;
    border-color: #414141 !important;
    color: white;
}

.card-header h3 {
    color: #414141;
}


.column-6 {
    float: left;
    width: 15%;
    padding: 5px;
    margin: 10px;
    height: 125px;
}

.project-text {
    text-align: center;
    font-size: 30px;
}

.TotalBooks {
    background-color: #ffe162;
}


    .TotalBooks:hover {
        background-color: #fff2bb;
    }

.TotalAuthor {
    background-color: #414141a3;
}

    .TotalAuthor:hover {
        background-color: #e2e2e2;
    }

.TotalCategory {
    background-color: #ffe162;
}

    .TotalCategory:hover {
        background-color: #fff2bb;
    }

.TotalLocation {
    background-color: #414141a3;
}

    .TotalLocation:hover {
        background-color: #e2e2e2;
    }

.BooksIssued {
    background-color: #ffe162;
}

    .BooksIssued:hover {
        background-color: #fff2bb;
    }

.BooksReturned {
    background-color: #414141a3;
}

    .BooksReturned:hover {
        background-color: #e2e2e2;
    }

.BooksNotReturned {
    background-color: #414141a3;
}

    .BooksNotReturned:hover {
        background-color: #e2e2e2;
    }

.FineIssued {
    background-color: #ffe162;
}

    .FineIssued:hover {
        background-color: #fff2bb;
    }


.Publisher {
    background-color: #414141a3;
}


    .Publisher:hover {
        background-color: #e2e2e2;
    }

.Publication {
    background-color: #ffe162;
}

    .Publication:hover {
        background-color: #fff2bb;
    }

.User {
    background-color: #414141a3;
}

    .User:hover {
        background-color: #e2e2e2;
    }

.Resources {
    background-color: #ffe162;
}

    .Resources:hover {
        background-color: #fff2bb;
    }






/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.MyClass {*/ /* targets the entire popup element */
/*border: 5px solid gray;
}

    .MyClass .k-window-content {*/ /* targets the content element */
/*background: white;
    }

    .MyClass .k-window-title {*/ /* targets the title container */
/*color: white;
    }

    .MyClass .k-window-titlebar {*/ /* targets the entire titlebar */
/*background: #0099bc;
    }






.High {
    color: red;
}

.Normal {
    color: green;
}

.Low {
    color: goldenrod;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.custom-row-colors .k-grid-table .k-master-row {
    background-color: white;
}

    .custom-row-colors .k-grid-table .k-master-row:hover {
        background-color: #0099bc;
        color: white;
    }

    .custom-row-colors .k-grid-table .k-master-row.k-alt {
        background-color: #FFF2F2F2;
    }

        .custom-row-colors .k-grid-table .k-master-row.k-alt:hover {
            background-color: #0099bc;
            color: white;
        }




app {
    position: relative;
    display: flex;
    flex-direction: column;
}
.KBButton {
    background-color: #0099bc !important;
    border-color: green !important;
    color: white;
}

.top-row {
    height: 3.5rem;
    display: flex;
    z-index:8010;
    align-items: center;
}

.quicklinksnav ul {
    list-style-type: none;
    margin-left: 0.25em;
    padding: 0;
}

.quicklinksnav li {
    list-style: none;
    display: inline;
    color: #0099bc !important;
    width: 10%;
    height: 40px;
    margin-right: 15px;
}

    .quicklinksnav li a {
       
    }
.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    background-color: #0099bc;
    /background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: #0099bc;
    }

    .sidebar .navbar-brand {
        background-color: #0099bc;
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
        background-color: #0099bc;
    }

    .sidebar .nav-item {
        background-color: #0099bc;
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }
        
        .sidebar .nav-item a {
           color: #0099bc;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: #0099bc;
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: #0099bc;
                color: white;
            }

.content {
    padding-top: 1.1rem;
    display:flex;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 10%;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {*/
/* Never collapse the sidebar for wide screens */
/*display: block;
    }



    .toolbar-size {
        max-width: 100%;
    }

    .toolbarbutton-image img, .scale-image {
        width: 16px;
        height: 16px;
        margin-right: 8px !important;
    }
    .MyTextArea {
        border-color: #F0F0F0;
    }

        .MyTextArea:focus {
            outline: none !important;
            border-color: lightgray;
        }

}*/
