/*!
 * Mvc.Grid 7.0.1
 *
 * Copyright © NonFactors
 *
 * Licensed under the terms of the MIT License
 * https://www.opensource.org/licenses/mit-license.php
 */
/*.mvc-grid-table tr th span {
    width: 100px !important;
    word-wrap: break-word !important;
}*/
/*.mvc-grid-table a {
    color: #fff !important;
    margin: 5px !important;
    background: #0e5eac;
    padding: 2px 8px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    cursor:pointer;
}*/
.mvc-grid-table tr td button {
    background: #0e5eac !important;
    width: 43px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    font-weight: 600;
}
.mvc-grid-table tr td:last-child button {
    padding: 0;
}
.mvc-grid-table tr th {
    background: #626367 !important;
    color: #fff;
    border: 1px solid #999898 !important;
    /*padding: 14px 0 !important;*/
}
::placeholder {
    color: #fff !important;
}
.mvc-grid-pager button {
    padding: 0;
    width: 15px !important;
    height: 28px;
    line-height: 20px;
    box-shadow: none;
}
.mvc-grid-table tr td:last-child {
    text-align: center;
    width:110px;
}
    .mvc-grid-table tr td:last-child button {
        width: auto !important;       
        color: #fff !important;
        margin: 5px !important;      
        padding: 0px 8px;
        font-weight: 600;
        border-radius: 5px !important;
       
    }
.mvc-grid-table tr th {
    text-align: center;
}
.mvc-grid-table tr td button {
    font-size: 14px;    
    color: #fff;
    text-decoration: underline;
    border: none;
   /* background: #ffffff;*/  
    top: 0;
    box-shadow: none;
    margin: 5px;
}
    .mvc-grid-table tr td button:hover {
        font-size: 14px;
        color: #fff;
        text-decoration: underline;
        border: none;
        background: #14487a;
        top: 0;
        box-shadow: none;
        margin: 5px;
    }


/*button.mvc-grid-sort {
    position: absolute !important;
    top: -13px !important;
    background: #5a5aa6 !important;
}*/
.mvc-grid-pager {
    text-align: right !important;
}

/*button.mvc-grid-filter {
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
    height:15px;
    width:10px !important;
}*/

grid-filter:hover {
    background: #5a5aa6 !important;
    color: #fff !important;
}

.mvc-grid-filter {
    background: rgb(98 99 103) !important;
    color: #fff !important;
    /* box-shadow: 0px 3px 0px 0px #8b8b8b !important;*/
}

grid-filter:hover {
    background: rgb(139 139 139) !important;
    color: #fff !important;
    /* color: inherit; */
}

/*button.mvc-grid-sort {
    display: none !important;
}*/

.mvc-grid-filter:hover {
    background: rgb(139 139 139) !important;
    color: #fff !important;
}

/*test css part end */




/*@font-face {
    src: url("../mvc-grid/fonts/grid-glyphs.woff") format("woff");
    font-family: GridGlyphs;
}*/

.mvc-grid {
    position: relative;
    line-height: 1.5;
    overflow-x: auto;
    font-size: 14px;
}

.mvc-grid-table {
    overflow: auto;
    max-height: 50vh;
    border:1px solid #000;
}

.mvc-grid-table > table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}
.mvc-grid-table > table > thead {
    top: 0;
    position: sticky;
}
/*comments*/
    /*.mvc-grid-table > table > thead th:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        background-color: white
    }

    .mvc-grid-table > table > tbody > tr > td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        background-color: white
    }*/

/*td:first-child, th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: white;
}*/

    /*.mvc-grid-table > table > tbody > tr > td:nth-child(2), .mvc-grid-table > table > thead > tr > th:nth-child(2) {
        position: sticky;
        left: 62px;
        z-index: 1;
        background-color: white;
       
    }
    .mvc-grid-table > table > tbody > tr > td:nth-child(3), .mvc-grid-table > table > thead > tr > th:nth-child(3) {
        position: sticky;
        left: 62px;
        z-index: 1;
        background-color: white;
        
    }*/

/*.tableFixHead th {
    position: sticky;
    top: 0;
    background: #eee;
    z-index: 2
}
*/
/*mvc-grid-table > table > thead > tr > th:first-child, mvc-grid-table > table > thead > tr > th:nth-child(2) {
    z-index: 3
}*/

/*comments*/

.mvc-grid-table > table > thead > tr > th {
    background-clip: padding-box;
    background-color: #f7f7f7;
    position: relative;
}
    .mvc-grid-table > table > tbody > tr > td {
        border: 1px solid #a3a3a3;
        padding: 0.1em;
    }
    .mvc-grid-table > table > thead > tr > th,
    .mvc-grid-table > table > tfoot > tr > td {
        border: 1px solid #dee2e6;
      /*  padding: 0.5em;*/
    }

