﻿@charset "utf-8";
/* CSS Document */



.closeButton {
    background-color: #f00;
    color: #fff;
    padding: 5px 7px;
    border-radius: 3px;
    bottom: -2px;
    position: relative;
}


.rowDeleteHighlight {
    background-color: #FF9900;
    -webkit-transition: all 1s linear;
}

.sel2 {
    width: 100%;
}
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}
.required:after {
    content: " *";
    color: red;
}

.nav-tabs-new {
    /*border-bottom: solid 1px #cccccc;*/
    margin-top: -40px;
}

    /*.nav-tabs-new .nav-item .active {
        border-left: solid 1px #cccccc;
        border-top: solid 1px #cccccc;
        border-right: solid 1px #cccccc;
    }*/

    .nav-tabs-new .nav-item .active {
        border-bottom: solid 3px #S04896a;
    }


    .nav-tabs-new .nav-item .nav-link {
        display: block;
        padding: 0.5rem 1.6rem;
        background-color: #eee;
        margin-right: 5px;
    }

.party-details-nav-tabs {
    border-bottom: solid 1px #cccccc;
}

    .party-details-nav-tabs .nav-item .active {
        border-left: solid 1px #cccccc;
        border-top: solid 1px #cccccc;
        border-right: solid 1px #cccccc;
    }

.party-details-label-secion {
    margin-bottom: 20px;
}

    .party-details-label-secion label {
        margin-right: 20px;
        color: #2476CC;
        font-size: 15px;
    }

.page-title {
    display: inline-block;
}

.challan_no_box {
    /*display: inline-block;
    margin-left: 3%;
    margin-bottom: 0;
    position: relative;
    top: -3px;*/
    position: absolute;
    top: 21px;
    right: 30px;
}

    .challan_no_box span {
        color: #315FDF;
    }

.party_dtls_box {
    display: inline-block;
    margin-right: 3%;
    margin-bottom: 0;
    position: relative;
}

    .party_dtls_box span {
        color: #315FDF;
    }

.submission {
    border: solid 1px #d7dae3;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #f9f9f9;
    margin-top: 3px;
}

#accordion .card {
    border: 0;
    box-shadow: none;
    margin-top: 2px;
    margin-bottom: 4px;
}

    #accordion .card .card-header {
        border: 0;
        padding: 0;
    }

        #accordion .card .card-header .btn-header-link {
            display: block;
            text-align: left;
            background: #a1dcfa;
            color: #222;
            border-radius: 0;
        }

            #accordion .card .card-header .btn-header-link:after {
                content: "\f106";
                font-family: "fontawesome";
                font-weight: 900;
                float: right;
            }

            #accordion .card .card-header .btn-header-link.collapsed {
                background: #a1dcfa;
                color: #000;
            }

                #accordion .card .card-header .btn-header-link.collapsed:after {
                    content: "\f107";
                }

    #accordion .card .collapsing {
        line-height: 30px;
    }

    #accordion .card .collapse {
        border: 0;
    }

        #accordion .card .collapse.show {
            border: solid 1px #a1dcfa;
            line-height: 30px;
            color: #222;
        }

    #accordion .card .card-body {
        padding: 2px 10px;
    }

.input-width-hack {
    width: 100%;
}

.tbl_comp {
    font-size: 12px;
}

    .tbl_comp th {
        font-weight: normal;
        line-height: 15px;
    }

    .tbl_comp input[type='text'] {
        border: solid 1px #d7dae3;
        border-radius: 4px;
        height: 28px;
    }

.tbl_submission {
    font-size: 12px;
}

    .tbl_submission th {
        font-weight: normal;
        line-height: 15px;
    }

    .tbl_submission input[type='text'] {
        border: solid 1px #d7dae3;
        border-radius: 4px;
        height: 28px;
    }

.alert-pad-set {
    padding: 5px 10px;
}

    .alert-pad-set button {
        padding: 0 !important;
        top: 3px !important;
        right: 6px !important;
    }

.message_alert_box {
    margin-bottom: 0;
}

.remarks-para {
    margin-top: 5px;
}

    .remarks-para a {
        background-color: #eee;
        padding: 5px 8px;
        color: #555;
    }

        .remarks-para a:hover {
            background-color: #a1dcfa;
            padding: 5px 8px;
            color: #000;
        }

