﻿.Agg-TD-HDR {
    background-color: #5b6770;
    color: White;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
    display: none;
    border: 1px solid transparent;
    border-color: #dc8633;
}

.header-bubble {
    background-color: #5b6770;
    color: White;
    border-radius: 20px;
    float: right;
    margin-bottom: 10px;
    margin-top: -10px;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

h4 {
    color: #5b6770;
    margin-top: 5px;
    margin-bottom: 5px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fa.k-sprite,
.fa.k-sprite::before {
    font-size: 12px;
    line-height: 12px;
}

.NothingToSeeHere {
    display: none;
    padding: 10px;
    font-weight: bolder;
    background-color: #5b6770;
    color: White;
    font-size: large;
    width: 400px;
    text-align: center;
    border-radius: 20px;
}

.MenuBadgeRed {
    color: White;
    font-weight: bold;
    background-color: firebrick ;
    padding: 4px;
    border-radius: 20px;
    margin-left: 10px;
}

.MenuBadgeBlue {
    color: White;
    font-weight: bold;
    background-color:cornflowerblue;
    padding: 4px;
    border-radius: 20px;
    margin-left: 10px;
}

.k-grid .k-state-selected {
    /*    background-color: #80A6F2;*/
    color: white;
    font-weight: bolder;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

#DocViewDist tr.k-alt {
    background: transparent;
}

#DocViewDist tr td {
    border: 1px solid black;
}

.sidebar {
    background-color: #5b6770;
}

.waitSpinner {
    justify-content: center;
    align-items: center;
    z-index: 79999;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    opacity: 0.5;
    top: 0;
    left: 0;
    padding: 2px;
    position: fixed;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: white;
    background-color: #DC8633;
    border-color: #5b6770;
}

.GridFooterButton {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

.btn-info {
    border-color: #dc8633;
}
