﻿.k-grid tbody .k-button {
    min-width: auto !important;
    width: 54px;
    color: #ffffff;
    height: 40px;
    overflow: hidden;
}

    .k-grid tbody .k-button span {
        color: #000000 !important;
    }

    .k-grid tbody .k-button:hover {
        color: #ebebeb;
    }

.k-button-icontext .k-icon {
    margin-left: 0px;
    margin-right: 0px;
    /*font-size: 1.7em;*/
}
/*Changeed by Umang Ramani on 07/22/2022 for #134088*/
/*.k-grid-header {
            border-right: 1px solid #1ab394;
        }*/
/*End #134088*/

.k-grid-header th.k-header, .k-grid-header th.k-header > .k-link {
    color: #676767;
    font-size: 11px;
    font-weight: bold;
}

/*#AddOnsGrid .k-grid-header {
    padding: 0 !important;
}
*/
#AddOnsGrid .k-grid-content {
    overflow-y: hidden !important;
}

#loader {
    z-index: 111111;
}
/*Added by umang on 07/29/2022 for #134088*/
#AddOnsGrid{
    height: auto !important;
}
@media (max-width: 1024px){
    #page-wrapper {
        min-height: auto !important;
        overflow-y: auto !important;
    }
}
/*End #134088*/