.btn-pad-set {
    padding: 2px 6px;
    border-radius: 4px;
}

.btn-pad-set2 {
    padding: 6px 6px;
    border-radius: 4px;
}

.panimate {
    animation: color-change 2s infinite;
}

@keyframes color-change {
    0% {
        color: yellow;
    }

    50% {
        color: #2850a7;
    }

    100% {
        color: yellow;
    }
}

/* trilochan_19-05-2021
    .order_no_btn {
    display: inline-block;
    position: absolute;
    right: 14.5%;
    top: 30px;
    border: solid 1px #ccc;
    padding: 3px 8px;
    cursor: pointer;
}*/

/*trilochan 19052021
        .order_no_btn:hover {
        display: inline-block;
        position: absolute;
        right: 14.5%;
        top: 30px;
        border: solid 1px #A29F9F;
        background-color: #eee;
        padding: 3px 8px;
        cursor: pointer;
    }*/

    /* trilochan 19052021
        .order_no_btn img {
        margin-right: 8px;
    }*/

.order_search_panel {
    position: absolute;
    top: 57px;
    right: 34px;
    width: 320px;
    background-color: #eee;
    padding: 10px;
    z-index: 99;
    border-radius: 6px;
    display: none;
}

.order_search_panel form input {
    width: 90%;
    display: inline-block;
}

.order_search_panel form a.order_search_panel_close_btn {
    background-color: #ccc;
    padding: 6px 10px;
    color: #000;
    font-weight: 700;
    margin-left: -5px;
}

.order_search_panel form a.order_search_panel_close_btn:hover {
    background-color: #ccc;
    padding: 6px 10px;
    color: #D00003;
    font-weight: 700;
    margin-left: -5px;
}

.d-none {
    display:none;
}

.div_calender_box {
    padding: 0.22rem 0.75rem 0.0rem;
}



.input_calender_box {
    width: 85%;
    border: none;
    background-color: transparent;
    padding-top: 0px;
    outline: none;
}

.icon_calender_box {
    float: right;
}
/*New Botton land owner start*/
.input_calender_box_new {
    width: 85%;
    /*border: none;*/
    background-color: transparent;
    padding-top: 0px;
    outline: none;
}

.icon_calender_box_new {
    z-index: 9999;
    position: absolute;
    left: 58%;
    top: 5px;
}
/*New Botton land owner end*/

/*Added by trilochan on 19-05-2021*/

/*.order_no_btn {
    display: inline-block;
    position: absolute;
    right: 22%;
    top: 21px;
    border: solid 1px #ccc;
    padding: 3px 0px 3px 6px;
    cursor: pointer;
}*/
.search_select {
    display: inline-block;
    position: absolute;
    right: 24.83%;
    top: -3px;
    border:none;
    /*border: solid 1px #ccc;*/
    padding: 0px 0px 0px 3px;
    width: 300px;
    z-index: 9;
    border-radius: 0;
}

.order_no_btn {
    display: inline-block;
    position: absolute;
    right: 22%;
    top: 0px;
    border: solid 1px #ccc;
    padding: 1px 0px 5px 6px;
    cursor: pointer;
    outline:none !important;
}
    .order_no_btn i {
        padding-right: 8px;
    }
    /*.order_no_btn:hover {
        display: inline-block;
        position: absolute;
        right: 22%;
        top: 21px;
        border: solid 1px #ccc;
        padding: 3px 0px 3px 6px;
        cursor: pointer;
    }*/

    .order_no_btn img {
        margin-right: 8px;
    }

/*.add_btn_new {
    background-color: #1650ED;
    color: #fff;
    padding: 4px 10px;
    position: absolute;
    top: 21px;
    right: 8%;
}

    .add_btn_new:hover {
        background-color: #0E3CB8;
        color: #fff;
        padding: 4px 10px;
        position: absolute;
        top: 21px;
        right: 8%;
    }*/

.btnVWExportExcel {
    position: absolute;
    top: 0px;
    right:2%;
    padding: 2px 6px;
    border-radius: 0;
}

.search-panel-button {
    position: absolute;
    top: 0px;
    right: 5%;
    padding: 0px 5px;
    border-radius: 0;
}

    .search-panel-button i {
        padding: 5px 3px;
    }
    .search-panel {
    border: solid 1px #ccc;
    padding: 10px;
    width: 250px;
    position: absolute;
    top: 15%;
    right: 5%;
    background-color: #fff;
    z-index: 9999;
    display: none;
}

