/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 oct. 2017, 15:57:57
    Author     : Pietro
*/

.chiudi{ 
    font-size:18px;
    color:#000;
    font-weight:bold;
    position:absolute;
    right:2%; top:0%;
    cursor:pointer;
}



.overlay{
    background-color: #000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:1004;
    cursor:pointer;
    /*Trasperenza cross browser*/
    opacity: .7; filter: alpha(opacity=70); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	

}


.box{ 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow-y: scroll;
    -moz-box-shadow: 0 0 5px #515151;
    -webkit-box-shadow: 0 0 5px #515151;
    box-shadow: 0 0 5px #515151;
    border: 1px solid #BBB;
    padding: 10px 20px;
    background-color: #fff;
    height: 90%;
}
