﻿
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.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;
    }







.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}


.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }



.page {
    flex-direction: row;
}


.top-row {
    position: sticky;
    top: 0;
    z-index: 1;
}

.main > div {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
}




/*KB START*/

.kb-field-lookup-container {
    width: 100%;
    display: flex;
}


.kb-field-lookup-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
    float: left;
}

    .kb-field-lookup-text span {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-right: 0 !important;
        max-height: 29px;
    }

.kb-field-lookup-buttons button {
    border-color: rgba(0, 0, 0, 0.13) !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0px;
    max-height: 29px;
    width: 26px;
    padding: 2px;
}

    .kb-field-lookup-buttons button i {
        font-size: 1em;
    }

    .kb-field-lookup-buttons button:last-child {
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        border-right: 1px solid rgba(0, 0, 0, 0.13) !important;
    }

        .kb-field-lookup-buttons button:last-child:hover {
            border-top-right-radius: 5px !important;
            border-bottom-right-radius: 5px !important;
            border-right: 1px solid rgba(0, 0, 0, 0.13) !important;
        }

.kb-field-lookup-buttons {
    display: flex;
    flex-direction: row;
}

.kb-activity-display {
    padding: 10px;
    margin-top: 10px;
    border: 1px dotted grey;
}

.loader {
    margin-top: 200px;
    width: 100%;
    text-align: center;
}

    .loader > h4 {
        margin-top: 50px;
    }

.e-filterdiv .form-control {
    border-radius: 0px;
    border: 0;
    height: 27px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    outline: 0;
}

select.form-control {
    border-radius: 0px;
}

.kb-field-container {
    margin-top: 5px
}

.kb-field-title {
    font-weight: 400;
    color: grey;
}

.e-altrow {
    background-color: rgba(0,0,0,0.02);
}


.e-dropdown-btn {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12) !important;
    text-transform: uppercase !important;
}

.e-filterbar {
    font-style: italic;
}

.lta-cell {
    padding: 10px;
}

.lta-notes {
    max-height: 150px;
    overflow: hidden;
    overflow-y: scroll;
}
.lta-buttons {
    width: 200px;
}
.lta-info-cell {
    
    overflow: hidden;
    font-size: 1.1em;
    width: 250px;
}

.lta-profile-cell {
    width: 150px;
    font-size: 1.1em;
}

.lta-info-cell > strong {
    font-weight: 500;
    font-size: 1.2em;
}


.lta-profile-cell > strong {
    font-weight: 500;
}