/* 
    Created on : 27/11/2017, 13:25:05
    Author     : SPort
*/

.modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}

.window-modal {
    position: absolute;
    background: #FFF;
    width: 30%;


    left: calc(50% - 15%);
    top: 20%;

}
.window-modal .content{
    /*overflow-y: scroll;*/ 
    max-height: 500px;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sair-modal {
    background: url(sair.png) center center no-repeat;
    background-size: 15px;
    height: 20px;
    width: 20px;
    top: -40px;
    right: 0;
    display: block;
    position: absolute;
}
