﻿body {
    /*font-family: Verdana;
    font-size: 14px;
    background: #D9F3CD;
    padding-top: 10px !important;*/
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    background: #D9F3CD;
}

.container {
    max-width: 720px !important;
    padding-top: 5px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.timepass-details {
    padding: 0px 10px 0px 10px;
    min-height: 100vh;
}
 

/*.row > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}*/

.ulTP {
    margin-top: 10px;
    list-style: none;
   
    overflow-y: scroll;
    padding-left: 0px;
    text-align: left;
    padding-right: 15px;
}

    .ulTP li {
        padding: 10px 0px 10px 10px;
        border-bottom: 1px solid #000;
    }

        .ulTP li a {
            color: #000;
            text-decoration: none;
            text-align: left
        }

.tbl {
    border: 1px solid #000;
    border-collapse: collapse;
    background-color:#fff;
}

.tbl tr td {
   border: 1px solid #000;
   border-collapse: collapse;
}

.tblSummary {
    border: 1px solid #000;
    border-collapse: collapse;
    background-color: #fff;
    margin-top:10px;
}

    .tblSummary tr td {
        border-bottom: 1px solid #000;
        border-collapse: collapse;
        padding: 5px;
        background-color: #daded8;
    }

        .tbl tr .Nobdr {
            border: none !important;
            border-collapse: collapse;
        }

    .tbl tr td .Nobdr {
        border:none !important;
        border-collapse: collapse;
    }

    .rightalign{
        text-align:right;
        margin-right:10px;
    }
.tblwithoutborder {
    border: none;
}
    .tblwithoutborder tr td {
        border: 0px solid #000;
        border-collapse: collapse;
    }

.sheetheading {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    padding: 2px;
}

.yellobg {
    background: #FCFF02 !important;
}





.sheetbg {
    background-color: #9ACBD0;
}

.headlogo
{
    width:70px;
}

.innerheadlogo {
    width: 40px;
    height: 35px;
}

.innerheadtext1 {
    color: #CF130A;
    font-weight: 700;
    font-family: Calibri;
    font-size: 14px;
    height: 14px;
    margin-top: 0; /* Removes top margin */
    margin-bottom: 0; /* Removes bottom margin */
    padding-top: 0; /* Removes top padding */
    padding-bottom: 0; /* Removes bottom padding */
    line-height: 1;
    display: inline-block;
}
.innerheadtext2 {
    color: #CF130A;
    font-weight: 800;
    font-family: Calibri;
    font-size: 25px;
    height: 24px;
    margin-top: 0; /* Removes top margin */
    margin-bottom: 0; /* Removes bottom margin */
    padding-top: 0; /* Removes top padding */
    padding-bottom: 0; /* Removes bottom padding */
    line-height: .7;
}
.innerheadtext3 {
    color: #CF130A;
    font-weight: 800;
    font-family: Calibri;
    font-size: 20px;
    height: 20px;
    margin-top: 0; /* Removes top margin */
    margin-bottom: 0; /* Removes bottom margin */
    padding-top: 0; /* Removes top padding */
    padding-bottom: 0; /* Removes bottom padding */
    line-height: .7;
}
.column-2 {
    width: 110px;
}
.column-3 {
   text-align:center;
}

.clknowurcost
{
    width:180px;
}



.modal-backdrop-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 100; /* Ensure it's on top */
    display: none; /* Hidden by default */
}

/* Modal Content Container */
.modal-content-custom {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    z-index: 101; /* Slightly higher than backdrop */
    display: none; /* Hidden by default */
}
.deletebutton
{
    color:red;
    text-decoration:none;
    font-weight:600;
    font-size:18px;
}

.divideOperator{
    background-color:honeydew;
}

.headerNote {
    background: #fff;
    border-bottom: 0px;
    border-top: 0px;
    padding-top: 2px;
    font-size: 16px;
    padding:10px 16px 10px 15px; 
}

    .headerNote p {
        margin: 2px 0px 2px 0px;
        margin: 2px 0px 2px 0px;
    }

    .footernote {
        background-color: #fff;
        font-size: 16px;
        padding: 10px 16px 10px 15px;
    }
        .footernote p {
            margin: 2px 0px 2px 0px;
            margin: 2px 0px 2px 0px;
        }


.bluebg {
    color: dodgerblue;
    font-weight:600;

}

.active-question {
    border: 5px solid red;
    background-color: #f0f8ff;
}
@media only screen and (min-width: 481px) {
    .heading {
        font-size: 24px;
        text-align: center;
        font-weight: 600;
        padding: 2px;
    }

    .subheading {
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        padding: 2px;
    }

    .note {
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        padding: 2px;
    }
    .tablehead {
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        padding: 2px;
    }

    .tablebody {
        font-size: 14px;
        padding: 2px;
    }

    .txtbx {
        width: 80px;
        border: none;
        background-color: #D9F3CD;
    }
}

 @media only screen and (max-width: 480px) {
    .heading {
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        padding: 2px;
    }

    .subheading {
        font-size: 14px;
        text-align: center;
        font-weight: 600;
        padding: 2px;
    }

    .note {
        font-size: 12px;
        text-align: center;
        font-weight: 600;
        padding: 2px;
    }
        .body-content {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .container {
            padding-right: 0px !important;
            padding-left: 0px !important;
        }

        .tbl {
            max-width: 420px !important;
        }

        .tablehead {
            font-size: 11px !important;
            text-align: center;
            font-weight: 600;
            padding: 2px;
        }

        .tablebody {
            font-size: 11px !important;
            padding: 2px;
        }

        .txtbx {
            width: 45px !important;
            border: none;
            background-color: #D9F3CD;
        }
    }