.mvc-grid-table .sortable {
    padding-right: 3.1em;
    cursor: pointer;
}

.mvc-grid-table .desc .mvc-grid-sort::after,
.mvc-grid-table .asc .mvc-grid-sort::before {
    opacity: 0.5;
}

.mvc-grid-hidden,
.mvc-grid-options {
    display: none;
}

.mvc-grid-title {
    display: inline-block;
}

.mvc-grid-sort,
.mvc-grid-filter {
    transition: background-color 0.5s;
    background: rgb(0 0 0 / 0.03);
    font-family: GridGlyphs;
    font-size: inherit;
    position: absolute;
    font-weight: bold;
    cursor: pointer;
    border: none;
    height: 100%;
    /*width: 2.5em;*/
    right: 0;
    top: 0;
}

.mvc-grid-filter:focus,
.mvc-grid-filter:hover {
    background: rgb(0 0 0 / 0.06);
    color: inherit;
}

    .mvc-grid-filter::before {
        content: "\25bc";
        /*content: "★";*/
    }

    .mvc-grid-filter.applied::before {
        content: "\25bc";
    }

.mvc-grid-sort {
    background: transparent;
    font-weight: normal;
    transition: none;
}

.mvc-grid-sort::after {
    font-size: 0.9em;
    content: "\0044";
    opacity: 0.15;
}

.mvc-grid-sort::before {
    margin-right: -0.5em;
    font-size: 0.9em;
    content: "\0043";
    opacity: 0.15;
}

.mvc-grid-sort span {
    position: absolute;
    font-weight: bold;
    text-align: left;
    font-size: 0.7em;
    color: #adacac;
    width: 33%;
    right: 0;
    top: 40%;
}

.mvc-grid-row-filters .filterable {
    padding: 0.25em;
}

.mvc-grid-row-filters th div {
    display: flex;
}

.mvc-grid-row-filters .mvc-grid-value {
    border: 1px solid #cccccc;
    text-overflow: ellipsis;
    margin-right: 0.25em;
    background: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 0 0.5em;
    flex: 1;
}

.mvc-grid-row-filters select.mvc-grid-value {
    padding: 0 0.2em;
}

.mvc-grid-row-filters .mvc-grid-value.invalid {
    outline-color: #dc3545;
    border-color: #dc3545;
}

.mvc-grid-row-filters .mvc-grid-value::placeholder {
    color: #bbbbbb;
}

.mvc-grid-row-filters .mvc-grid-filter {
  /*  border: 1px solid #fff !important;*/
    position: static;
    height: 2em;
    width: 20px !important;
    height: 27px !important;
    padding: 0;
    font-size: 20px !important;
    border-radius:0;
}

/*.mvc-grid-excel-mode .filterable {
    padding-right: 3.5em;
}*/

./*mvc-grid-excel-mode .sortable.filterable {
    padding-right: 5.5em;
}*/

.mvc-grid-excel-mode .filterable .mvc-grid-sort,
.mvc-grid-header-mode .filterable .mvc-grid-sort {
    right: 2.5em;
}

.mvc-grid-header-mode .filterable {
    padding: 0 19px 0 0;
}

.mvc-grid-header-mode .mvc-grid-value {
    background: #5a5aa6;
    line-height: 1.5;
    font-weight: 500;
    padding: 0.5em;
    border: none;
    margin: 0;
}

.mvc-grid-header-mode .mvc-grid-filter {
    position: absolute;
    width: 2.5em;
    border: none;
    height: 100%;
}

.mvc-grid-header-mode .sortable .mvc-grid-value {
    padding-right: 2.5em;
}

.mvc-grid-popup {
    box-shadow: 0 6px 12px rgb(0 0 0 / 0.176);
    background-clip: padding-box;
    max-width: calc(100% - 2em);
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    position: absolute;
    min-width: 12em;
    font-size: 1em;
    z-index: 1100;
    margin: 1em;
}

.mvc-grid-popup.mvc-grid-guid-filter {
    min-width: 20em;
}

.mvc-grid-popup .popup-arrow {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 8px solid #ffffff;
    box-sizing: border-box;
    position: absolute;
    height: 9px;
    top: -8px;
}

.mvc-grid-popup .popup-arrow::after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 9px solid #cccccc;
    position: absolute;
    content: " ";
    z-index: -1;
    left: -8px;
    top: -1px;
}

.mvc-grid-popup .popup-content {
    padding: 0.5em;
}

.mvc-grid-popup .popup-group {
    padding: 0.2em;
}

.mvc-grid-popup .popup-operator {
    text-align: center;
}

.mvc-grid-popup .popup-actions {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.4em 0 0.2em;
    text-align: center;
}

