/*
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 : 18 Eki 2020, 12:48:35
    Author     : dogus
*/

.modal-bg {background:#333; opacity:0.7;position:fixed;top:0;bottom:0;right:0;left:0;}
.modal-grubu {}
.modal-container {position:relative;}
.modal-kapat {position:absolute; top:20px; right:20px;color:#fff;z-index:99999;}
.modal-icerik {background:#fff;position: fixed;padding:10px;border:1px solid #333;overflow-y: auto;}