/**
    =======================================================================
    Created: 2021 - 07 - 07
    =======================================================================
    Purpose: Cascading Style Sheets Supporting Same Named .php Script
    =======================================================================
**/
html, body
{
    font-family: Helvetica,sans-serif;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}


/**
    Keep Footer At Bottom Of Page Or Below Content
**/
#PageContainer
{
    min-height: 100vh;
    position: relative;
}


#PageContent
{
    padding: 0 0 100px;
}


#Footer
{
    bottom: 0;
    font-size: .7em;
    height: 60px;
    position: absolute;
    text-align: center;
    width: 100%;
}


/**
    *****************************************************
    *****************************************************
    
    Standard Looks Across All Pages
    
    *****************************************************
    *****************************************************
**/
.Page
{
    display: inline-block;
    position: relative;
    vertical-align: top;
    
    margin: 4px 16px 0 16px !important;
    padding: 12px 12px;
    background-color: #e6e6e6;
    box-shadow: 3px 3px 3px 3px #737373;
}

#ClientSpinner
{
    border: 0;
    padding: 20px 20px;
    position: absolute;
}

.ClearFloats
{
    clear: both;
}

.Pageh3
{
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0;
}

.PageTitle
{
    font-size: 1.2em;
    font-weight: bold;
}

.PageCount
{
    color: #004466;
    font-size: 1.1em;
    font-weight: bold;
}

.Buttons
{
    font-size: .8em;
    margin: 8px 0;
    padding: 4px 0;
    width: 60%;
}

#Count
{
    color: #005580;
    display: inline-block;
    padding: 2px 0 0;
    position: relative;
    vertical-align: top;
}

#List
{
    margin-right: 10px;
}

#ClientMessages
{
    padding: 2px 2px !important;
}
.Msgs
{
    font-weight: bold;
    font-size: .9em;
    margin: 0 8px 0;
    padding: 16px 16px !important;
    text-align: center;
}
.MsgsStatus
{
    border: 2px solid #1a1aff;
    background-color: #cce0ff;
}
.MsgsErrors, .MsgsError
{
    border: 2px solid #800040;
    background-color: #ffb3b3;
}
.ESC
{
    font-size: .9em;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    font-style: italic;
    font-weight: bold;
    margin: 3px 0 6px;
    text-align: center;
}

.HKU
{
    font-size: 1em !important;
    font-weight: bold;
    text-decoration: underline;
}

#Location
{
    border: 2px solid #800000;
    background-color: #ffb3b3;
}
.RecordID
{
    margin: 0 0 6px;
    text-align: right;
    white-space: nowrap;
}
#RecordID span
{
    display: inline-block;
    color: #005580;
    margin: 0 0 0 6px;
}
.HelpDIV
{
    float: right;
    position: relative;
}
.HelpCircle
{
    display: inline-block;
    border-radius: 30px;
    border: 3px solid blue;
    background-color: blue;
    color: yellow;
    cursor: pointer;
    font-family: Helvetica;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    height: 30px;
    width: 30px;
}
.HelpSection
{
    display: block;
    margin: 12px 0 0;
}
.CloseCircle
{
    display: inline-block;
    border-radius: 18px;
    border: 3px solid red;
    /*background-color: red;*/
    color: red;
    cursor: pointer;
    font-family: Helvetica;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    height: 18px;
    width: 18px;
}

.Inactive
{
    background-color: #ffb3b3;
}
/**
    *****************************************************
    *****************************************************
    
    Standard Looks Across All Pages
    
    *****************************************************
    *****************************************************
**/
.FalseNo
{
    color: red ;
    font-weight: bold;
}
.TrueYes
{
    color: green ;
    font-weight: bold;
}

.Archived
{
    background-color: red !important;
    color: #ffffff !important;
}

.No
{
    color: red ;
}
.Yes
{
    color: green ;
}

/**
    Allows Block To Shrink To The Size Of It's Contents And To Wrap In White Space
**/
.DB
{
    display: block !important;
}
.DibVat
{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.Elip
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.TxtElip
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/**
    Remove Underlines From All Links
**/
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}

.TAC
{
    text-align: center;
}

.TAR
{
    text-align: right;
}

