﻿/* RadMultiView */

.multiPage  
{  
    border: solid 1px #898c95;   
    background: #ffffff;   
    padding: 10px;  
    margin-top: -1px;  
}      

.rtNoHoverBackground .rtIn:hover
{
	border-color: white !important;
	background: none !important;
	text-decoration: underline;
}

/* Hide page size selector in grid */
.NextPrevAndNumeric .rgAdvPart { display: none; }

.RadTreeView .rtHover .rtIn, .RadTreeView .rtSelected .rtIn
{  
    color: blue !important;  
    background-color: Transparent !important;  
    background-image: none !important;                       
}    
              
.RadTreeView .rtMid, .rtTop, .rtBot
{
    height: 18px !important;
}

.flat_grid th.rgHeader { background-color:red !important }

/* ToolTip */
div.RadToolTip td.rtWrapperTopCenter a.rtCloseButton
{
    position: absolute;
    top: -18px;
    right: -16px;
    background-image: url(/Images/Icons/64px/close.png);
    background-size: 32px;
    background-position: 0 0;
    width: 32px;
    height: 32px;
}

.TelerikModalOverlay
{
    background-color:#464646 !important;
    opacity: 0.8 !important;
}
