#dealershipForm .filters, .date-range-picker .icon-drop-arrow-fill, #dealerForm .filters, .tabBody .summary,  .reposive .gs_ta_noresults, .reposive #exportToExcelLink, .reposive .filter-container, .reposive .filters, .reposive .summary{
    display: none;
}
.reposive .pagination li.hidden{
    display: none!important;
}

.reposive.new-design-gird-layout .filter-container , .reposive.new-design-gird-layout .filters{
    display: table-row;
}

.reposive.new-design-gird-layout .filters{ border-left: solid 1px #e7e7e7; border-right: solid 1px #e7e7e7; }
.reposive.new-design-gird-layout .filters td { position: relative; }
.reposive.new-design-gird-layout .filters td > *{ position: absolute;
    bottom: -56px;
    width: 100%;
    z-index: 1;
    padding: 10px;
    background: #f8f9fb;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border-radius: 0 0 3px 3px; 
}
.ui-autocomplete{
    z-index: 9999;
    max-height: 300px;
    overflow-y: scroll;
    max-width: 300px;
    word-wrap: break-word;
}

.ui-autocomplete .ui-menu-item {
    overflow-x: hidden;
}
.add_rule {
    text-align: right;
    display:none;
}
.add_rule .ad_rule_btn:hover {
    background-color: #f13d17;
    color: #fff; 
}
.add_rule .ad_rule_btn {
    width: 100px;
    line-height: 28px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #f75d34;
    font-size: 12px;
    letter-spacing: 0px;
    color: #f75d34;
    font-family: 'Roboto-medium';
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
}


    /**AJAX Loader CSS**/
.custom-loader{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: wait;
}
.custom-loader .bg{
    background: #000000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.lds-roller {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 41%;
    left: 46%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.001);
    padding: 10px;
    z-index: 99;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.red-font{
    color: red;
    margin-top:-15px;
    padding:10px;
    background-color: #f5f4f4;
}
.download-saleable-leads{
    float: right;
    margin-top: -48px;
    background: #f5f4f4;
    padding: 10px;
}