.error-box{
    text-align:center;
    padding-bottom:20px;
    color:red;
}
.table .thead-light th {
    vertical-align:middle;
}
.rpt-Paging {
    padding: 8px;
    margin: 2px;
    background: white;
    border: solid 1px #dee2e6;
    color: #4e2683;
    font-weight: normal;
}
.tbl-search-panel{
    padding: 0 202px;
    display:block;
    width:100%;
}
.tbl-search-panel tr td {
    vertical-align: top;
}
.tbl-search-panel .search {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.tbl-search-panel .text {
    border-radius: 0px !important;    
}

.tbl-search-panel .search-button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tbl-search-panel .form-control, .tbl-search-panel .button {
    height: 48px;
}
.rpt-detail-btn {
    cursor: pointer;    
}
.rpt-detail-btn:active, .rpt-detail-btn:hover {
    color: #9774c6;
}

/* ----------- Jquey dialog popup  ------------------- */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.ui-dialog-titlebar {
    background-color: #e9ecef;
    color: #4e2683;
}
#CaptchaInputText {
    display: block;
    height: auto;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #dbdbdb !important;
}
.ui-dialog-titlebar {
    background-color: white;
    border: none;
}
.ui-dialog-title{
    padding-left:8px;
}
.ui-icon-closethick{
    background-image:none !important;
}
.ui-dialog-titlebar-close:after {
    content: 'X' !important;
    position: absolute;
    top: -2px;
    right: 3px;
}
.ui-dialog-custom-closebtn {
    text-indent: 9999px;
    color: white;
    display: inline-block;    
}
.ui-button-icon-only {
    display: inline-block;
    background-color: #7a45bc !important;
    width:auto!important;
}
.ui-dialog-title{
    width:93% !important;
}
/*.content ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}*/

.modal-backdrop {
    z-index: 1;
}