﻿.ag-fresh .ag-root {
    border: 1px solid #E1E1E1;
    border-left: none;
    font-family: "opensanshebrew-Regular","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.eng .ag-fresh .ag-root {
    border: 1px solid #E1E1E1;
    border-right: none;
}


.ag-fresh .ag-cell {
    padding: 10px 15px 10px 2px;
}

.eng .ag-fresh .ag-cell {
    padding: 10px 2px 10px 15px;
}


.ag-fresh .ag-cell-focus {
    /*border: 1px solid #a9a9a9;*/
}

.ag-fresh .ag-cell-no-focus {
    border-right: 2px solid #ffffff;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}


.eng .ag-fresh .ag-cell-no-focus {
    border-left: 2px solid #ffffff;
    border-right: 1px solid transparent;
    float: right;
}



.ag-fresh .ag-pinned-header {
    background: -webkit-linear-gradient(#fff, #d3d3d3);
    background: -moz-linear-gradient(#fff, #d3d3d3);
    background: -o-linear-gradient(#fff, #d3d3d3);
    background: -ms-linear-gradient(#fff, #d3d3d3);
    background: linear-gradient(#fff, #d3d3d3);
    border-bottom: 1px solid #808080;
}

.ag-fresh .ag-header-container {
    background-color: #E3E3E3;
}

.ag-fresh .ag-header-cell {
    border-left: 2px solid #ffffff;
}

.eng .ag-fresh .ag-header-cell {
    border-left:none;
    border-right: 2px solid #ffffff;

}

.ag-fresh .ag-header-group-cell {
    border-right: 1px solid #808080;
}

.eng .ag-fresh .ag-header-group-cell {
    border-right: none;
    border-left: 1px solid #808080;
}

.ag-fresh .ag-header-group-cell-with-group {
    border-bottom: 1px solid #808080;
}

.ag-fresh .ag-header-cell-label {
    padding: 20px 2px 10px 2px;
}

.ag-fresh .ag-header-cell-text {
    padding-right: 15px;
}

.eng .ag-fresh .ag-header-cell-text {
    padding-right: 0;
    padding-left: 4px;
}

.ag-fresh .ag-header-group-cell-label {
    padding: 4px;
    font-weight: bold;
}

.ag-fresh .ag-header-group-text {
    margin-right: 2px;
}

.ag-fresh .ag-header-cell-menu-button {
    padding: 2px;
    margin-top: 4px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; /* When using bootstrap, box-sizing was set to 'border-box' */
}

    .ag-fresh .ag-header-cell-menu-button:hover {
        /*border: 1px solid #000;*/
    }

.ag-fresh .ag-header-icon {
    color: #009ba0;
    stroke: #009ba0;
    fill: #009ba0;
    margin-right: 10px;
}

.eng .ag-fresh .ag-header-icon {
    margin-right: 0 !important;
    margin-left: 10px;
}

.ag-fresh .ag-row-selected {
    background-color: #ffffff !important;
    border-right: 5px solid #009ba0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: none;
    /*width: 806px !important;*/
}

.eng .ag-fresh .ag-row-selected {
    background-color: #ffffff !important;
    border-left: 5px solid #009ba0;
    border-right: none;
}

    .ag-fresh .ag-row-selected .ag-cell {
        /*padding-right: 10px !important;*/
    }

    .eng .ag-cell {
    padding-left: 10px !important;
  
}

.eng .ag-fresh .ag-row-selected .ag-cell {
    padding-left: 10px !important;
    float: right;
}

.ag-row {
    transition: border-right 0.4s !important;
}


.ag-fresh .ag-body .ag-row-odd {
    background-color: #f7f7f7;
}

.ag-fresh .ag-body .ag-row-even {
    background-color: #fff;
}

.ag-fresh .ag-floating-top .ag-row {
    background-color: #f0f0f0;
}

.ag-fresh .ag-floating-bottom .ag-row {
    background-color: #f0f0f0;
}

.ag-fresh .ag-overlay-loading-wrapper {
    background-color: rgba(255,255,255,0.5);
}

.ag-fresh .ag-overlay-loading-center {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}

.ag-fresh .ag-overlay-no-rows-center {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}

.ag-fresh .ag-body {
    background-color: #fafafa;
}

.ag-fresh .ag-group-cell-entire-row {
    background-color: #aaa;
    padding: 4px;
}

.ag-fresh .ag-footer-cell-entire-row {
    background-color: #aaa;
    padding: 4px;
}

.ag-fresh .ag-group-cell {
    font-style: italic;
}

.ag-fresh .ag-group-expand {
    padding-right: 2px;
}

.ag-fresh .ag-footer-cell {
    font-style: italic;
}

.ag-fresh .ag-filter-checkbox {
    position: relative;
    top: 2px;
    left: 2px;
    margin-left: 5px;
}

.eng .ag-fresh .ag-filter-checkbox {
    margin-left: 0 !important;
    margin-right: 5px;
}

.ag-fresh .ag-filter-header-container {
    /*border-bottom: 2px solid #e1e1e1;*/
}

.ag-fresh .ag-filter-apply-panel {
    border-top: 1px solid #d3d3d3;
    padding: 2px;
}

.ag-fresh .ag-filter {
    border: 2px solid #e1e1e1;
    background-color: #ffffff;
    padding: 10px;
}

.ag-fresh .ag-filter-value {
    margin-left: 4px;
}

.ag-fresh .ag-selection-checkbox {
    margin-left: 4px;
}

.ag-fresh .ag-paging-panel {
    padding: 4px;
}

.ag-fresh .ag-paging-button {
    margin-left: 4px;
    margin-right: 4px;
}

.ag-fresh .ag-paging-row-summary-panel {
    display: inline-block;
    width: 300px;
}

.ag-fresh .ag-column-not-visible {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
}

.ag-fresh .ag-not-dragging {
    border: 1px solid transparent;
}

.ag-fresh .ag-drop-target-above {
    border-top: 5px solid #a9a9a9;
}

.ag-fresh .ag-drop-target-below {
    border-bottom: 5px solid #a9a9a9;
}

.ag-fresh .ag-dragging {
    border: 1px dotted #a9a9a9;
}

.ag-fresh .ag-list-item-selected {
    color: #f0f0f0;
}

.ag-fresh .ag-list-item-not-selected {
    font-style: italic;
    color: #a0a0a0;
}

.ag-fresh .ag-tool-panel-container {
    background-color: #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a9a9a9;
    padding: 4px;
}

.ag-fresh .ag-list-selection {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ag-fresh .ag-popup-list .ag-list-item:hover {
    background-color: #add8e6;
}

.ag-fresh .ag-visible-icons {
    padding-left: 2px;
    padding-right: 2px;
}