/**
Table List Cell Widths
**/
.cw_010 { width:  10px; }
.cw_020 { width:  20px; }
.cw_030 { width:  30px; }
.cw_040 { width:  40px; }
.cw_050 { width:  50px; }
.cw_060 { width:  60px; }
.cw_070 { width:  70px; }
.cw_080 { width:  80px; }
.cw_090 { width:  90px; }
.cw_100 { width: 100px; }
.cw_110 { width: 110px; }
.cw_120 { width: 120px; }
.cw_130 { width: 130px; }
.cw_140 { width: 140px; }
.cw_150 { width: 150px; }
.cw_160 { width: 160px; }
.cw_170 { width: 170px; }
.cw_180 { width: 180px; }
.cw_190 { width: 190px; }
.cw_200 { width: 200px; }
.cw_210 { width: 210px; }
.cw_220 { width: 220px; }
.cw_230 { width: 230px; }
.cw_240 { width: 240px; }
.cw_250 { width: 250px; }
.cw_260 { width: 260px; }
.cw_270 { width: 270px; }
.cw_280 { width: 280px; }
.cw_290 { width: 290px; }
.cw_300 { width: 300px; }
.cw_310 { width: 310px; }
.cw_320 { width: 320px; }
.cw_330 { width: 330px; }
.cw_340 { width: 340px; }
.cw_350 { width: 350px; }
.cw_360 { width: 360px; }
.cw_370 { width: 370px; }
.cw_380 { width: 380px; }
.cw_390 { width: 390px; }
.cw_400 { width: 400px; }
.cw_410 { width: 410px; }
.cw_420 { width: 420px; }
.cw_430 { width: 430px; }
.cw_440 { width: 440px; }
.cw_450 { width: 450px; }
.cw_460 { width: 460px; }
.cw_470 { width: 470px; }
.cw_480 { width: 480px; }
.cw_490 { width: 490px; }
.cw_500 { width: 500px; }

.cwc_010 { text-align: center; width:  10px; }
.cwc_020 { text-align: center; width:  20px; }
.cwc_030 { text-align: center; width:  30px; }
.cwc_040 { text-align: center; width:  40px; }
.cwc_050 { text-align: center; width:  50px; }
.cwc_060 { text-align: center; width:  60px; }
.cwc_070 { text-align: center; width:  70px; }
.cwc_080 { text-align: center; width:  80px; }
.cwc_090 { text-align: center; width:  90px; }
.cwc_100 { text-align: center; width: 100px; }
.cwc_110 { text-align: center; width: 110px; }
.cwc_120 { text-align: center; width: 120px; }
.cwc_130 { text-align: center; width: 130px; }
.cwc_140 { text-align: center; width: 140px; }
.cwc_150 { text-align: center; width: 150px; }
.cwc_160 { text-align: center; width: 160px; }
.cwc_170 { text-align: center; width: 170px; }
.cwc_180 { text-align: center; width: 180px; }
.cwc_190 { text-align: center; width: 190px; }
.cwc_200 { text-align: center; width: 200px; }
.cwc_210 { text-align: center; width: 210px; }
.cwc_220 { text-align: center; width: 220px; }
.cwc_230 { text-align: center; width: 230px; }
.cwc_240 { text-align: center; width: 240px; }
.cwc_250 { text-align: center; width: 250px; }
.cwc_260 { text-align: center; width: 260px; }
.cwc_270 { text-align: center; width: 270px; }
.cwc_280 { text-align: center; width: 280px; }
.cwc_290 { text-align: center; width: 290px; }
.cwc_300 { text-align: center; width: 300px; }
.cwc_310 { text-align: center; width: 310px; }
.cwc_320 { text-align: center; width: 320px; }
.cwc_330 { text-align: center; width: 330px; }
.cwc_340 { text-align: center; width: 340px; }
.cwc_350 { text-align: center; width: 350px; }
.cwc_360 { text-align: center; width: 360px; }
.cwc_370 { text-align: center; width: 370px; }
.cwc_380 { text-align: center; width: 380px; }
.cwc_390 { text-align: center; width: 390px; }
.cwc_400 { text-align: center; width: 400px; }
.cwc_410 { text-align: center; width: 410px; }
.cwc_420 { text-align: center; width: 420px; }
.cwc_430 { text-align: center; width: 430px; }
.cwc_440 { text-align: center; width: 440px; }
.cwc_450 { text-align: center; width: 450px; }
.cwc_460 { text-align: center; width: 460px; }
.cwc_470 { text-align: center; width: 470px; }
.cwc_480 { text-align: center; width: 480px; }
.cwc_490 { text-align: center; width: 490px; }
.cwc_500 { text-align: center; width: 500px; }