.search-input {
    display: none;
    width: 0;
}
.search-input-new {
    display: inline-block;
    width: 200px;
    border: none;
    outline: none;
}
.add_btn_new {
    background-color: #a73e5c;
    color: #fff;
    padding: 4px 10px;
    position: absolute;
    top: 0px;
    right: 31.5%;
}
    .add_btn_new:hover {
        background-color: #ef3a6e;
        color: #fff;
        padding: 4px 10px;
        position: absolute;
        top: 0px;
        right: 31.5%;
    }
/*End of Trilochan 19-05-2021*/

.export-btn-section {
     text-align:right;
     padding-right:25px;
}

/*.new_btn_section {
position:absolute;
top:2%;
right:2%;
}*/


.btn_section_new {
    position: absolute;
    top: 5%;
    right: 5%;
}

.adrs-bx {
    /*border-top: solid 1px #eee;*/
    /*border-bottom: solid 1px #eee;*/
    padding: 10px 0 0;
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
}

    .adrs-bx p {
        padding-bottom: 0;
    }

.adrs-sec-lt {
    width: 9%;
    float: left;
}

.adrs-sec-rt {
    width: 87%;
    float: left;
    /*margin-left: 2%;*/
}
.adrs-sec-lt p {
    margin-bottom: 0;
}
    .adrs-sec-rt p {
        border: solid 1px #eee;
        display: inline-block;
        margin-bottom:0;
        /*padding: 3px 5px;*/
    }

