﻿#gvReminder table > tbody > tr > td {
    position: relative !important;
}

#gvReminder table > tbody > tr > td {
    border-style: solid !important;
    border-width: 0 0 1px 0px !important;
    border-color: #d7d7d7 !important;
}

     #gvReminder table > tbody > tr > td:not(:last-child)::after {
        content: "";
        width: 1px;
        height: 80%;
        background-color: #d7d7d7;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 9;
    }
#gvReminder table > thead > tr > th {
    position: relative !important;
}

#gvReminder table > thead > tr > th {
    border-style: solid !important;
    border-width: 0 0 1px 0px !important;
    border-color: #d7d7d7 !important;
}

    #gvReminder table > thead > tr > th:not(:last-child)::after {
        content: "";
        width: 1px;
        height: 80%;
        background-color: #d7d7d7;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 9;
    }
#gvReminder .k-grid-header .k-header {
    font-weight: 600 !important;
    color: #666666;
}
#gvReminder .k-grid-header th.k-header {
    background-color: #EDEDED !important;
}
#gvReminder .k-filter-row {
    background-color: #f3f2f2;
}
.reminder-block {
    padding-top: 10px;
}
.hana-mt-20{
    margin-top:20px;
}
/*#gvReminder .checkbox.checkbox-primary label::after {*/ /*Added by krishna on 07/15/2022 #134088*/
    /*left: -1px;
    top: -1px;
}*/
/*Change By krishna on 07/18/2022 #134088*/
#frmAddReminder .switchery > small {
    /*background-color: #2F9BC8 !important;*/ /*Comment by Jay For #160627*/
    background-color: #2F9BC8; /*Added by Jay For #160627*/
}
/*#134088*/
/*@media (max-width: 1780px) {
    #gvReminder .checkbox.checkbox-primary label::after {*/ /*Added by krishna on 07/15/2022 #134088*/
        /*left: -1px;
        top: -3px;
    }
}*/
#gvReminder .hana-action-column {
    text-align: center;
}
/*Added by umang on 07/29/2022 for #134088*/
/*#gvReminder .k-filtercell > .k-operator-hidden{
    padding-right: 0px;
}*/
/*End #134088*/