﻿.label {
    color:black !important;
}
.TestCsslbl {
    text-overflow:ellipsis ; overflow:hidden; text-wrap:none
}
/*.row{
    padding-bottom:5px;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px !important;
    }
}*/

div.loading {
    margin-left: auto;
    margin-right: auto;
    background: url('Images/loading.gif') no-repeat center center;
    height: 50px;
    width: 50px;
    position: relative;
}

.Updating {
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 10000;
}
