﻿
input::-ms-reveal,
input::-ms-clear {
    display: none;
}
body {
    padding-top: 1px;
    padding-bottom: 20px;
    font-family: 'Microsoft Sans Serif';
    font-size: 12px;
    display: flex;
    place-content: center;
    align-content: center;
    margin-left: 23%;
    margin-right: 23%;
}
.menuSets {
    width: auto;
    max-width: 800px;
    min-width: 350px;
    margin:5px;
    padding:10px;
}
.layoutmenu {
    border-radius: 5px;
    background-color: #555 !important;
    padding: 3px !important;
    min-width: 100%;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 99;
}
.layoutmenubtn {
    background-color: #555;
    color: white;
    text-decoration: none;
    padding: 3px 3px;
   /* position: center;*/
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.layoutmenubtnGo {
    background-color: #e1ecf4;
    color: black;
    text-decoration: none;
    padding: 3px 3px;
    /* position: center;*/
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.menuIn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh-70px);
    background-color: #555;
    width: 100%;
    min-width: 350px;
}

.menuInItm {
    display: flex;
    justify-content: center;
    text-align: center;
    min-height: calc(100vh); /* Full viewport height */
    background-color: #555;
    min-width: 350px;
   
}


.fieldSetMg {
    margin-top: 4px;
    margin-bottom: 4px;
    display: table-row;
    border: none;
    max-width: 350px;
}

lineFrame {
    color: orangered;
    font-weight: bolder;
    font-size: 1.1rem;
    padding: 5px 5px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    display: block;
    text-align: left;
}

.HeadTag {
    color: rgba(2,0,36,1);
    font-weight: bolder;
    text-align: left;
    padding: 0px 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    display: block;
}

.headback {
    background-color: #555 !important
}

.button-b {
    background-color: #e1ecf4;
    border-radius: 6px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    outline: none;
    padding: 8px .8em;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: normal;
    text-align: center !important;
    word-wrap: break-word !important;
    min-height: 110px;
    min-width: 100px;
    max-height: 110px;
    max-width: 100px;
    margin-left: 3px;
    margin-top: 3px;
    display: block;
    float: left;
}

.button-b:hover,
.button-b:focus {
        background-color: #b3d3ea;
        color: #2c5777;
    }

.button-b:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

.button-b:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }

.dashpanels {
    position: center;
    float: left;
    width: 49.3%;
    min-width: 350px;
}

.DashHeads {
    text-align: center;
    background-color: #f55007;
    color: white;
    padding: 3px 3px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 4px;
    margin-right: 4px;
}


.DashHeadsln {
    text-decoration: underline #C9DC87 solid;
    width: 100% !important
}

.DashSubHead {
    background-color: #555;
    color: white;
    padding: 3px 3px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.DashFacts {
    background-color: #e1ecf4;
    padding: 3px 3px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    width: 100%;
    box-shadow: 0 0 20px #C9DC87;
}

.styled-table thead tr {
        background-color: #009879;
        color: #ffffff;
        text-align: left;
    }

.styled-table th,
.styled-table td {
        padding: 2px 3px;
    }

.styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }


.styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

.styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #009879;
        }

.styled-table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }

.numberRight {
    text-align: right !important;
}

.setleft {
    text-align: left !important;
}

.textLeft {
    text-align: left !important;
    align-items: start
}

.editTBLinput {
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    padding: 2px 7px 2px 4px;
    text-align: right;
    width: 100%;
    min-width: 150px !important;
    max-width: 100% !important;
}


.Editbtn {
    background-color: #555;
    color: white;
    text-decoration: none;
    padding: 3px 3px;
    position: center;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.Editbtn:hover {
        background: #555;
    }



.btncalhd {
    background-color: #e1ecf4;
    border-radius: 6px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #0c0000;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    outline: none;
    padding: 8px .8em;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: normal;
    text-align: center !important;
    word-wrap: break-word !important;
    min-width: 100%;
    max-width: 100%;
    margin-left: 2px;
    margin-top: 3px;
    align-content: center;
}

.btncal {
    background-color: #e1ecf4;
    border-radius: 6px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    outline: none;
    padding: 8px .8em;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: normal;
    text-align: center !important;
    word-wrap: break-word !important;
    min-height: 60px;
    min-width: 100%;
    max-height: 60px;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 3px;
    display: block;
    float: left;
}

.btncal:hover,
.btncal:focus {
        background-color: #b3d3ea;
        color: #2c5777;
    }

.btncal:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

.btncal:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }

.calDay {
    color: #f81010;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-left: 0px !important;
    margin-top: 0px !important;
    padding: 0px 0px 0px 0px !important;
    text-align: center !important;
    align-items: center;
}

.PointOut {
    border-radius: 3px;
    border-collapse: collapse;
    margin: 2px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    width: 100%;
    box-shadow: 0 0 20px #4f0909;
    color: black;
}

