
/*CARD SPRITE DIV*/

.WebcamModalFade {
  background-color: rgba(128, 128, 128, 0.65);
  left:0px;
    top:0px;
    /*opacity: 0.7;*/
    width:100%;
    height:100%;
    bottom:0px;
    position:fixed;
    
    z-index:200;
  

}
.WebcamModalHolder {
    
    
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index:201;
    top:10px;
    padding-left:17px;
    padding-right:17px;
    margin-bottom:100px;
   
}


.WebcamModalInnnerHolder
{
   
    border: 1px solid gray;
    width: 100%;
    background-color: white;
    color: black;
    padding: 15px;
    opacity: 1;
    max-height:600px;
    overflow-y:scroll;

}
.WebcamModalInnnerHolderNoScroll
{
   
    border: 1px solid gray;
    width: 100%;
    background-color: white;
    color: black;
    padding: 15px;
    opacity: 1;

}



.webCamCloseButton {

    right: 80px;
    bottom: 40px;
    position: absolute;
    z-index: 11;
    border-radius: 4px;
    border: 2px solid red;
    padding: 10px;
}


.webCamCloseButtonTop {

    right: 80px;
    top: 40px;
    position: absolute;
    z-index: 11;
    border-radius: 4px;
    border: 2px solid red;
    padding: 10px;
}