﻿body
{
    padding-top: 70px;
}

input[type=checkbox] {
  margin-right: 5px; }

#FooterCopyright
{
    width: 300px;
    padding-top: 20px;
    padding-bottom: 15px;
    margin: auto;
}

#PageLoaderContainer
{
    display: none;
    position: fixed;
    z-index: 50001;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    filter: alpha(opacity=00);
}

#PageLoaderSpinnerContainer
{
    position: absolute;
    height: 150px;
    width: 150px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.AppVersion {
  font-size: 12px; }

.AppVersionSmall {
  font-size: 10px; }
