﻿.text-nordson {
    color: #007ac9;
}

.text-primary {
    color: #007ac9 !important;
}

.border-btn-fix {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
}

.border-input-fix {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
}

td.k-table-td {
    font-size: 1rem;
}

th.k-header {
    font-size: 1rem;
}

.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;
}