﻿body {
}



.search-icon {
    position: absolute;
    left: 5px;
    top: 0px;
}

.grid-wrapper {
    font-size: 15px;
    color: #333030;
    width: 100%;
    box-shadow: 2px 2px 2px #EEE;
}

.grid-header {
    z-index: 20;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.grid-footer .grid-row {
    transition: all .65s ease;
}

    .grid-footer .grid-row:hover {
        background-color: #c5c5c5;
        color: #000;
    }

.grid-body {
    width: calc(100% + 5px);
    position: relative;
    z-index: 10;
    overflow-y: scroll;
    background-color: #fff;
    overflow: auto;
}

    .grid-body::-webkit-scrollbar {
    }

.grid-row {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.grid-cell {
    padding-right: 8px;
    padding-left: 8px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    /*position:relative;
    left:5px;*/
}

    .grid-cell span {
        display: inline-block;
        white-space: nowrap;
        width: 100%;
        margin: auto;
        overflow: hidden;
        line-height: 40px;
        height: 100%;
    }

    .grid-cell.cell-label {
        /*text-align:center;
margin-top: 4px;*/
        padding-right: 12px;
    }

        .grid-cell.cell-label span {
            display: block;
        }

            .grid-cell.cell-label span span {
                display: inline;
            }

.grid-column {
    vertical-align: middle;
    text-align: right;
    float: right;
    padding-right: 8px;
    padding-left: 8px;
    height: 100%;
}

.grid-columnSpan {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    margin: auto;
    line-height: 40px;
}

.header-row {
    height: 50px;
    color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #e6e6e6;
    cursor: pointer;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 15px;
}
.header-row-dup {
    height: 100px;
}

.header-row .grid-column {
    vertical-align: top;
    padding: 3px 5px;
    height: 100%;
    position: relative;
    font-size: 15px;
}

.header-row > div:first-child ~ .grid-column {
    border-right: 1px solid #d7d7d7;
}

.header-row .grid-column .sort {
    position: absolute;
    left: 2px;
    z-index: 1;
    width: auto;
}

.headerFilter {
    height: 40px;
    line-height: 38px;
    background-color: white;
}

    .headerFilter .grid-column {
        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;
}


.grid-body .grid-row {
    height: 40px;
    line-height: 40px;
}

    .grid-body .grid-row:hover {
        background-color: #f5f5f5;
    }

.site .grid-body .grid-row: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;
}

.grid-footer {
    width: 100%;
    background-color: #e6e6e6;
    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) {

    .grid-column {
        padding-left: 4px;
        padding-right: 4px;
    }

    .header-row .grid-column {
        font-size: 13.5px;
        padding: 6px;
    }

    .grid-cell.cell-label span span {
        padding: 6px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {

    .header-row .grid-column {
        font-size: 14.25px;
        line-height: 1.2;
    }

    .grid-cell.cell-label span span {
        padding: 6px 8px;
    }
}

@media (min-width: 1600px) and (max-width: 1750px) {
    .header-row .grid-column {
        /*font-size:13.5px;*/
    }
}

/* Tab 2 10.1  */
@media (max-device-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) /*(min-resolution: 149dpi)*/ {

    .header-row .grid-column {
        font-size: 13.5px;
        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-right {
    margin-left: 2px;
}

.grid-paging-left {
    margin-right: 2px;
}

.btn-dropdown-title {
    float: right;
    font-size: 15px;
    color: #777;
}

.grid-paging .btn-dropdown-title {
    width: auto;
    font-size: 13.95px;
}

.grid-paging-wrapper {
    width: auto;
}

.grid-paging .btn[disabled], .grid-paging .btn.disabled {
    opacity: .35 !important;
}

.grid-paging .btn-dropdown-title {
    width: auto;
    font-size: 13.95px;
}

.grid-paging .caret {
    margin-top: 8px;
}

.grid-paging-wrapper {
    width: auto;
}

.grid-paging .btn[disabled], .grid-paging .btn.disabled {
    opacity: .35 !important;
}

.grid-paging .btn-dropdown-title {
    width: auto;
    font-size: 13.95px;
}

.grid-paging .caret {
    margin-top: 8px;
}

.dropdown-menu, .form-control, .btn {
    font-size: 16px;
}

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;
}


/*ScrollBar*/
.grid-wrapper ::-webkit-scrollbar {
    width: 5px;
    height: 0em;
    border-radius: 10px;
}

.grid-wrapper ::-webkit-scrollbar-button {
    height: 0;
}

.grid-wrapper ::-webkit-scrollbar-track-piece {
    background: #aaa;
}

.grid-wrapper ::-webkit-scrollbar-thumb {
    background: #666; /*0b1423*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*ScrollBar END*/
