﻿.grid-wrapper {
    font-size: 1.35rem;
    color: #333030;
    width  :100%;
    /*min-width: 1800px;*/
    margin-bottom: 20px;
       border: 2px solid #EEE;
}

.grid-header {
    z-index: 20;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.gridFooter .gridRow {
    transition: all .65s ease;
}

.gridFooter .gridRow:hover {
    background-color: #FEF4E9;
   
    color: #000;
}

.gridBody {
    width: calc(100% + 5px);
    position: relative;
    z-index: 10;
    overflow-y: scroll;
    background-color: #fff;
    overflow: auto;
}

.gridBody::-webkit-scrollbar {
}

.gridRow {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.gridCell {
    padding-right: 8px;
    padding-left: 8px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    /*position:relative;
    left:5px;*/
}

.gridCell span {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    margin: auto;
    overflow: hidden;
    line-height: 40px;
    height: 100%;
        text-overflow: ellipsis;
}

.gridCell.cell-label {
    /*text-align:center;
margin-top: 4px;*/
    padding-right: 12px;
}

.gridCell.cell-label span {
    display: block;
}

.gridCell.cell-label span span {
    display: inline;
}

.gridColumn {
    /*Odeya*/
    /*display: inline-block;*/
    /*display: table-cell;*/
    /*border-bottom: 1px solid #e5e5e5;*/
    /*border-bottom: 1px solid #f5f5f5;*/
    vertical-align: middle;
    /*height: 44px;*/
    text-align: right;
    float: right;
    padding-right: 8px;
    padding-left: 8px;
    height: 100%;
}

.gridColumnSpan {
    white-space: nowrap;
    width: 100%;
    margin: auto;
    line-height: 40px;
}

.headerRow {
        font-weight: bold;
    height: 50px;
    color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    border-bottom: 3px solid #d7d7d7;
}

.headerRow .gridColumn {
    vertical-align: top;
    padding: 15px 5px;
    height: 100%;
    position: relative;
    text-align: right;
    font-size: 1.45rem;
    /*border-left: 1px solid #9f9f9f;*/
    /*font-weight: bold;*/
}

.headerRow > div:first-child ~ .gridColumn {
    border-right: 1px solid #d7d7d7;
}

.headerRow .gridColumn .sort {
    position: absolute;
    left: 2px;
    z-index: 1;
    width: auto;
}

.headerFilter {
    height: 40px;
    line-height: 38px;
    background-color: white;
}

.headerFilter .gridColumn {
    padding: 4px;
}

.filter-header-row {
    height: 30px !important;
    line-height: 30px !important;
    border-color: #e6e6e6;
    box-shadow: none;
}

.search-template .filter-header-row {
    text-indent: 5px;
    margin-top: 5px;
}


.gridBody .gridRow {
    height: 40px;
    line-height: 40px;
}

.gridBody .gridRow:hover {
  background-color: #FEF4E9;
   
}

.site .gridBody .gridRow:hover {
    cursor: pointer;
}

.filter-header-row input {
    border: none;
    width: 85%;
    height: 30px !important;
    line-height: 24px !important;
    background-color: transparent !important;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0.2em;
    outline: none;
}

.filter-header-row input::-webkit-input-placeholder {
    color: #e5e5e5;
}

.filter-header-row .btn {
    padding: 2px 6px;
    background-color: transparent;
    border-color: transparent;
}

.grid-footer-sum {
    width: initial !important;
}

.gridFooter {
    width: 100%;
    background-color: #FEF4E9;
  
    height: 40px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #bbb;
    overflow: hidden;
}


/*@media (min-width: 992px) and (max-width: 1199px) {*/

    /*.gridColumn {*/
        /*padding-left: 4px;*/
        /*padding-right: 4px;*/
    /*}*/

    /*.headerRow .gridColumn {*/
        /*font-size:0.9rem;*/
        /*padding: 6px;*/
    /*}*/

    /*.gridCell.cell-label span span {*/
        /*padding:6px;*/
    /*}*/
/*}*/

/*@media (min-width: 1200px) and (max-width: 1599px) {*/

    /*.headerRow .gridColumn {*/
        /*font-size:0.95rem;*/
        /*line-height:1.2;*/
    /*}*/

    /*.gridCell.cell-label span span {*/
        /*padding:6px 8px;*/
    /*}*/
/*}*/

/*@media (min-width: 1600px) and (max-width: 1750px) {*/
    /*.headerRow .gridColumn {*/
        /*!*font-size:0.9rem;*!*/
    /*}*/
/*}*/

/*!* Tab 2 10.1  *!*/
/*@media (max-device-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) !*(min-resolution: 149dpi)*! {*/

    /*.headerRow .gridColumn {*/
        /*font-size: 0.9rem;*/
        /*letter-spacing: -0.1px;*/
    /*}*/
/*}*/

.cancel-margin {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.cancel-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.grid-paging .btn{
     background-color: #FEF4E9;
}
    /*.grid-paging .btn:hover {
    }*/
.grid-paging-right {
    width:15px;
    color:black !important;
    margin-left: 2px !important;
}

.grid-paging-left {
    margin-right: 2px;
    width:15px !important;
    color:black !important;
}

.btn-dropdown-title {
    float: right;
    font-size: 1rem;
    color: #777;

}

.grid-paging .btn-dropdown-title {
    width: auto;
    font-size: 1.2rem;
}



.grid-paging-wrapper {
    width: auto;
}

/*.grid-paging .btn[disabled],.grid-paging .btn[disabled]:hover, .grid-paging .btn.disabled {
    opacity: 1;
 
    color:black;
}*/
.grid-paging .btn-dropdown-title {
    width: auto;
    font-size: 1.2rem;
}

.grid-paging .caret {
    margin-top: 8px;
}

.grid-paging-wrapper {
    width: auto;
}



.grid-paging .btn-dropdown-title {
    width: auto;
    font-size: 1.2rem;
}

.grid-paging .caret {
    margin-top: 8px;
}

ul.dropdown-menu.paging {
    overflow-y: auto;
    max-height: 400px;
    width: 100%;
    min-width: 0;
}

.no-padding-dropdown.btn.btn-dropdown.dropdown-toggle.claerfix {
    padding: 4px 12px;

}
.titleGrid {
    padding-bottom: 25px;
}
    .titleGrid h3 {
    padding:0px
    }