/*
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 : 20 січ 2016, 18:51:05
    Author     : vladislav
*/

#SH_windows_alert_wrap{ 
    display: none; 
    opacity: 0.8; 
    position: fixed; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    padding: 16px; 
    background-color: rgba(1, 1, 1, 0.725); 
    z-index: 100; 
    overflow: auto;
    z-index: 100001;
} 

#SH_windows_alert{ 
    width: 400px; 
    height: 400px; 
    margin: 50px auto; 
    display: none; 
    background: #fff; 
    z-index: 200; 
    position: fixed; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    padding: 16px; 
    z-index: 100002;
} 

.SH_windows_alert_close{ 
    cursor: pointer;
    float: right;
}
.SH_windows_alert_header{
    
}
#SH_windows_alert_title{
    float: left;
}
.SH_window_footer{
    width: 100%;
    display: inline-block;
}
.SH_windows_alert_Content > textarea{
    width: 100%;
}