/*
li.notificationItem, li.notificationItem + li {
    visibility: hidden;
    display: none;
}

li[title="Choose Theme"], li[title="Choose Theme"] + li{
    visibility: hidden;
    display: none;
}
*/

:root {
    text-underline-offset: 8px;
}
/*
.VerticalTemplate table#MT>tbody>tr>td.dxsplPane_Office2010Blue {
    position: sticky;
    top: 0;
    z-index: 20000;
}

#VerticalTemplateHeader {
    border-bottom: 0px solid #8ba0bc;
}

#VerticalTemplateHeader.scrolled {
    border-bottom: 1px solid #8ba0bc;
}
*/

div.right-banner {
    position :absolute;
    z-index: 20000;
    top:210px;
    right:0px;
}


div.Footer {
    padding: 8px 8px 8px;
}

.NavigationHistoryLinks {
    display: none;
}

.Layout .WebEditorCell a {
    text-decoration: none;
}
.dxeHyperlink_Office2010Blue {
    color: #000000 ;
}

.DialogContent .ContentCell {
    padding: 20px 15px 15px 20px;
}

.HorizontalTemplateHeader, .VerticalTemplateHeader, .Header {
    background: white !important;
}

.dxmLite_Office2010Blue .dxm-main {
    background: white none !important;
}

.ACPanel {
    background: white;
}

img.dxWeb_pcCloseButton_Office2010Blue,
img.dxWeb_pcMaximizeButton_Office2010Blue {
    display: none;
}
.dxpc-header .dxpc-closeBtn, 
.dxpc-header .dxpc-maximizeBtn {
    width: 24px !important;
    height: 24px !important;
    display: block;
    background-size: cover;
    background-position: center center;
}
.dxpc-header .dxpc-closeBtn {
    background-image: url('/Images/close.svg');
}
.dxpc-header .dxpc-maximizeBtn {
    margin-left: 4px; 
    background-image: url('/Images/maximize-50.png');
}
.dxpc-header .dxpc-maximizeBtn:hover {
    background-image: url('/Images/maximize-animated.gif');
}


.Dialog .DockBottom #Dialog_UPPAC li.dxm-alignSpacing { width:100px !important;}



