﻿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;
}

.cl_Signature
{
    outline-color: Black;
    outline-style: solid;
    outline-width: 2px;
    background-color: White;
}

@media (max-width: 1920px)
{
    body > div.container
    {
        max-width: 1840px;
    }
}

#NavBarUserName
{
   text-transform: capitalize;
}

.gj-grid > tbody > tr > td > div
{
    overflow: visible;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.gj-grid-md thead tr th div[data-role='title']
{
    display: inline;
}

.gj-grid-md thead tr th div[data-role='sorticon']
{
    color:#1987BC;
    display: inline;
    margin-left:5px;
}

.form-control.is-invalid
{
    background-image: none;
}

label 
{ 
    margin:0px
}

.Ap_TempNumber > input::placeholder
{
    color:Red !important;
}