.panel-right {
    background: rgb(98,98,98); 
    background: linear-gradient(90deg, rgba(98,98,98,1) 0%, rgba(239,239,244,1) 2%, rgba(239,239,244,1) 100%);
}

.login-screen-closebutton
{
    position: absolute;
    right: 1%;
    height:10%;
    width:10%;
    display: none;
}

#staffBlock
{
    margin-top: 0px;
}

.etasmall {
    font-size: 12pt; padding-top: 25px; height: 40px;
}

.etatiny {
    font-size: 9pt;
    padding-top: 5px;
    height: 65px;
}

.etalarge {
    font-size: 36pt;
    height: 70px;
}

.etapanic {
    background-color: red;
    color: white
}

.etastandard {
    color: white;
    background-color: teal;
}

.etalate {
    color: white;
    background-color: red;
}
    
.card-header{
    background-color: #efeff7;
}

.eta-popup-row div[class*="col"] {
    padding: 5px;
    text-align: center;

}

.footer-title {
    position: absolute;
    z-index: -1000;
    bottom: 0px;
    right: 5px;
    font-size: 48pt;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: lightgrey;
}

#loginIconImg
{
 border-radius: 22.5%;
}
#catLoginScreen
{
    background: none;
}

#catLoginScreenBG
{
    
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position:center;
    background-attachment: fixed;
    background-size: 100% 100%;
    z-index: -1;
}
