﻿/*.ui-grid-render-container-body .ui-grid-viewport {
    width: 100% !important;
    overflow: auto !important;
}*/

.ui-grid-header {
    border-width: 0;
}

.ui-grid-cell-contents {
    font-family: Arial, sans-serif;
    font-size: 14px;
    /* color: #eaeaea; */
    color: #c7cbd1;
    cursor: pointer;
    position: relative;
}

    .ui-grid-header-cell .ui-grid-cell-contents span, .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons {
        /* color: #e5e5e5; */
        color: #c7cbd1;
        font-family: arial;
        font-size: 14px;
    }

/*.ui-grid-header-cell-wrapper, .ui-grid-canvas, .ui-grid-header-canvas, .ui-grid-header-viewport {
    width: 100% !important;
}*/
.ui-grid-header-canvas {
    width: 100% !important;
}

/*.ui-grid-canvas {
    padding-top: 0;
}*/

.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
    border-width: 0 !important;
    /* min-width: 0px; */  /* closed for fixing ui-grid ok-icon pozition 03.10.2017 Gladkov K.*/
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell {
    border-right-color: #295287 !important;
    border-right-width: 1px !important;
}

.ui-grid-header-cell, .ui-grid-top-panel {
    /*background-color: #31353f !important;*/
    border-width: 0;
    background: #31353f !important;
    
}

/*.ui-grid-row {
  margin-left: 5px;
}*/

/*.ui-grid-render-container-body .ui-grid-header-canvas {
    background-color: #4D6375;
}*/

.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #3A3E45;
    
}


.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #292d35;
}

.ui-grid-header-cell-wrapper .ui-grid-tree-base-row-header-buttons, .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons {
   color: #e5e5e5; 
}
/*.ui-grid-cell {
    margin-left: 3px;
}*/

.ui-grid-cell {
    border-width: 0;
}

#nvrSvreen .ui-grid-cell {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff !important;
}

#addDevicesScreen .ui-grid-cell {
    overflow: visible !important;
} 

.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    background-color: #12161C;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
}