.mvc-grid-popup .mvc-grid-value,
.mvc-grid-popup .mvc-grid-method,
.mvc-grid-popup .mvc-grid-operator {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    background: #ffffff;
    font-size: 0.9em;
    padding: 0 0.2em;
    height: 2.5em;
    width: 100%;
}

.mvc-grid-popup .mvc-grid-value[multiple] {
    overflow-y: auto;
    height: 8em;
}

.mvc-grid-popup .mvc-grid-operator {
    width: auto;
}

.mvc-grid-popup input.mvc-grid-value {
    text-overflow: ellipsis;
    padding: 0 0.5em;
}

.mvc-grid-popup .mvc-grid-value.invalid {
    outline-color: #dc3545;
    border-color: #dc3545;
}

.mvc-grid-popup .mvc-grid-apply,
.mvc-grid-popup .mvc-grid-cancel {
    border: 1px solid #ffffff;
    padding: 0.25em;
    cursor: pointer;
    min-width: 4em;
    color: #ffffff;
    outline: 0;
}

.mvc-grid-popup .mvc-grid-apply {
    border-color: #28a745;
    margin-right: 0.3em;
    background: #28a745;
    font-weight: bold;
}

.mvc-grid-popup .mvc-grid-apply:focus {
    box-shadow: 0 0 0 0.2em rgb(40 167 69 / 0.5);
}

.mvc-grid-popup .mvc-grid-cancel {
    border-color: #dc3545;
    background: #dc3545;
    margin-left: 0.3em;
}

.mvc-grid-popup .mvc-grid-cancel:focus {
    box-shadow: 0 0 0 0.2em rgb(220 53 69 / 0.5);
}

.mvc-grid-popup .mvc-grid-column {
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
    padding: 0.5em;
    display: flex;
    width: 100%;
    margin: 0;
}

.mvc-grid-popup .mvc-grid-column span {
    padding: 0 0.5em;
}

.mvc-grid-popup .mvc-grid-dropzone:first-child {
    padding-top: 0.5em;
}

.mvc-grid-popup .mvc-grid-dropzone:last-child {
    padding-bottom: 0.5em;
}

.mvc-grid-popup .mvc-grid-dragging .mvc-grid-column {
    padding: 0 0.5em;
}

.mvc-grid-popup .mvc-grid-dragging .mvc-grid-dropzone {
    background: #c4daff;
    padding: 0.5em;
    opacity: 0.4;
}

.mvc-grid-popup .mvc-grid-dragging .mvc-grid-dropzone.hover {
    background: #5a90ea;
}

.mvc-grid-pager,
.mvc-grid-empty-row {
    text-align: center;
}

.mvc-grid-pager button {
    border: 1px solid #dddddd;
    box-sizing: content-box;
    background: #ffffff;
    padding: 0 0.25em;
   /* line-height: 2.5;*/
    cursor: pointer;
    margin: 0.5em 0;
    min-width: 1.5em;
    color: #337ab7;
}

.mvc-grid-pager button:focus,
.mvc-grid-pager button:hover {
    background: #f7f7f7;
    color: #014c8c;
}

    .mvc-grid-pager .active,
    .mvc-grid-pager .active:focus,
    .mvc-grid-pager .active:hover {
        border-color: #428bca;
        background: #428bca;
        color: #ffffff;
    }

.mvc-grid-pager [disabled],
.mvc-grid-pager [disabled]:hover {
    background: #fff;
    cursor: not-allowed;
    color: #777777;
    outline: 0;
}

.mvc-grid-page-sizes {
    display: inline-block;
    /*   margin-left: 0.5em;*/
}

    .mvc-grid-page-sizes select {
        border: 1px solid #dddddd;
        height: 30px;
        width: 42px;
        border-radius: 5px;
    }

    .mvc-grid-page-sizes input {
        border: 1px solid #dddddd;
        box-sizing: content-box;
        text-align: center;
        padding: 0 0.25em;
        height: 2em;
        width: 2em;
        border-radius: 5px;
    }

.mvc-grid-loader {
    margin: 0 auto;
    height: 1.5em;
    width: 1.5em;
}

.mvc-grid-spinner {
    animation: mvc-grid-spin 1s infinite linear;
    border: 0.2em solid rgb(0 0 0 / 0.2);
    transition: opacity 0.3s linear;
    border-top-color: #444444;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
.mvc-grid-table tr th {
    padding: 0 !important;
    width: auto !important;
}
.mvc-grid-table tr th span {
        padding: 0;
       
    }

@keyframes mvc-grid-spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
div#loa-mou-grid tr td:nth-child(5) {
    width: 13% !important;
}
div#ReconciliationList_grid tr td {
    padding: 5px;
}