.clasamodal {
    display: none; 
    position: fixed; 
    z-index: 11; 
    padding-top: 120px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,1); 
    background-color: rgba(0, 0, 0, 0.23); 
	border-radius: 5px;
}


.clasamodal-content {
    background-color: #fffefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #999;
    width: 80%;
	border-radius: 10px;
}


.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.pozitionare {
	position: fixed;
	bottom: 0;
	right: 0;
	
}