﻿body
{
}
.requireFieldIndicator
{
    color: Red;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.divDiff
{
    padding-top: 50px;
}
input[type=number]
{
    text-align: right;
}
#divAlertModal
{
    z-index:9999 !important;
}
.scrollTop
{
    position:fixed;
    margin:auto;
    background:blue;
    bottom:5%;
    right:2%;
    display:none;
}
#loading
{
   position: fixed;
   z-index: 999;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   background-color: Black;
   filter: alpha(opacity=60);
   opacity: 0.6;
   -moz-opacity: 0.8;
   z-index: 1001;
}
.LoadingCenter
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background:rgb(255,255,255);
    border-radius: 10px;
}