.TelerikModalOverlay
{
    background-color:#000 !important;
}

.RadWindow_SNH
{
    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;   
    position:relative; 
    outline:none;   
}

.RadWindow_SNH .rwTitlebarControls
{
    height:0 !important;
    width:0 !important;
}

.RadWindow_SNH .rwTitlebarControls td:nth-child(1),
.RadWindow_SNH .rwTitlebarControls td:nth-child(2)
{
    display:none;
}

.RadWindow_SNH .rwControlButtons
{
    position:absolute;
    top:0;
    right:0;
    list-style:none;
    width: 42px !important;
    max-width:42px !important;
}
.RadWindow .rwControlButtons a
{
    height:auto;
    width:auto;
}
.RadWindow_SNH .rwMaximizeButton
{
    display:none !important;   
}
.RadWindow .rwMaximizeButton
{
    display:none !important;   
}

.RadWindow_SNH .rwCloseButton
{
    background-color: #E9E9E9;   
    border: none;
    border-radius: 6px 6px 6px 6px;   
    height: 35px !important;   
    width: 35px !important;
    background-image: url("Window/closeX.png");
    background-position:50% 50% !important;
    cursor:pointer !important;
    margin-top:5px !important;
}
.RadWindow_SNH .rwTitlebarControls em
{
    display:none;
}