.updt-adrs input[type="text"] {
    color: #000000;
    display: block;
    width: 100%;
    height: 28px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d7dae3;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.updt-adrs textarea {
    color: #000000;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d7dae3;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



/*--------------------------------------REPORTS---------------------------------------------------*/
.checkbox_section {
    position: absolute;
    top: 21px;
    right: 25%;
    padding: 2px 6px;
    border-radius: 0;
}

.seelect_section {
    width: 200px !important;
    position: absolute;
    top: -2px;
    right: 7.8%;
    padding: 2px 6px;
    border-radius: 0;
}

.search_select_register {
    display: inline-block;
    position: absolute;
    right: 11.5%;
    top: -3px;
    border: none;
    /* border: solid 1px #ccc; */
    padding: 0px 0px 0px 3px;
    width: 300px;
    z-index: 9;
    border-radius: 0;
}

.order_no_btn_register {
    display: inline-block;
    position: absolute;
    right: 8.3%;
    top: 0px;
    border: solid 1px #ccc;
    padding: 1px 8px 5px 6px;
    cursor: pointer;
    outline: none !important;
}

.seelect_section select {
    border-radius: 0 !important;
}

.purchase_register_section {
    text-align: center;
    margin: 0;
}

    .purchase_register_section h5 {
        margin-bottom: 0px;
    }

    .purchase_register_section h2 {
        margin-bottom: 5px;
    }

    .purchase_register_section p {
        margin-bottom: 5px;
    }

.back_button {
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

    .back_button:hover {
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block;
        color: #0897FF;
    }

.purchase_register_section_tbl tr td:first-child {
    text-align: left;
}

.purchase_register_section_tbl tr td:nth-child(2) {
    text-align: right;
}

.purchase_register_section_tbl thead {
    background-color: #f9f9f9;
}

    .purchase_register_section_tbl thead tr td {
        padding: 8px !important;
        color: #5C73F9;
        font-weight: 700;
    }

.purchase_register_section_tbl tbody tr td {
    padding: 8px !important;
}

.purchase_register_section_tbl tfoot {
    background-color: #f9f9f9;
}

    .purchase_register_section_tbl tfoot tr td {
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        padding: 8px;
    }


/*-----------------------------------------END OF REPORTS---------------------------------------------------*/

div.dataTables_length select {
    padding: 0 30px !important;
}



.modal-fullscreen-xl {
    padding: 0 !important;
}

    .modal-fullscreen-xl .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
/*.modal-fullscreen-xl .modal-body {
  overflow-y: auto;
}*/

.lockscreen-container {
    background-color: #02c99b;
    width: 100%;
    height: 100%;
}

.lockscreen-bx {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-top: 60%;
}

.lockscreen-bx-header {
    text-align: center;
}

.img-bordered-new {
    background-color: #fff;
    border: solid 1px #46c6ff;
    padding: 2px;
}

.img-circle {
    border-radius: 50%;
}

.lockscreen-bx-header img {
    margin-top: -68px;
}

.lockscreen-bx-header h3 {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #1291ff;
}

.lockscreen-bx-body {
    margin-top: 20px;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn .btn {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .input-group-btn:last-child > .btn {
        margin-left: -5px;
    }

    .input-group-btn > .btn {
        position: relative;
    }

.lockscreen-btn {
    background-color: #1d7db4 !important;
    border: solid 1px #1d7db4 !important;
}

.form-group.lockscreen_password .input-group input[type="text"] {
    height: 33px !important;
    margin-right: 5px;
}

.batery {
    width: 90px;
    height: 30px;
    padding-left: 0;
    background-color: #ffd45c;
    padding: 3px;
}
    .batery li {
        width: 16%;
        height: 23px;
        display: inline-block;
        background-color: #ee0202;
        /*border:solid 3px #555;*/
        list-style: none;
        margin-right: 3px;
    }

.dt-card.dt-card-bi {
    padding: 15px;
}

.dt-card.dt-card-bi h3 {
    font-weight: 600;
}

.dt-card.dt-card-bi .bi-bx {
    border: solid 1px #ccc;
    /*margin-bottom: 20px;*/
    border-radius: 4px;
}

.bi-bx .bi-bx-t {
    padding: 10px 0;
    /*padding: 5px 0;
    min-height: 44px;*/
}

    .bi-bx .bi-bx-t p {
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        font-size: 18px;
    }

.bi-bx .bi-bx-b {
    padding: 10px 0;
}

    .bi-bx .bi-bx-b p {
        color: #000;
        text-align: center;
        margin: 10px 0;
        
    }
    .bi-bx .bi-bx-b p span {
        background-color: #eee;
        padding:3px 10px;
        border-radius:30px;
        font-size: 19px;
        color: #687ee9;
    }

.bi-bx .bi-bx-t.bi-bx-t-orange {
    background-color: #f99228;
}

.bi-bx .bi-bx-t.bi-bx-t-blue {
    background-color: #687ee9;
}

.bi-bx .bi-bx-t.bi-bx-t-red {
    background-color: #f92828;
}

.bi-bx .bi-bx-t.bi-bx-t-green {
    background-color: #02bf11;
}

.bi-bx .bi-bx-t.bi-bx-t-yellow {
    background-color: #ebc300;
}

.bi-bx .bi-bx-t.bi-bx-t-brown {
    background-color: #e18322;
}
.tbl-pty-com {
    border-collapse:collapse;
    margin-top:5px;
}
.tbl-pty-com td{
    background-color:#eeeeee;
    padding:5px;
    border:solid 2px #fff;
}
.tbl-pty-comp {
    border-collapse:collapse;
}
.tbl-pty-comp td {
    border: solid 1px #ccc;
    padding:5px;
    background-color:#f7f7f7;
}
.tbl-ofms {
    border-collapse: collapse;
    margin-top:20px;
}
.tbl-ofms th {
    border: solid 1px #ccc;
    padding:5px;
    background-color:#eee;
}
.tbl-ofms td {
    border: solid 1px #ccc;
    padding:5px;
}

.check-no {
    cursor: pointer;
    color: #ff6d00 !important;
}
.check-no:hover {
    cursor: pointer;
    color: #4fb202 !important;
    text-decoration:underline !important;
}

.dasboard-box{
    /*background-color:#ccc;*/
    border-radius:6px;
    padding:40px 20px;
    text-align:center;
}
.dasboard-box strong {
    font-size:18px;
    color:#000;
}
.dasboard-box span {
    font-size:18px;
    background-color:#fff;
    padding:2px 15px;
    border-radius:20px;
}
.dasboard-box-participated{
    background-color:#a1dcfa;
}
.dasboard-box-groupa {
    background-color: #a1fad6;
}
.dasboard-box-groupb {
    background-color: #fadca1;
}
.dt-page__title.dt-page__title-dashboard {
    border-bottom: solid 1px #96d2ff;
    padding-bottom: 5px;
    margin-top:-5px;
}
.sel2-ph ~ .select2 {
    width: 84% !important;
}

.popup-message {
    z-index: 1000;
    /*font-size: 14px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/
}

.tooltip_AG {
    position: absolute;
    background-color: #28a745; /* Light green */
    color: white; /* White text */
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none; /* Prevent interaction */
}

    .tooltip_AG.show {
        opacity: 1;
    }









/* toggle in label designing */
.toggle {
    position: relative;
    display: inline-block;
    width: 76px;
    height: 28px;
    background-color: red;
    border-radius: 30px;
    border: 2px solid gray;
    margin-left: 2px;
    /*top: 10px;*/
}

    .toggle p {
        margin-top: 3px !important;
    }
    /* After slide changes */
    .toggle:after {
        content: '';
        position: absolute;
        width: 38px;
        height: 30px;
        border-radius: 50%;
        background-color: #ffc4c4;
        top: -2px;
        left: -1px;
        transition: all 0.5s;
    }

/* Toggle text */
p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 5px;
}

/* Checkbox checked effect */
.checkbox:checked + .toggle::after {
    left: 34px;
}

/* Checkbox checked toggle label bg color */
.checkbox:checked + .toggle {
    background-color: green;
}

/* Checkbox vanished */
.checkbox {
    display: none;
}

.btn-set {
    padding: 0.1rem 0.3rem !important;
}

.event-price-box .nav-tabs .nav-link {
    background-color: #cccccc;
    color: #000;
    margin-right:10px;
}
.event-price-box .nav-tabs .nav-link.active {
    background-color:#315FDF;
    color:#fff;
}











/* Box container styling for registration success */
.box-container-Reg-Success {
    background-color: #ffffff; 
    border: 2px solid #28a745; 
    border-radius: 12px;
    padding: 30px; 
    margin: 20px auto;
    max-width: 600px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    text-align: center; 
   
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    height: 320px; 
}

    /* Success message styling */
    .box-container-Reg-Success h2 {
        font-size: 36px;
        color: #28a745;
        margin-bottom: 15px; 
    }

    .box-container-Reg-Success p {
        font-size: 18px;
        color: #333;
        margin: 10px 0; 
    }

    /* Optional: Button styling for additional action (e.g., 'Go to Dashboard') */
    .box-container-Reg-Success .success-button {
        background-color: #28a745;
        color: white; 
        padding: 12px 25px; 
        border-radius: 5px; 
        font-size: 16px; 
        border: none; 
        cursor: pointer; 
        margin-top: 20px; 
        text-decoration: none; 
        display: inline-block; 
    }

        .box-container-Reg-Success .success-button:hover {
            background-color: #218838;
        }










/* Container for the success message */
.member-Success_ACCEPT-section {
    display: none; /* Initially hidden */
    text-align: center; /* Center the text horizontally in the container */
}

/* Box container styling */
.box-container-ACCEPT-Success {
    background-color: #f0f8ff; /* Light blue background */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    padding: 20px;
    margin: 20px auto; /* Centers the box on the page */
    max-width: 500px; /* Max width to prevent the box from becoming too wide */
    width: 100%; /* Ensures the box takes up available width but within the max-width limit */
    display: flex; /* Use Flexbox to center content vertically and horizontally */
    flex-direction: column; /* Stack elements vertically */
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
    height: 200px; /* Optional: Set a specific height for vertical centering */
}

/* Styling for the success message content */
.success-message {
    font-family: Arial, sans-serif; /* Clean, readable font */
    color: #333; /* Dark text color */
    text-align: center; /* Center the text within the message box */
}

    /* Title styling */
    .success-message h2 {
        font-size: 24px;
        color: #1e90ff; /* Bright blue color for the heading */
        margin-bottom: 10px;
    }

    /* Paragraph styling */
    .success-message p {
        font-size: 16px;
        color: #555; /* Dark gray text */
        margin-bottom: 10px;
    }

/* Show the section when needed */
.member-Success_ACCEPT-section.show {
    display: block;
}




/*event-tab-section style start*/
.event-tab-section{
    margin-top:10px;
}
.event-tab-section .nav .nav-item {
    margin-right: 10px;
}
.event-tab-section .nav .nav-item a {
    background-color: #2850a7;
    color:#fff;
}
.event-tab-section .nav .nav-item a.active {
    background-color: #326be8;
    color:#fff;
}
.event-tab-section .tab-content {
    border: solid 1px #ccc;
    padding: 15px;
}
/*event-tab-section style end*/



