@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;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: #424242;
}

.k-toolbar {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #e9f1f7 !important;
}

    .k-toolbar .k-button {
        background-color: #fff !important;
    }


.myfieldset {
    margin: 2px;
    border: 1px solid #ECECEC;
    padding: 8px;
    border-radius: 4px;
}

.mylegend {
    padding: 2px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.link-color{
    color:#fff;
}

.demo-notification {
    margin-bottom: 80px;
    position: absolute;
    z-index: 5000;
}

    .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: 50px;
}

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;
            color: #0099bc !important;
        }

        .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;
}


.myfooter {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    max-height: 80px;
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1274AC;
    color: white;
    text-align: center;
    font-size: small;
}

.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: 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: #1274AC !important;
    color: white;
}


.css-grid-table,
.css-grid-table-header,
.css-grid-table-body {
    display: grid;
}

.css-grid-table {
    grid-template-rows: 24px 72px;
    width: 80%;
}

.css-grid-table-header,
.css-grid-table-body {
    grid-template-columns: 48px 110px 110px 180px;
    width: 100%;
    line-height: 24px;
}

.css-grid-table-header {
    grid-column-gap: 2px;
    grid-template-rows: auto;
}

.css-grid-table-body {
    grid-template-rows: auto auto auto;
}

.css-grid-table-header div {
    text-align: center;
    font-weight: bold;
    background-color: dimgray;
}

.css-grid-table-body div {
    padding-left: 6px;
}


.teamMate img {
    display: inline-block;
    vertical-align: top;
    width: 70px !important;
    height: 70px !important;
    margin: 4px;
    border: 1px solid #ccc;
    border-radius: 50% !important;
}


.smallteamMate img {
    display: inline-block;
    vertical-align: central;
    width: 50px;
    height: 50px;
    margin: 2px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.smallMateInfo {
    display: inline-block;
    vertical-align: central;
}


.MateInfo {
    display: inline-block;
    vertical-align: central;
}

.myVideoWith {
}

.k-card.kbcard {
    border-color: gray !important;
}


.grid-no-scroll .k-grid-content {
    overflow-y: auto;
}

.grid-no-scroll .k-grid-header,
.grid-no-scroll .k-grid-footer {
    padding-right: 0; /* version 2.26 and older requires !important here */
}

.grid-no-scroll .k-grid-header-wrap,
.grid-no-scroll .k-grid-footer-wrap {
    border-right-width: 0;
}


.MyDimGrayButton:hover {
    color: white !important;
    background-color: dimgray !important;
    border: 1px solid black !important;
}

.MyDimGrayButton:active {
    color: white !important;
    background-color: dimgray !important;
    border: 1px solid black !important;
}

.MyDimGrayButton:focus {
    color: white !important;
    background-color: dimgray !important;
    border: 1px solid black !important;
}





.KBButton:hover {
    color: white !important;
    background-color: dimgray !important;
    border: 1px solid black !important;
}

.KBButton:active {
    color: white !important;
    background-color: dimgray !important;
    border: 1px solid black !important;
}

.KBButton:focus {
    color: white !important;
    background-color: dimgray !important;
    border: 1px solid black !important;
}

.no-visited-color {
    color: black;
}

    .no-visited-color:visited {
        color: black;
    }

.k-button-solid-base.k-selected {
    color: black;
}

.ProfileImg {
    display: inline-block;
    vertical-align: central;
    width: 100px;
    height: 100px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
}



.error-message {
    color: red;
    font-size: 17px;
}

.k-checkbox {
    border-color: #212529;
}

.icon {
    filter: invert(25%) sepia(78%) saturate(2133%) hue-rotate(182deg) brightness(97%) contrast(86%);
}