﻿#bgDiv
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: Black;
    filter: alpha(opacity=25);
    opacity: 0.5;
    z-index: 999;
}
#Progress
{
    top: 45%;
    left: 40%;
    text-align: center;
    position: fixed;
    background-color: transparent;
    width: 300px;
    z-index: 9999;
}

.popup
{
    height: 325px;
    width: 95%;
    position: absolute;
    margin-left: 2px;
    z-index: 10000;
    background: #fff;
}

.loadingP
{
    background-image: url('../Images/generated-image.gif');
    width: 15px;
    display: inline-block;
}


.collapse1
{
    width: 15px;
    height: 12px;
    background-image: url('Style/Images/ui-icons_454545_256x240.png');
    background-repeat: no-repeat;
    background-position: -36px -17px;
    display: inline-block;
    cursor: pointer;
}

.expand
{
    width: 15px;
    height: 12px;
    background-image: url('Style/Images/ui-icons_454545_256x240.png');
    background-repeat: no-repeat;
    background-position: -50px -17px;
    display: inline-block;
    cursor: pointer;
}

.treeview ul
{
    font: 14px Arial, Sans-Serif;
    margin: 0px;
    padding-left: 20px;
    list-style: none;
}

.treeview > li > a
{
    font-weight: bold;
}

.treeview li a
{
    padding: 4px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    width: auto;
}

#unit_representation ul li ul
{
    margin-left: 15px;
}

#unit_representation ul li ul span:nth-child(2)
{
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.treenodeclick
{
    cursor: pointer;
}
.imgSearch
{
    color: #fff !important;
}
.imgRefresh
{
    color: #fff !important;
}
#contentLogin_contentMain_Sectionformfull > div
{
    overflow: visible !important;
}
.FilterDiv + div, .heading + div
{
    overflow: visible !important;
}
.mt-10
{
    margin-top: -10px;
}
.perBG {
    height: 6px;
    background: #dcdcdc;
    border-radius: 20px;
}
    .actualPerc {
    height: 6px;
    background: #27d05b;
    
    border-radius: 20px;
}
    .filterCriteria .AddWrapp ul.Addview li > div span.errorForDate {
    color: #dd4b39 !important;
    font-weight: normal;
    position: absolute;
    padding-top: 22px;
    left: 0;
}