#loading {
    /*position: fixed;*/
    position: fixed;
	left: 0px;
	top: 0px;
    width: 100%;
    height: 100vh;
    background: #fff url('../images/loader.gif') no-repeat center center;
    z-index: 9999;
}
.capitalize{
  text-transform: capitalize;
}
.uppercase {
    text-transform: uppercase;
}
.mar-bottom5{
    margin-bottom: 5px;
}
.noTM  {
    margin-top: 0;
}
.xmlFilters {
    display: inline;
    min-width: 50%!important;
    width: auto;
}
.pg-filter{
    border: 1px solid #000;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
}
.pg-filter:after{
    clear: both;
    content: "";
    display: block;
}
.pg-filter open>.dropdown-menu {
    position: static; 
}
.pg-filter .li.dropdown.open .dropdown-menu{
    display:table; 
    width: 100%; 
}
.pg-filter .dropdown-menu>li { 
    display: inline-flex; 
}

.pg-filter .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff!important;
}
.pg-filter .dropdown-menu>li>a:hover {
    color: #000!important;
    text-decoration: none;
    background-color: #c3c3c3;
}