﻿/* standard elements styles  */
footer {
    font-size: xx-small;
}



/* disable arbitrary Apple iPhone hyperlink underscoring */

.linkcolor {
    color: #0070E0;
}

.appleLinks a {
    text-decoration: none !important;
}


/* Local styles */
.aryinvisible{display:none;}

.tinytext{font-size: xx-small;}

.bg-participants {
    background-color: #A5BAC9; /*SJC river blue */
}

.bg-gray84 {
    background-color: #D6D6D6;
}

.bg-gray94 {
    background-color: #B8B8B8; /* example: optional textboxes */
}

.bg-services {
    /* SJC sand */
    background-color: #E0D0A6;
}

.btn-sjctrueblue {
    background-color: #0071CE; /* SJC True Blue */
    color: white;
}

.bg-lotterybutton {
    background-color: #FFB71B; /*  SJC yellow */
    color: #003B71 !important; /* SJC Navy*/
    font-weight: bold;
}

.bg-dark-sjc { 
    background-color: #003871 !important;
    margin-bottom:1em; 
}

.center{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.cursor-grab {
    cursor:grab ;
}


.el_Notifications{} /*  #notifications #subscribe */

.sjcnavy {
    color: #003B71 !important; /* SJC Navy*/
}

.sjcgold {
    color: #FFB71B; /*  SJC yellow */
}
.bg-body-sjc {
    background-color: #2a3a4e;
    margin-top: 6pt;
}


.btn-red-sjc,.btn-check:active + .btn-red-sjc, .btn-check:checked + .btn-red-sjc, .btn-red-sjc.active, .btn-red-sjc:active, .show > .btn-red-sjc.dropdown-toggle {
    color: #fff;
    background-color: #FF8300; /* SJC citrus*/
    border-color: #a52834;
}


/* #spin-wheeler  more spinners: https://icons8.com/preloaders/en/circular */
#divloading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;    
    background-color: #fff;
    z-index: 99;
    opacity :.9;
}
#loading-image {
    z-index: 100;
}
/* end  spin-wheeler*/




