/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 12, 2021, 1:29:51 PM
    Author     : pallavi.yelurkar
*/
.nowrap{white-space: nowrap}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
/*.trends {
    margin-top: 50px;
}*/
.rSearch {
    margin-top: 50px;
}
.advSearch {
    height: 370px;
    overflow: hidden;
    overflow-y: scroll;
}
.advSearch tr td{
	padding: 4px 10px;
}
.ajax-loader {
  visibility: hidden;
  background-color: rgb(109 105 105 / 70%);
  z-index: +100 !important;
   position:relative;
}
/*.rSearch{
    opacity: 0.5;
}*/
.ajax-loader img {
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%)
}
#advSearchTbl thead th{
    width: inherit !important;
}