﻿
.dvPgTTL {
    height: 79px;
    background: url('images/AdmLogo.jpg');
    background-size: 100% 100%;
    text-align: left;
    vertical-align: bottom;
    font: 20pt verdana, Arial, Helvetica, sans-serif;
}

div.RadMenu .rmLast {
    float: right;
}

#chatIcon {
    padding: 4px !important;
    padding-left: 10px !important;
}

.pnlDateRange {
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
}

.RadGrid .rgNumPart a.rgCurrentPage span {
    text-decoration: underline;
}
#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url('../images/loading.gif') no-repeat center calc(50% - 150px);
    z-index: 9999;
    top: 110px;
    left: 0;
    transition: 0.5s;
}
#loading.loadingHidden {
    opacity: 0;
    left: -100%;
}
/*IE Styles*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    #chatIcon {
        display: none;
    }

    #chatMenuItem {
        display: none;
    }
}
