﻿
/*RadGrid customizations below*/
div.RadGrid_Vista .SelectedItem {
    background: #CCCCCC;
}
div.RadGrid_Vista .SelectedItem td {border-color: #CCCCCC;}
/*End RadGrid customizations*/

.RadGrid_Metro .rgHeader,
.RadGrid_Metro th.rgResizeCol
{
  border:0;
  border-bottom:1px solid #CCC;
  background-color: #25a0da;  
}

.RadGrid_Metro th.rgHeader,
.RadGrid_Metro th.rgHeader a
{  
    color:white!Important;  
} 


/*this is so the modal overlay won't cause horizantal scroll bars */
.TelerikModalOverlay
{
    width: 99.9% !important;
    height: 100% !important;
    overflow: hidden !important;
}

.rsAptContent {
    padding: 4px !important;
    zzcolor: #4d4d4d !important;
}


div.RadScheduler .rsCategoryPatternBlue .rsAptContent {
    background-color: #F7F9FA;
    border-width: 1px 1px 1px 4px;
}

div.RadScheduler .rsCategoryPatternOrange .rsAptContent {
    background-color: #F7F9FA;
    border-width: 1px 1px 1px 4px;
}

div.RadScheduler .rsCategoryPatternBlue .rsAptIn {
    background-color: transparent;
}

div.RadScheduler .rsCategoryPatternBlue .rsAptMid, div.RadScheduler .rsCategoryPatternBlue .rsAptIn,
div.RadScheduler .rsCategoryPatternBlueStreak .rsAptMid, div.RadScheduler .rsCategoryPatternBlueStreak .rsAptIn {
    background-color: transparent !important;
}


div.RadScheduler .rsCategoryPatternBlueStreak .rsAptContent {
    background-color: #F7F9FA;
    border-width: 3px 1px 1px 4px;
    border-top-color: #FF6D47 !important;
}

div.RadScheduler .rsCategoryPatternN .rsAptContent, div.RadScheduler .rsCategoryPatternN .rsAptIn,
div.RadScheduler .rsCategoryPatternN .rsAptMid {
    background-color: #F7F9FA;
    border-radius: 6px;
}

div.RadScheduler .rsCategoryPatternOrange .rsAptContent, div.RadScheduler .rsCategoryPatternOrange .rsAptIn,
div.RadScheduler .rsCategoryPatternOrange .rsAptMid {
    border-radius: 6px;
}
