
/*CARD SPRITE DIV*/

.ModalFade {
  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;
  

}


.ModalFade_Layer2 {
    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:300;
  

}



.ModalHolder_Layer2 {
    
    
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index:302;
    top:10px;
    max-width: 600px;
   border: 1px solid black;
   
   margin-bottom:100px;
}


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


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

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

}



    
.ModalInnnerHolderLayer2
{
   
    border: 1px solid gray;
    width: 100%;
    background-color: white;
    color: black;
    opacity: 1;
    max-height:600px;
     overflow-y:scroll;
 
}
.CloseButtonLayer2
{
      position:absolute;
      top: 30px;
      right: 30px;
}


