﻿#bgDiv {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: Black;
    filter: alpha(opacity=25);
    opacity: 0.5;
    z-index: 1000;
}

#Progress {
    top: 45%;
    left: 40%;
    text-align: center;
    position: fixed;
    background-color: transparent;
    width: 300px;
    z-index: 1001;
}

.calendar-align {
    position: absolute;
    right: 15px;
    top: 25px;
    padding: 2px;
    z-index: 2;
}
.modal-header .close {
    margin-top: -20px !important;
    margin-right: 8px;
    outline:none;
    border:none;
    background:none;
    top:23px!important;
}
.scroller .alert {
    margin-bottom: 0px;
    padding: 6px 17px 5px 15px;
}

#mdlSearchBroker .modal-dialog {
    min-width: 80%;
}

.panelSet {
    border: solid thin #ccc;
    padding: 8px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.pos-fix {
    position: absolute;
    top: 28px;
    right: 20px;
}

#TOPtblBrokerSearch {
    max-height:68vh;
}


/*Mayur css 20/01/25*/
.calendariconSet {
    position: absolute;
    top: 30px;
    right: 10px;
}

.pnlAdvSearch {
    border: solid thin #ccc;
    padding: 8px 15px;
    border-radius: 10px;
    margin: 10px;
    position: relative;
}

    .pnlAdvSearch h2 {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }

.closeAdvSearch {
    color: #000 !important;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 3px 5px;
}

.pos-fix {
    position: absolute;
    top: 30px;
    right: 25px;
}
/*Mayur css end 20/01/25*/