﻿/**********************************RAD CALENDAR***********************************/
.rcOutOfRange span
{
    color:#fff !important;
    }


/**********************************RAD PANEL************************************/
.RadPanelBar .rpLink, .RadPanelBar .rpOut, .RadPanelBar .rpText
{
    font-weight: bold;
}

.rpLink.rpExpandable
{
    background-image: none !important;
    background-color: #ffefd0 !important;
}
.rpLink.rpExpandable.rpExpanded
{
    background-image: none !important;
    background-color: #1f8bf9 !important;
    color: #fff;
}


.rpLink.rpExpandable.rpSelected
{
    background-image: none !important;
    background-color: #ffefd0 !important;
}

.rpLink.rpExpandable.rpSelected.rpExpanded.rpFocused
{
    background-image: none !important;
    background-color: #1f8bf9 !important;
    color: #fff;
}



.RadPanelBar div.rpHeaderTemplate, .RadPanelBar a.rpLink
{
    background-image: none !important;
}


.RadPanelBar a.rpFocused, .RadPanelBar a.rpExpanded, .RadPanelBar a.rpSelected, .RadPanelBar div.rpFocused, .RadPanelBar div.rpExpanded, .RadPanelBar div.rpSelected, .RadPanelBar a.rpSelected:hover
{
    /*background-color: Red !important;  border:0px !important;*/
}

/**********************************************************************************/





/************************RAD MENU****************************************/
.RadMenu
{
    /*z-index:1 !important;*/
}

.RadMenu_rtl
{
    float: right !important;
}
.RadMenu_rtl .rmLink
{
    float: right !important;
}

/****************************************************************************************/


/************************RAD WINDOW****************************************/
.RadWindow .rwCloseButton
{
   
}

/****************************************************************************************/


/************************RAD Notification****************************************/

.RadNotification
{
    color: #1455ac;
}

.RadNotification.rnRtl
{
    left:10px !important;
    
}

.RadNotification .rnTitleBar
{
    background-color: #1F8BF8;
    background-image: none !important;
    color:#000;
}
