@CHARSET "ISO-8859-1";

#nocopy-alert-frame {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

#nocopy-alert-window {
    position: fixed;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
    background-color: #f0f0f0;
    border: 1px solid #2d81c3;
}

#nocopy-alert-window h4,
#nocopy-alert-window p,
#nocopy-alert-window button {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
#nocopy-alert-window p {
    text-align: center;
    margin: 20px 0 0;
}
#nocopy-alert-window section{
    padding: 10px;
}
#nocopy-alert-window section:first-child{
    background-color: #ffffff;
}
#nocopy-alert-window section:last-child{
    width: 205px;
    margin: 0 auto 20px;
}
#nocopy-alert-window button{
    padding: 5px 10px;
    width: 80px;
    margin: 0 5px;
    background-color: #e1e1e1;
    color: #000000;
    text-transform: capitalize;
    border: 1px solid #adadad;
}
#nocopy-alert-window button:hover {
    border: 2px solid #2d81c3;
    margin-top: -1px;
    margin-bottom: -1px;
}