.cwr_010 { text-align: right; width:  10px; }
.cwr_020 { text-align: right; width:  20px; }
.cwr_030 { text-align: right; width:  30px; }
.cwr_040 { text-align: right; width:  40px; }
.cwr_050 { text-align: right; width:  50px; }
.cwr_060 { text-align: right; width:  60px; }
.cwr_070 { text-align: right; width:  70px; }
.cwr_080 { text-align: right; width:  80px; }
.cwr_090 { text-align: right; width:  90px; }
.cwr_100 { text-align: right; width: 100px; }
.cwr_110 { text-align: right; width: 110px; }
.cwr_120 { text-align: right; width: 120px; }
.cwr_130 { text-align: right; width: 130px; }
.cwr_140 { text-align: right; width: 140px; }
.cwr_150 { text-align: right; width: 150px; }
.cwr_160 { text-align: right; width: 160px; }
.cwr_170 { text-align: right; width: 170px; }
.cwr_180 { text-align: right; width: 180px; }
.cwr_190 { text-align: right; width: 190px; }
.cwr_200 { text-align: right; width: 200px; }
.cwr_210 { text-align: right; width: 210px; }
.cwr_220 { text-align: right; width: 220px; }
.cwr_230 { text-align: right; width: 230px; }
.cwr_240 { text-align: right; width: 240px; }
.cwr_250 { text-align: right; width: 250px; }
.cwr_260 { text-align: right; width: 260px; }
.cwr_270 { text-align: right; width: 270px; }
.cwr_280 { text-align: right; width: 280px; }
.cwr_290 { text-align: right; width: 290px; }
.cwr_300 { text-align: right; width: 300px; }
.cwr_310 { text-align: right; width: 310px; }
.cwr_320 { text-align: right; width: 320px; }
.cwr_330 { text-align: right; width: 330px; }
.cwr_340 { text-align: right; width: 340px; }
.cwr_350 { text-align: right; width: 350px; }
.cwr_360 { text-align: right; width: 360px; }
.cwr_370 { text-align: right; width: 370px; }
.cwr_380 { text-align: right; width: 380px; }
.cwr_390 { text-align: right; width: 390px; }
.cwr_400 { text-align: right; width: 400px; }
.cwr_410 { text-align: right; width: 410px; }
.cwr_420 { text-align: right; width: 420px; }
.cwr_430 { text-align: right; width: 430px; }
.cwr_440 { text-align: right; width: 440px; }
.cwr_450 { text-align: right; width: 450px; }
.cwr_460 { text-align: right; width: 460px; }
.cwr_470 { text-align: right; width: 470px; }
.cwr_480 { text-align: right; width: 480px; }
.cwr_490 { text-align: right; width: 490px; }
.cwr_500 { text-align: right; width: 500px; }


/*******************************************************
    Modules
*******************************************************/
.ModDIV
{
    margin: 0 0 12px;
    min-width: 300px;
    position: relative;
}

.ModBttnNew
{
    background-color: #99ff99;
    margin: 0 0 3px;
    min-width: 260px;
    padding: 2px 0;
    width: 60%;
}

.ModEditor
{
    position: relative;
    background-color: #e6e6e6;
    border: 4px solid #204060;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 3px #737373;
    min-width: 320px;
    padding: 10px 16px 10px 8px;
}

.ModSpinner
{
    position: absolute;
    left: 45%;
    text-align: center;
    top: 20px;
    z-index: 110;
}

.ModList
{
    position: relative;
    
    background-color: #b3f0ff;
    border-style: inset;
    min-width: 340px;
    border: 2px solid #3d3d3d;
}

.ModListTitle
{
    color: #538cc6;
    font-size: 2em;
    font-weight: bolder;
    margin: 2px 40px 3px;
    text-align: center;
}

.ModForm
{
    margin: 0 0 6px;
}
.ModForm div
{
    padding: 0 0 3px;
    white-space: nowrap;
}

#StatusNo
{
    color: red;
}
#StatusYes
{
    color: green;
}
#StatusComplete
{
    color: green;
}

/**
    *****************************************************
    Spinner
    *****************************************************
**/
.Spinner
{
    background-color: #99b3ff;
    border-radius: 50px;
    color: official;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100px;
    width: 100px;
    z-index: 4000;
}
.Spinner div
{
    transform-origin: 50px 50px;
    animation: Spinner 1.2s linear infinite;
}
.Spinner div:after
{
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 47px;
    width: 6px;
    height: 35px;
    border-radius: 20%;
    background: #fff;
}
.Spinner div:nth-child(1)
{
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.Spinner div:nth-child(2)
{
    transform: rotate(30deg);
    animation-delay: -1s;
}
.Spinner div:nth-child(3)
{
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.Spinner div:nth-child(4)
{
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.Spinner div:nth-child(5)
{
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.Spinner div:nth-child(6)
{
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.Spinner div:nth-child(7)
{
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.Spinner div:nth-child(8)
{
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.Spinner div:nth-child(9)
{
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.Spinner div:nth-child(10)
{
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.Spinner div:nth-child(11)
{
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.Spinner div:nth-child(12)
{
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes Spinner
{
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}

