﻿
/**
 * Author: Somesh B 
 * Version: v1
 * Created: 09/18/2025
 * Description: Created to maintain css code for set tsr date range page.
 */










#tabletsingledateselection {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 1px !important;
    background: #fff;
    border-radius: 12px;
    /*box-shadow: 0 2px 12px rgba(0,0,0,0.07);*/
    border: 1px solid #f2f2f2;
    overflow: hidden;
    cursor: defa14px 18pxult;
}

    #tabletsingledateselection th, #tabletsingledateselection td {
        padding: 0px 18px;
        background: #fff;
        border: none;
        font-size: 1rem;
        color: #222;
        vertical-align: middle;
    }

    #tabletsingledateselection tr {
        transition: background 0.2s;
    }

        /*#tabletsingledateselection tr:nth-child(even) td {
            background: #f7fafd;
        }*/

    /* #tabletsingledateselection tr:hover td {
                    background: #e6f2ff;
                } */

    #tabletsingledateselection td:first-child {
        font-weight: 500;
        color: #black;
    }

    #tabletsingledateselection td {
        border-radius: 8px;
    }

#SetTSRDaterRange td, #SetTSRDaterRange th {
    padding-top: 2px;
    padding-bottom: 2px;
}

#SetTSRDaterRange .k-tabstrip-content {
    display: block;
    background-color: inherit;
    font-size: large;
}

#SetTSRDaterRange table {
    border-collapse: separate !important;
    border-spacing: 0 12px !important; /* 12px vertical space, 0px horizontal */
}


#SetTSRDaterRange .k-tabstrip-content k-content k-active {
    display: block;
    background-color: inherit;
}

#SetTSRDaterRange .modal-dialog {
    max-width: 850px;
    margin: 1.75rem auto;
}

#SetTSRDaterRange .my-element {
    all: unset;
}



/* #SetTSRDaterRange table input {
            cursor: pointer;
            background-color: white !important;
        } */

#SetTSRDaterRange th, #SetTSRDaterRange td {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

/* Style all tab headers */
#SetTSRDaterRange .k-tabstrip-items .k-item {
    background: inherit !important; /* Tab background */
    color: #74943D !important; /* Tab text color */
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}

    /* Style the active (selected) tab */
    #SetTSRDaterRange .k-tabstrip-items .k-item.k-active {
        background: #74943D !important; /* Active tab background */
        color: #fff !important; /* Active tab text color */
        border-bottom: 2px solid #74943D;
    }

    /* Optional: Hover effect for tabs */
    #SetTSRDaterRange .k-tabstrip-items .k-item:hover {
        background: #e6f2ff !important;
        color: #74943D !important;
        background: inherit !important; /* Tab background */
    }

#tablecustomrange {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    background: #fff;
    border-radius: 12px;
    /*box-shadow: 0 2px 12px rgba(0,0,0,0.07);*/
    border: 1px solid #f2f2f2;
    overflow: hidden;
}

    #tablecustomrange th, #tablecustomrange td {
        padding: 0px 18px;
        background: #fff;
        border: none;
        font-size: 1rem;
        color: #222;
        vertical-align: middle;
    }

    #tablecustomrange tr {
        transition: background 0.2s;
        cursor: default;
    }

        /*#tablecustomrange tr:nth-child(even) td {
            background: #f7fafd;
        }*/

    /* #tablecustomrange tr:hover td {
                    background: #e6f2ff;
                } */

    #tablecustomrange td:first-child {
        font-weight: 500;
        color: #74943D;
    }

    #tablecustomrange td {
        border-radius: 8px;
    }

#tblcustomrangeavarage {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    background: #fff;
    border-radius: 12px;
    /*box-shadow: 0 2px 12px rgba(0,0,0,0.07);*/
    border: 1px solid #f2f2f2;
    overflow: hidden;
}

    #tblcustomrangeavarage tr {
        padding: 14px 18px;
    }

    #tblcustomrangeavarage th, #tblcustomrangeavarage td {
        background: #fff;
        border: none;
        font-size: 1rem;
        color: #222;
        vertical-align: middle;
    }

    #tblcustomrangeavarage tr {
        transition: background 0.2s;
    }

        #tblcustomrangeavarage tr:nth-child(even) td {
            background: #f7fafd;
        }

    /* #tblcustomrangeavarage tr:hover td {
                    background: #e6f2ff;
                } */



    #tblcustomrangeavarage td {
        border-radius: 2px;
    }

#SetTSRDaterRange .customdateheding {
    font-weight: 500;
    color: black;
}

#tbltenyearTSR {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    background: #fff;
    border-radius: 12px;
    /*box-shadow: 0 2px 12px rgba(0,0,0,0.07);*/
    border: 1px solid #f2f2f2;
    overflow: hidden;
    font-family: 'Segoe UI', Arial, sans-serif;
}

    #tbltenyearTSR th, #tbltenyearTSR td {
        padding: 0px 18px;
        background: #fff;
        border: none;
        font-size: 1rem;
        color: #222;
        vertical-align: middle;
    }

    #tbltenyearTSR tr {
        transition: background 0.2s;
    }

    /*#tbltenyearTSR tr:nth-child(even) td {
        background: #f7fafd;
    }*/

    /* #tbltenyearTSR tr:hover td {
        background: #e6f2ff;
    } */

    #tbltenyearTSR td:first-child {
        font-weight: 500;
        /* color: #74943D; */
    }

    #tbltenyearTSR td {
        border-radius: 8px;
    }

#SetTSRDaterRange .my-custom-checkbox-wrap .k-checkbox {
    margin: 0;
    padding: 0;
    line-height: initial;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    flex: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    -webkit-appearance: checkbox;
}

#SetTSRDaterRange .tsr-page {
    /*min-height: 100vh;*/ /* full viewport height */
    display: flex;
    justify-content: left; /* horizontal center */
    align-items: center; /* vertical center */
    background-color: #ffffff; /* optional */
}

#SetTSRDaterRange .tsr-container {
    /* width: 65%; */
    /*max-width: 1200px;*/ /* control form width */
    /*margin: 0 auto;*/
}

#SetTSRDaterRange .k-input, #SetTSRDaterRange .k-picker {
    margin: 0;
    padding: 0;
    min-width: 100px;
    max-width: 170px;
}
