﻿body {
    font-family: 'Open Sans', sans-serif;
}

.noData {
    display: block;
    text-align: center;
    padding: 1em;
    font-style: italic;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.validation-summary-errors > ul {
    margin-bottom: 0;
}

.k-grid a.gridLink {
    color: blue;
    text-decoration: underline;
}

    .k-grid a.gridLink:hover {
        text-decoration: none;
    }

.kgn-border {
    border: 1px solid #e07a0a;
}

.kgn-datepicker {
    width: 175px;
}

/*Next two styles gives grid multi-line headers*/

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}


.form-control.no-box-shadow:focus {
    box-shadow: none;
}

.k-chip-md {
    line-height: 1.2 !important;
}

.grid-template-button {
    color: white !important;
}
