/*
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 : 6 Jul, 2017, 7:28:38 PM
    Author     : santu
*/
.ldiv {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    cursor: pointer;
    display: none;
    
}
/*.lspan {
    color:#fff;
    background-color: #3288C4;
    text-align: center;
    border-radius:8px;
    width: 10%; 
    padding: 9px;
}*/
.loader {
    display: none;
    text-align: center;
}
/*.cbp-l-filters-dropdownList {
    height:100px;
    overflow-y: scroll;
}*/

/*loader css*/
.loader-lay {
    width: 100%;
    height: 100%;
    position: fixed;
    /*background: rgba(255,255,255,0.7);*/
    /*background: rgba(0,0,0,0.1);*/
    background: rgba(200,200,200,0.7);
    z-index: 9999;
    display: none;
}
.loader-lay img {
    position: absolute;
    width: 150px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*loader css end*/
.tspan {
    display: none;
}
.filter-block {
    width: 200px;
    float: right;
    margin-left: 22px;
}
.cbp-l-filters-dropdownList {
    max-height: 370px;
    overflow-y: auto;
}
.filter-block .label {
    padding-bottom: 5px;
}