﻿.min-width-grid {
    min-width: 0px;
}

/*** starts here */
.custom-row-colors .k-grid-content .k-master-row {
    background-color: #DEE8F8;
  }
.custom-row-colors .k-grid-table .k-master-row:hover {
    background-color: #00214A !important;
    color: white !important;
}


/*** end here */


/*
.custom-row-colors .k-grid-table .k-master-row:active {
    background-color: #00214A !important;
    color: white !important;
}

.custom-row-colors .k-grid-table .k-master-row:active td,
.custom-row-colors .k-grid-table .k-master-row:active span {
    color: white !important;
}*/
/*Hide the vertical scroll bar of left nav data tabs*/
#LeftNavGrid .k-grid .k-grid-content {
    overflow-y: hidden;
}
/*Used in Print window*/
.k-chip {
    font-size: 11px !important;
}

/*Styles for popup windows */
/*div.k-window.popup-window {
    border: solid thin;
    border-color: black;
    border-radius: 20px;
    overflow: hidden;
}*/

    /* titlebar */
    /*div.k-window.popup-window .k-window-titlebar {
        height: 35px;
        border: None;
    }*/

    /* title */
    /*div.k-window.popup-window .k-window-title {
        color: black;
        font-size: 0.8rem;
        border-radius: 50% !important;
        
    }*/
/* non-sortable headers */
.k-grid th.align-right {
    text-align: right;
}

/* sortable headers */
th.align-right .k-cell-inner > .k-link {
    justify-content: right;
}
