﻿/* Typography here strives to follow  the document StJohnsCounty_Branding_Guidelines_Final.pdf  v. year 2024 */

* {
    color: #003B71;
}

/* Application members specific styles */
.Webapppilot {
    background-color: beige;
}
/* END Application members specific styles */


/* SJC corp styles   */
.bg-body-sjc {
    background-color: #2a3a4e;
    margin-top: 6pt;
}

.bg-gray84 {
    background-color: #D6D6D6;
}

.bg-dark-sjc {
    background-color: #003871;
}

.sjcnavy {
    color: #003B71 !important; /* SJC Navy*/
}

.sjcgold {
    color: #FFB71B; /*  SJC yellow */
}

.sjcblue {
    color: #0071CE; /* SJC True Blue */
}

.sjccitrus {
    color: #FF8300; /* SJC citrus*/
}

.sjcriverblue {
    color: #A5BAC9; /*SJC river blue */
}


/*  hyperlink nounderscore nodecoration */
a.stripped{
    text-decoration:none;
}
span.stripped {
    text-decoration: none;
}


html, body {
    min-height: 100%;
    overflow-x: hidden; /* Hide horizontal scrollbar */
    background-color: #F8F9FA;
}



body, input, a, label {
    font-family: 'Crimson Text';
}



footer {
    font-size: small;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: 'Crimson Text';
    color: whitesmoke;
}




.wipedoff{
    display:none;    
}

.nodisplay {
    display: none;
    visibility: hidden;
}

aside p{font-size:smaller;}




h1 {    
    font-family: 'Work Sans';
    font-weight: bold;
    text-transform: uppercase;
    /* fs-6 fw-normal text-center text-secondary mb-4 */
}
h2 {    
    font-family: 'Crimson Text';    
    text-transform: capitalize;
}
h3 {    
    font-family: 'Work Sans';
    text-transform: capitalize;
    font-weight: bold;
}
caption {    
    font-family: 'Work Sans';
    text-transform: uppercase;
    font-weight: bolder;
}

.anchor-focused{
    font-size:larger;
    font-weight: bolder;
}

.a_forget {
    font-size: smaller;
    font-weight: bolder;
}


.container.antiflash {
    background-color: #E9ECEF;
}

.containerlogin{
    min-width:320px;
    width:60%;
    max-width: 40%;
}
.contentcontainerAlpha{
    margin-bottom:3em;
}

.capslockwarning {
}


.mt-1 {
    margin-top: 1rem
}

.mt-2 {
    margin-top: 2rem
}

.mt-3 {
    margin-top: 3rem
}

.mt-4 {
    margin-top: 4rem
}

.mt-5 {
    margin-top: 5rem
}

.mt-6 {
    margin-top: 6rem
}

.mb-1 {
    margin-bottom: 1rem
}

.mb-2 {
    margin-bottom: 2rem
}

.mb-3 {
    margin-bottom: 3rem
}

.mb-4 {
    margin-bottom: 4rem
}

.mb-5 {
    margin-bottom: 5rem
}

.mb-6 {
    margin-bottom: 6rem
}

.my-1 {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.my-2 {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.my-3 {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.my-4 {
    margin-bottom: 4rem;
    margin-top: 4rem
}

.my-5 {
    margin-bottom: 5rem;
    margin-top: 5rem
}

.my-6 {
    margin-bottom: 6rem;
    margin-top: 6rem;
}

.password, .passwordn{

}

.popover {
    max-width: 75%; /* Max Width of the popover (depending on the container!) */
}



/* Captcha */
#CaptchaWrap {
    margin: auto;
}
#CaptchaWrap .btn {
    margin-top: 1em;
}
/* End Captcha */



#GridViewCustomers tbody {
    border: 1px solid #dbb1ee;
    border-radius: 7px;
    background-color: #e6f5f3;   
    color: #003B71;
    margin-left: auto;
    margin-right: auto;
}
#GridViewCustomers td {
    padding: 1rem;
}
#GridViewCustomers a {
    
}







.center {
    margin-left: auto;
    margin-right: auto;
}

.lh0{
    line-height:0;
    height:0;
}
.lh1 {
    line-height: 1;
    height: auto;
}










/* info-tips */
/*
.info-icon {
    position: absolute;
    right: 10px;
    top: 36px;
    font-size: 18px;
    color: #007BFF;
    cursor: pointer;
    user-select: none;
}*/
.info-icon {
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 18px;
    color: #007BFF;
    cursor: pointer;
    user-select: none;
}
.tip {
    display: none;
    margin-top: 6px;
    font-size: 14px;
    color: #003B71;
    background: #f0f8ff;
    padding: 6px 10px;
    border-left: 3px solid #007BFF;
    border-radius: 4px;
    font-family: 'Crimson Text';
}
    .tip.visible {
        display: block;
    }
/* end info-tips */