﻿.k-edit-cell > .k-textbox, .k-edit-cell > .k-widget:not(.k-switch), .k-edit-cell > .text-box, .k-grid-edit-row > td > .k-textbox, .k-grid-edit-row > td > .k-widget:not(.k-switch), .k-grid-edit-row > td > .text-box {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    width: 100%;
    height: 100%;
    text-wrap: normal;
}

/* Grid toolbar */
.k-toolbar {
    background-color: #6c757d;
}

/* Grid toolbar - search */
/*.k-grid .k-grid-search {
    margin-top: 0.5rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
    margin-left: auto;
    width: 30%;
}
*/
/* Error box in Grid */
.k-edit-cell > .k-textbox, .k-edit-cell > .k-widget:not(.k-switch), .k-edit-cell > .text-box, .k-grid-edit-row > td > .k-textbox, .k-grid-edit-row > td > .k-widget:not(.k-switch), .k-grid-edit-row > td > .text-box {
    max-height: 40%;
}

/* Grid - selected row */
.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td {
    background-color: #64a8e33b;
}

.k-grid .k-state-selected {
    background-color: #64a8e33b !important;
    color: #000000;
}

.k-grid .k-alt.k-state-selected {
    background-color: #64a8e33b !important;
    color: #000000;
}

.btn-primary {
    color: #fff !important;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.k-tabstrip-items .k-link {
    display: block;
}

.k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-items-wrapper .k-item.k-selected {
    border-top-color: blue !important;
    box-shadow: inset 0px 4px 0px 0px blue;
}
