.logo {
    background-color: #ffffff; 
    border: none;
    color: white;
    padding: 10px;
    width: auto;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;    
    border-radius: 50%;

  }
 


  .colItemscenter {
    text-align: center;
    display:inline-block; 
}

.greyedOut {
    opacity: 0.5; /* Makes the area look greyed out */
    pointer-events: none; /* Disables user interaction */
}




.buttonLink {
    background-color: #4500a4; 
    border: 5px solid white;
    height: 75px;
    width: 75px;
    color: rgb(255, 255, 255);
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    padding-top: 5px;
    text-decoration: none; 
}


.buttonLink:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 1); 
  }



.buttonLinkDisable {
    background-color: #4500a4; 
    border: 5px solid white;
    height: 755px;
    width: 75px;
    color: white;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    padding-top: 5px;
    text-decoration: none;
}

.buttonLink p, .buttonLinkDisable p {
    color: rgb(255, 255, 255); 
    padding-top: 5px; 
    text-align: center; 
    padding-top: 20px;
    font-size: 16px;

}

.iconSpan img {
    width: auto; height: 47px; margin-top: -10px;
}

.iconSpan svg {
    margin-top: -10px;
}


.appName {
    padding: 5px;
    color: white;
}

.appName span {
    color: white;
    font-size: 10px;
}


.appName span a {
    padding-left: 2px;
    padding-right: 1px;;
    font-size: 14px;
    color: white;
    text-decoration: none;
}


.appName span a:hover {
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    background-color: #4500a4;
    border-bottom: 2px solid #4500a4;
}


.overColor1 {
    background-color: #c73f3f; 
}
 
.overColor2 {
    background-color: #ce7f7f; 
}

.overColor3 {
    background-color: #ca9d9d; 
}

.overColor4 {
    background-color: #ecc6c6; 
}
 
  

.line {
    border-bottom: 1px solid white;
    width: 100%;    
    margin-top: 30px;
    padding-bottom: 10px;
}   


.logout {
    margin-top: 30px;
    text-align: right;
    text-decoration: none;
}

.back{
    margin-top: 30px;
    text-align: right;
    text-decoration: none;
}

.back:hover{
    font-weight: 500;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.logout:hover {
    font-weight: 500;
    color: white;
    text-decoration: none;
}
.title {
    color: white;
}



.extraSpace1rem {
    margin-top: 1rem;
}



.extraSpace4rem {
    margin-top: 4rem;
}


.iconSpan {

    font-size: 35px; color: rgb(255, 255, 255);
}


@media (max-width: 765px) { 

    .col-md-2 {
        margin-bottom: 20px;
    }

    .line {
        margin-top: 10rem;
    }


}


.divider {
    border-left: 1px solid #4500a4;
    margin-left: 2px;
    margin-right: 5px;
}

.breadcrumb-light li a{
    text-decoration: none !important;
}



#paparless_p{
    margin-bottom: -5px;
}

#paperLess_download{
    text-decoration: none;
    color: white;
}

#paperLess_download:hover{
    background-color: #4500a4;
    border-bottom: 2px solid #4500a4;
    font-size: 17px;
    padding-left: 3px;
    padding-right: 3px;
}

#Underline{
    background: white;
    position: absolute;
    top: 75px;
    z-index: -1;
    width: 99%;
    height: 1px;
    opacity: 1;
}

/* duwhduiwioed */