﻿/* â”€â”€ Kendo grid â€” header cells â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    /*Kendo Grid CSS*/
        div.k-grid > div.k-grid-header > div.k-grid-header-wrap > table.k-grid-header-table >
            thead.k-table-thead > tr.k-table-row > th.k-table-th {
                padding: 5px 5px !important;
                background: linear-gradient(to bottom, #f7f8ff 18%, #adadad 100%);
                border-left: none;
                font-family: Tahoma, "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 12px;
                font-weight: 700;
                border: 0.8px solid rgb(165, 172, 182);
                border-right: none;
                color: black !important;
                white-space: nowrap !important;
            }

             div.k-grid > div.k-grid-container > div.k-grid-content > table.k-grid-table > tbody.k-table-tbody > tr > td {
                padding: 2px 5px !important;
                border-left: none;
                font-family: Tahoma, "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
                font-size: 12px;
                border: 0.8px solid rgb(165, 172, 182);
                border-top: none;
                border-right: none;
                white-space: nowrap !important;
             }

    /* â”€â”€ Kendo tooltip â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    .k-tooltip {
        background-color: lightgoldenrodyellow !important;
        color: black !important;
        font-size: 12px !important;
        font-family: Tahoma, "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .clsBtnCommon {
        height: 22px;
        min-width: 70px;
        padding: 1px 1px 3px !important;
        border: none;
        border-radius: 3px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        -webkit-user-select: none;
        background: linear-gradient(to bottom, #ffffff 1%, #3c8dbc 19%, #3c8dbc 100%);
        box-shadow: inset 0 -3px 1px rgba(0,0,0,0.45), 0 2px 2px rgba(0,0,0,0.25);
    }
    .clsBtnCancel {
        height: 22px;
        min-width: 70px;
        padding: 1px 1px 3px !important;
        border: none;
        border-radius: 3px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        -webkit-user-select: none;
        background: linear-gradient(to bottom, #ffffff 1%, #ed3e04 19%, #f21000 100%);
        box-shadow: inset 0 -3px 1px rgba(0,0,0,0.45), 0 2px 2px rgba(0,0,0,0.25);
    }