.mytbl {
    font-size: 0.9em;
    font-family: sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.mytbl td, mytbl th {
        border: 1px solid #ddd;
        padding-left: .1em;
        padding-right: .1em;
        text-align: center;
    }

.mytbl tbody:nth-child(even) {
        background-color: #f2f2f2;
    }

.mytbl tbody:hover {
        background-color: white;
        border-color: #2c5777;
        border-style: solid;
    }

    .mytbl tr:hover {
        background-color: #e1ecf4;
        border-color: #555;
        border-style: solid;
    }

.mytbl th {
        padding-left: .2em;
        padding-right: .2em;
        border: 1px solid #ddd;
        padding-top: .1em;
        padding-bottom: .1em;
        text-align: center;
        background-color: #e1ecf4;
        color: black;
    }
.actHeader {
    border-radius: 5px;
    background-color: #555;
    color: white;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 4px;
    margin-bottom: 3px;
    width: calc( 100%-4px);
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.button-0 {
    background-color: #e1ecf4;
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    outline: none;
    padding: .3em .5em;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: normal;
    text-align: center !important;
    word-wrap: break-word !important;
    margin-left: 1px;
    display: block;
    float: left;

}

.button-0:hover,
.button-0:focus {
        background-color: #b3d3ea;
        color: #2c5777;
    }

.button-0:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

.button-0:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }


.EditDivBig {
    background-color: #e1ecf4;
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    outline: none;
    padding: 3px .8em;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: normal;
    text-align: center !important;
    word-wrap: normal !important;
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc( 100%-4px)!important;
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.flexInputAct {
    display: flex;
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 3px;
    margin-top: 3px;
}

.flexCenter {
    display: flex;
    width: 100% !important;
    flex-wrap: wrap;
    place-content: center;
    margin-bottom: 3px;
    margin-top: 3px;
    align-content: center;
}

.QCenter {
    display: flex;
    place-content: center;
    margin-bottom: 3px;
    margin-top: 3px;
    align-content: center;
  
    
}

.flexCenterMenu {
    display: flex;
    width: 100% !important;
    flex-wrap: wrap;
    place-content: left;
    margin-bottom: 3px;
    margin-top: 3px;
    margin-left: 5px;
    align-content: flex-start;
}




/*.flexCenter {
    display: flex;*/
/*grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 1px;*/ /* Adjust the gap between grid items */
/*width: 100% !important;*/
/*flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 3px;
    margin-top: 3px;
}*/

.flexInputAct {
    display: flex;
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 3px;
    margin-top: 3px;
}

.editItemsAct {
    text-align: left;
    min-width: 65% !important;
    max-width: 65% !important;
    width: 65% !important;
}

.editItemsActlb {
    border-radius: 3px;
    border: 1px solid #9cbbcb;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    text-align: left;
    min-width: 35% !important;
    max-width: 35% !important;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: middle;
    padding-top: 3px;
}

.OtpAct {
    text-align: left;
    min-width: 35% !important;
    max-width: 35% !important;
    width: 65% !important;
}

.Otplb {
    border-radius: 3px;
    border: 1px solid #9cbbcb;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    text-align: left;
    min-width: 65% !important;
    max-width: 65% !important;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: middle;
    padding-top: 3px;
}

.tbTotal {
    background-color: #555;
    color: white;
    text-decoration: none;
    padding: 3px 3px;
    /*position: relative;*/
    /*display: inline-block;*/
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tbTotalb {
    background-color: #f55007;
    color: white;
    text-decoration: none;
    padding: 3px 3px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.badgetn {
    display: inline-block;
    min-width: 9px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: .8;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #555;
    border-radius: 10px;
}

.btnbackcolor {
    background-color: #e1ecf4;
}

.editItmsInput {
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    padding: 2px 7px 2px 4px
}

.RedClass {
    font-size: 24px;
    color: #f55007
}

.whiteClass {
    font-size: 24px;
    color: white
}

.Homeload {
    background-image: url("/Image/PushOut2.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 13px;
    width: 100%;
    height: 100vh;
    background-color: rgb(93,144,165);
}

.wellcometag {
    margin-bottom: 1px;
    color: rgb(76, 35, 83);
    text-align: center;
    font-family: "MV Boli";
    font-size: 16px;
    color: #555;
}

.ResetMg {
    /*background-color:cyan;*/
}

@media screen and (max-width: 800px) {

    .dashpanels {
        position: relative;
        float: none;
        width: 100% !important;
        min-width: 350px;
    }

    body {
        margin-left: 0%;
        margin-right: 0%;
    }

    .Homeload {
        width: calc(100%-2px) !important;
        height: 100vh;
        background-color: rgb(93,144,165);
    }

    .flexCenterMenu {
        display: flex;
        width: 100% !important;
        flex-wrap: wrap;
        margin-bottom: 3px;
        margin-top: 3px;
        margin-left: 10px;
             place-content: center;
        align-content: center;
    }
}

.HomeText {
    color: white;
}

.ErrorNote {
    background-color: orangered;
    color: white;
    text-align: center;
    box-shadow: orangered 0 1px 0 0 inset;
    box-shadow: 0 0 25px black;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 30px;
}

.EditbtnQ {
    background-color: #5D90A5;
    color: white;
    text-decoration: none;
    padding: 3px 3px;
    position: center;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 15px;
    box-shadow: orangered 0 1px 0 0 inset;
    box-shadow: 0 0 25px #4f0909;
    box-sizing: border-box;
}

    .EditbtnQ:hover {
        background: #5D90A5;
    }

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /*background-color: green;*/
}

.waitnote {
    border-radius: 20px;
    padding: 20px;
    font-size: 20px;
    background-color: white;
    color: black;
    /*box-shadow: orangered 0 1px 0 0 inset;*/
    box-shadow: 0 0 15px 5px #555;
}

.spinner-border {
    /* width: 3rem;
    height: 3rem;*/
}

.zeroMargin {
    margin: 0px;
}

.Passdiv {
    margin: 5px;
    width: 100%;
    display: flex;
    gap: 1px;
    height: 27px !important;
    min-height: 27px !important;
    max-height: 27px !important;
}

.Passlbl {
    padding-top: 7px;
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    vertical-align: text-bottom;
    height: 100%;
    text-align: center;
    /*  align-items: center;*/
    align-items: end;
}

.Passtext {
    width: calc(100%-70px) !important;
    text-align: left;
    vertical-align: middle;
}

.passbtn {
    background-color: #e1ecf4;
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
}

.xred {
    color: red;
}

.button-container {
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    gap: 0px; /* Adds space between buttons */
    align-items: center; /* Centers buttons horizontally */
}

.button-menu {
    display: flex;
    width: 210px !important;
    flex-wrap: wrap;
    place-content: left;
    margin-bottom: auto;
    margin-top: auto;
    align-content: flex-start;
}

.w100 {
    width: 100%;
    display: table-row;
}

.IntblInput {
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    padding: 2px 7px 2px 4px;
    width:100%;
}
.scroll-container {
    border-radius: 5px;
    /*   width: 100%; */
    overflow-x: auto; /* Enables horizontal scrolling */
    border: 1px solid #ccc; /* Optional: adds a border */
    padding: 0px;
    white-space: nowrap; /* Prevents line breaks */
    max-width: 100%;
    min-width: 100%;
    margin: 5px;
    background-color: ButtonFace;
}

.freeze {
    position: sticky;
    left: -1px; /* Adjust "left" value based on the column's position */
    background-color: #e1ecf4; /* For visibility of frozen columns */
    z-index: 14; /* Ensure it's above other elements */
    width:30px;
    max-width: 28px;
    min-width: 29px;
    padding-left: .0em !important;
    padding-right: .0em !important;
   
}

.freezeTop {
    position: sticky;
    top: -5px; /* Adjust "left" value based on the column's position */
    background-color: #e1ecf4; /* For visibility of frozen columns */
    z-index: 15; /* Ensure it's above other elements */
    max-height: 25px;
    min-height: 25px;
    padding-left: .0em !important;
    padding-right: .0em !important;
}
.tdMaxwidth {
    max-width: 300px;
    min-width: 50px;
    word-wrap: break-word;
    white-space: normal;
    text-align: left !important;
    
}

.tdMaxwidthrt {
    max-width: 200px;
    min-width: 100px;
    word-wrap: break-word;
    white-space: normal;
    text-align: right !important;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 200px;
}

.dropdown-label {
    padding: 2px;
    background-color: transparent;
    cursor: pointer;
    height: 24px;
    display: flex;
    gap: 1px;
    justify-content: left;
    text-align: left;
}

.dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    width: 100%;
    display: none;
    max-height: 150px;
    overflow-y: auto;
    z-index: 100;
}
.dropdown-list li {
        padding: 2px;
        border-bottom: 1px solid #eee;
}

.dropdown-list li:hover {
            background-color: #f9f9f9;
}

.dropdown input[type="checkbox"] {
    margin-right: 8px;
}

.dropdown.open .dropdown-list {
    display: block;
}
.dropbtn {
    min-height: 100%;
    background-color: #e1ecf4;
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    margin: 0px;
    padding: 1px;
    width: 35px;
    height: 22px!important;
}

.droptxt {
    margin: 0px;
    height: 22px !important;
    width: calc(100% - 35px);
    text-align: left;
}
.btnview {
    width: 80px;
    height: 40px;
    margin-left: 3px;
    white-space: normal;
    word-wrap: break-word !important;
}


.PdfFileitem1 {
    margin-left: 0px;
    padding-left: 0px;
    max-width: 800px;
    width: calc( 100% - 1%);
    box-sizing: border-box;
    min-width: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.dialogueX {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
}