﻿.btnprimary {
    background-color: #134769 !important;
    color: #fff !important;
    /* background: #134769;
    border: 0;
    border-radius: 4px;
    margin-top: 30px*/
    /* 06-05-2024 Change padding left (make left and right padding same) to display text in center of button */
    /*padding-left: 45px !important;*/
    padding-left: 35px !important;
    padding-right: 35px !important;
    border: 0 !important;
    border-radius: 4px !important;
}


.btnsecondary {
    background-color: #185470e3 !important;
    color: #fff !important;
    /* Added */
    /*height: 43px !important;*/
    /* 06-05-2024 Change padding left (make left and right padding same) to display text in center of button */
    /*padding-left: 45px !important;*/
    padding-left: 35px !important;
    padding-right: 35px !important;
    border: 0 !important;
    border-radius: 4px !important;
}

.primaryclr {
    background-color: #009EF7 !important;
}


#fromdt, #todt, #FromDate, #ToDate {
    background: url('/images/calendar_icon2.png') no-repeat;
    border: 1px solid #ccc;
    /*height: 18px;
    width: 100px;*/
    /*padding-left: 25px;*/
    background-size: 22px;
    /*background-position: right;*/
    background-position: calc(100% - 10px) 50%;
}

/*22-08-2023 Hide Background*/
@media (max-width: 1414px) {
    #fromdt, #todt, #FromDate, #ToDate {
        background: none; /* Remove the background image */
    }
}

#fromdt:hover, #todt:hover, #FromDate:hover, #ToDate:hover {
    cursor: pointer;
}

.error-message {
    color: red;
    margin-left: 5px;
}

span.error-message {
    display: inline;
}

.error, .validation-summary-errors {
    color: red !important;
    margin-left: 5px;
    font-weight: 400 !important;
}

label.error {
    display: inline;
}

.pageheading {
    color: #185470e3 !important;
    font-weight: 600 !important;
    font-size: 24px !important;
}

.pagelabel {
    color: #185470e3 !important;
}


/* Change Password */
/*#changepwdwrapper > .d-lg-flex half > .contents {*/
#changepwdwrapper > .half > .contents {
    width: 67% !important;
}

/*Reset Password */
#resetpwdwrapper > .half > .contents {
    width: 67% !important;
}

/* Styles for the loader container */
.loader {
    display: none; /* Hide the loader by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent background */
    z-index: 9999; /* Ensure it appears above other content */
}

    /* Center the loader image */
    .loader img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.activeMenu {
    background-color: #282A37;
    color: #fff !important;
}

/*22-08-2023 Add Style */
.card-header {
    /*padding: 0.5rem 1rem;
    margin-bottom: 0;*/
    background-color: rgba(0,0,0,.03) !important;
    /*border-bottom: 1px solid rgba(0,0,0,.125);*/
}

select.form-control {
    appearance: auto !important;
}

.maintable {
    width: 100%;
}

    .maintable table {
        width: 100% !important;
        max-width: 500px;
    }

        .maintable table.dataTable {
            max-width: 100%;
        }
