/**************************************************************************************
*  OVERRIDE for Telerik components to match current project                                                                       
*  using ../../Handlers/Content/Images/Image.ashx
*  05/03/2013 EH #223352
*  07/15/2013 EH #230660 Autoexpand appointment height.
*  08/07/2013 MDA #225847 Added TelerikMultiPageBorder
*  02/20/2014 LB #241946  Added class for .RadPicker to correct IE issue
*  06/01/2021 AGB #658256 fixed repeated background image & margins on datepicker prev/next buttons
*  06/07/2021 PLA #672994 fixed small font on radgrid no records text
***************************************************************************************/


.RadCalendar_Default .rcTitlebar td
{
    background-image: url('../../Handlers/Content/Images/Image.ashx?gui/gui_table_hdr_bg.gif') !important;
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: 0px -10px;
    color: #FFFFFF !important;
}
.RadCalendar_Default .rcTitlebar .rcFastPrev
{
    margin-right: 6px;
    /*background-image: url("../../Handlers/Content/Images/Image.ashx?arrows_previous.gif") !important;*/
    /*background-position: 0px 4px !important;*/
}
.RadCalendar_Default .rcTitlebar .rcPrev
{
    /*margin-right: 4px;*/
    /*background-image: url("../../Handlers/Content/Images/Image.ashx?arrows_previous.gif") !important;*/
    /*background-position: -4px 4px !important;*/
}
.RadCalendar_Default .rcTitlebar .rcNext
{
    /*margin-right: 4px;*/
    /*background-image: url("../../Handlers/Content/Images/Image.ashx?arrows_next.gif") !important;*/
    /*background-position: 11px 4px !important;*/
    /*margin-right: 8px !important;*/
    /*width: 15px !important;*/
}
.RadCalendar_Default .rcTitlebar .rcFastNext
{
    margin-left: 6px;
    /*background-image: url("../../Handlers/Content/Images/Image.ashx?arrows_next.gif") !important;*/
    /*background-position: 0px 4px !important;*/
}
.RadCalendarTimeView_Default tr th
{
    background-image: url('../../Handlers/Content/Images/Image.ashx?gui/gui_table_hdr_bg.gif') !important;
    background-color: transparent !important;
    background-repeat: repeat-x;
    background-position: 0px -10px;
    color: #FFFFFF !important;
}
.RadCalendar_Default .rcRow td
{
    border-color: #dddddd !important;
}
.RadCalendar_Default .rcRow th
{
    width: 12px;
    padding: 0 7px 0 9px;
    background: #e9eeee;
    color: #555 !important;
}
.RadCalendar_Default .rcMain
{
    border-color: #dddddd !important;
}
.RadCalendar_Default .rcMain .rcRow a, .RadCalendar_Default .rcMain .rcRow span
{
    color: #000 !important;
}
.RadCalendar_Default .rcWeekend
{
    background-color: rgb(238,238,238);
}
.RadCalendar_Default .rcMainTable tr.rcRow td:hover, .RadCalendar_Default .rcMainTable tr.rcRow td:hover a
{
    color: #000 !important;
}
.RadCalendar_Default .rcSelected
{
    background-color: rgb(200,200,200) !important;
    background-image: none !important;
}
.RadComboBox_Default .rcbInputCell
{
    background-image: none !important;
    border: 1px solid #dddddd !important; 
}

.RadComboBox_Default tr
{
    background-image: none !important;
    background-color: #ffffff !important; 
}

.RadComboBox_Default .rcbArrowCell
{
    border: 1px solid #dddddd !important;
}

/* IE 11 has decided to stack stuff below the label - this prevents that */
.RadPicker {
    display: inline-table;
}

/*OPC#230660  auto-expand title of appointment 
 http://www.telerik.com/support/kb/aspnet-ajax/scheduler/auto-expand-the-height-of-the-appointment.aspx */
.RadScheduler_Default
{
    height: auto !important;
}
.RadScheduler_Default .rsMonthView .rsWrap, .RadScheduler_Default .rsMonthView .rsApt, .RadScheduler_Default .rsMonthView .rsAptOut, .RadScheduler_Default .rsMonthView .rsAptIn, .RadScheduler_Default .rsMonthView .rsAptMid, .RadScheduler_Default .rsMonthView .rsAptContent
{
    position: static !important;
    height: auto !important;
}
.RadScheduler_Default .rsMonthView .rsWrap
{
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.RadScheduler_Default .rsMonthView .rsLastWrap
{
    height: 16px !important;
}
.RadScheduler_Default .rsMonthView .rsAptContent
{
    position: relative !important;
    border-top: 0;
    border-bottom: 0;
    left: 0;
    top: 0;
}

* html .RadScheduler_Default .rsMonthView .rsAptIn
{
    border-width: 0 1px;
    top: 0;
    margin-left: -1px;
    margin-right: -1px;
}

* html .RadScheduler_Default .rsMonthView .rsAptMid
{
    top: 0;
    left: 1px;
    margin: 0 1px;
    border-width: 1px 0;
}
.RadScheduler_Default .rsMonthView .rsWrap, .RadScheduler_Default .rsMonthView .rsAptContent
{
    min-height: 25px;
}
/*End AutoExpand */

.RadScheduler_Default H2
{
    color: #ffffff !important;
}
.RadScheduler_Default, .RadScheduler_Default a, .RadScheduler_Default input, .RadScheduler_Default select, .RadScheduler_Default textarea
{
    color: #333;
    font: normal 12px/14px verdana, sans-serif !important;
}
.RadScheduler_Default textarea
{
    background: #fff !important;
}
.RadScheduler_Default .rsHeader
{
    border: 1px solid #dddddd !important;
}
.RadScheduler_Default .rsInnerFix TABLE
{
    width: 100% !important;
}
.RadScheduler_Default .rsContentTable
{
    width: 100% !important;
}
.RadScheduler_Default .rsHeader a.rsToday
{
    position: relative;
    top: 8px !important;
    text-transform: capitalize !important;
}
.RadScheduler_Default .rsHeader, .RadScheduler_Default .rsHeader a, .RadScheduler_Default .rsHeader ul li a span
{
    color: #fff !important;
}
.RadScheduler_Default .rsHeader ul li a span
{
    color: #fff;
    text-decoration: underline;
}
.RadScheduler_Default .rsHeader a:hover, .RadScheduler_Default .rsHeader em
{
    color: #b5c5da !important;
}
.RadScheduler_Default .rsHeader ul li a span:hover
{
    color: #ccc !important;
    background-image: none !important;
}
.RadScheduler_Default .rsHeader .rsHeaderDay, .RadScheduler_Default .rsHeader .rsHeaderDay span
{
    background-image: none !important;
    padding-top: 4px !important;
}
.RadScheduler_Default .rsHeader .rsHeaderWeek, .RadScheduler_Default .rsHeader .rsHeaderWeek span
{
    background-image: none !important;
    padding-top: 4px !important;
}
.RadScheduler_Default .rsHeader .rsHeaderMonth, .RadScheduler_Default .rsHeader .rsHeaderMonth span
{
    background-image: none !important;
    padding-top: 4px !important;
}
.RadScheduler_Default .rsHeader .rsSelected em
{
    color: #fff !important;
    font-weight: bold !important;
    background-image: none !important;
    padding-top: 0px !important;
}
.RadScheduler_Default .rsHeader .rsSelected
{
    background-image: none !important;
    background-color: #606060 !important;
}
.rsSelected > span
{
    background-color: #606060 !important;
}
DIV.RadScheduler_Default .rsHeader
{
    background-image: url('../../Handlers/Content/Images/Image.ashx?gui/gui_table_hdr_bg.gif') !important;
}
.RadScheduler_Default .rsHeader, .RadScheduler_Default .rsHeader a
{
    color: #fff;
}
.RadScheduler_Default .rsHeader a.rsToday:hover
{
    color: #CCC !important;
}
.RadScheduler_Default .rsContent
{
    background: rgb(238,238,238) !important;
}
.RadScheduler_Default .rsHorizontalHeaderTable
{
    color: #000 !important;
    background: #e4e4e4 !important;
}
.RadScheduler_Default .rsHorizontalHeaderWrapper
{
    border-color: #dddddd !important;
    background: rgb(238, 238, 238) !important;
}
.RadScheduler_Default .rsSpacerCell, .RadScheduler_Default .rsAllDayHeader, .RadScheduler_Default .rsVerticalHeaderWrapper, .RadScheduler_Default .rsVerticalHeaderTable
{
    background: #efecdd !important;
}
.RadScheduler_Default .rsVerticalHeaderTable th
{
    border-color: #dddddd !important;
    color: #000 !important;
    border-top: 0 !important;
}
.RadScheduler_Default .rsVerticalHeaderTable .rsAlt th
{
    border-color: #dddddd !important;
}
.RadScheduler_Default .rsAllDayRow
{
    background: rgb(245, 245, 245) !important;
}
.RadScheduler_Default .rsSpacerCell, .RadScheduler_Default .rsAllDayHeader, .RadScheduler_Default .rsVerticalHeaderTable .rsAllDayHeader
{
    color: #000;
    border-color: #dddddd !important;
}
.RadScheduler_Default .rsAllDayRow td, .RadScheduler_Default .rsContentTable .rsAllDayRow td
{
    border-color: #dddddd;
    border-style: solid !important;
}
.RadScheduler_Default .rsVerticalHeaderTable .rsMainHeader th
{
    border-bottom-color: #dddddd !important;
}
.RadScheduler_Default .rsSpacerCell, .RadScheduler_Default .rsContent .rsAllDayHeader
{
    border-bottom-color: #dddddd !important;
}
.RadScheduler_Default .rsContent, .RadScheduler_Default .rsTopWrap .rsFooter
{
    border: 1px solid #dddddd !important;
    border-top: 0 !important;
}
.RadScheduler_Default div.rsContent
{
    border-bottom-color: #dddddd !important;
}
.RadScheduler_Default .rsContentTable td
{
    border-color: #dddddd !important;
    border-bottom-style: dotted !important;
}
.RadScheduler_Default .rsContentTable .rsAlt td
{
    border-color: #dddddd !important;
    border-bottom-style: solid !important;
}
.RadScheduler_Default .rsMonthView .rsOtherMonth
{
    background-color: #F9F9F9 !important;
}
.RadScheduler_Default .rsMonthView .rsDateBox
{
    background-image: none !important;
    background: rgb(238,238,238) !important;
    border-bottom: solid 1px #dddddd !important;
}
.RadScheduler_Default .rsApt .rsAptDelete
{
    width: 22px !important;
}
.RadScheduler_Default .rsAptColor .rsAptContent
{
    background-image: none !important;
}
.RadScheduler_Default .rsAptContent
{
    font-size:11px !important;  /*needed for chrome, IE11, etc */
    color:black !important;
    background-image: none !important;
}
.RadScheduler_Default .rsAptColor .rsAptResize
{
    background-image: none !important;
}
.RadScheduler_Default .rsAptResizeStart
{
    background-image: none !important;
}
.RadScheduler_Default .rsAptResizeEnd
{
    background-image: none !important;
}
.RadScheduler_Default .rsNonWorkHour, .RadScheduler_Default .rsSunCol, .RadScheduler_Default .rsSatCol
{
    background-color: #e5e5e5 !important;
}
.RadScheduler_Default .rsAptCreateRow3, .RadScheduler_Default .rsMonthView .rsAptCreateRow3, .RadScheduler_Default .rsAptCreateRow4, .RadScheduler_Default .rsMonthView .rsAptCreateRow4, .RadScheduler_Default .rsAptCreateRow5, .RadScheduler_Default .rsMonthView .rsAptCreateRow5
{
    background: #ffd294 !important;
}
.RadScheduler_Default .rsSelectedSlot, .RadScheduler_Default .rsMonthView .rsSelectedSlot
{
    background: #c5d5ea !important;
    border-color: #dddddd !important;
}
.RadScheduler_Default .rsContentTable td.rsAptCreate.rsSelectedSlot
{
    background: #c5d5ea !important;
    border-color: #dddddd !important;
}
.RadScheduler_Default .rsContentTable td.rsSelectedSlot
{
    background: rgb(245, 245, 245) !important;
    border-color: #dddddd !important;
}
.RadScheduler_Default .rsAptEditFormWrapper .rsAptEditTextareaWrapper textarea
{
    background: #fff !important;
}
.RadScheduler_Default .rsAptEditFormWrapper .rsAptEditTextareaWrapper
{
    border-color: #89aee5 !important;
    background: #fff !important;
}
.RadScheduler_Default .rsAptEditFormWrapper .rsTemplateWrapper, .RadScheduler_Default .rsAptEditFormWrapper .rsEditOptions
{
    background: #B7CFF1 !important;
}
.RadScheduler_Default .rsAptSelected .rsAptIn, .RadScheduler_Default .rsAptSelected .rsAptMid, .RadScheduler_Default .rsAptSelected .rsAptContent
{
    border-color: #001952 !important;
    background-image: none !important;
}
.RadScheduler_Default .rsModalWrapper .rsModalButtons a:hover, .RadScheduler_Default .rsAdvancedEdit div.rsAdvancedSubmitArea a:hover, .RadScheduler_Default .rsTopWrap .rsAptEditFormWrapper .rsEditOptions a:hover
{
    color: #0f3789 !important;
}
.RadScheduler_Default .rsMonthView .rsAptCreate
{
    background-color: #e6eef8 !important;
}
.RadScheduler_Default .rsMonthView TD.rsSelectedSlot
{
    background-color: rgb(200,200,200) !important;
}
.RadScheduler_Default .rsMonthView .rsTodayCell
{
    background-color: rgb(200,200,200) !important;
}
.RadScheduler_Default .rsMonthView .rsContentTable td
{
    border-color: #dddddd !important;
    border-style: solid !important;
}
.RadScheduler_Default div.rsAdvancedModal .rsAdvButtonWrapper
{
    padding: 10px 10px 18px 0 !important;
}
.RadScheduler_Default div.rsAdvancedModal div.rsAdvContentWrapper
{
    border-top: 0 !important;
}
.RadScheduler_Default div.rsFooter .rsFullTime
{
    color: #000 !important;
    padding: 3px 0 4px 17px !important;
    background-color: transparent !important;
}
.RadScheduler_Default div.rsFooter a.rsFullTime:hover
{
    color: #333 !important;
}
.RadScheduler_Default div.rsFooter
{
    background-color: #f0fafd !important;
    border-color: #a2a2a2 !important;
    padding-top: 8px;
}
DIV.RadScheduler_Default .rsHeader
{
    background-image: url('../../Handlers/Content/Images/Image.ashx?gui/gui_table_hdr_bg.gif') !important;
    background-color: #01417C !important;
}
DIV.RadScheduler_Default DIV.rsHeader .rsPrevDay
{
    background-image: url('../../Handlers/Content/Images/Image.ashx?arrow_left.png') !important;
    background-color: transparent !important;
    background-position: 0px 0px !important;
}
DIV.RadScheduler_Default DIV.rsHeader .rsPrevDay:hover
{
    background-position: 0px 0px !important;
}
DIV.RadScheduler_Default DIV.rsHeader .rsPrevDay:active
{
    background-position: -2px 0px !important;
}
DIV.RadScheduler_Default DIV.rsHeader .rsNextDay
{
    background-image: url('../../Handlers/Content/Images/Image.ashx?arrow_right.png') !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: 0px 0px !important;
}
DIV.RadScheduler_Default DIV.rsHeader .rsNextDay:hover
{
    background-position: 0px 0px !important;
}
DIV.RadScheduler_Default DIV.rsHeader .rsNextDay:active
{
    background-position: 2px 0px !important;
}

DIV.RadScheduler_Default .rsHeader .rsDatePickerActivator
{
    background-image: url('../../Handlers/Content/Images/Image.ashx?popcal.gif') !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: 0px 0px !important;
    padding-left: 4px !important;
}

DIV.RadScheduler_Default .rsHeader .rsDatePickerActivator:hover
{
    background-position: 0px 0px !important;
}

DIV.RadScheduler_Default .rsVerticalHeaderWrapper
{
    background-color: rgb(245, 245, 245) !important;
}

DIV.RadScheduler_Default .rsVerticalHeaderTable
{
    background-color: rgb(245, 245, 245) !important;
}

DIV.RadScheduler_Default .rsSpacerCell
{
    background-color: rgb(245, 245, 245) !important;
}

DIV.RadScheduler_Default .rsAllDayHeader
{
    background-color: rgb(245, 245, 245) !important;
}

DIV.RadScheduler_Default .rsAllDayRow TD
{
    color: #013565 !important;
}

DIV.RadScheduler_Default .rsContentTable TD
{
    background-color: rgb(239, 239, 239) !important;
    border-top: 1px !important;
    color: #013565 !important;
    text-decoration: underline !important;
}




DIV.RadScheduler_Default .rsHeader .rsDatePickerActivator
{
    background-position: 0px 5px !important;
}
DIV.RadScheduler_Default .rsHeader .rsDatePickerActivator:hover
{
    background-position: 0px 5px !important;
}

DIV.RadScheduler_Default .rsHorizontalHeaderTable TH
{
    background-image: url('../../Handlers/Content/Images/Image.ashx?gui/gui_table_hdr_bg.gif') !important;
    background-color: #01417C !important;
    background-repeat: repeat-x !important;
    background-position: 0px -10px !important;
    color: #FFFFFF !important;
}
DIV.RadScheduler_Default .rsHorizontalHeaderTable TH div
{
    color: #FFFFFF !important;
}

DIV.RadScheduler_Default .rsHorizontalHeaderTable TH A
{
    color: #FFFFFF !important;
}



DIV.RadScheduler_Default .rsHeader .rsSelected EM
{
    color: #FFFFFF;
    font-weight: bold !important;
}

DIV.RadScheduler_Default .rsFooter
{
    background-image: none !important;
    background-color: #F5F5F5 !important;
}


/*End Override*/



.TelerikMultiPageBorder
{
    margin-top: -2px;
    padding: 3px;
    border: 1px solid #A9A9A9;
}


/*RadGrid Override

    div.RadGrid_Default
    {
    
    }

*/

div.RadGrid_Default
{
    background: #eee !important;
    font-family: arial,helvetica,sans-serif !important;
    color: #000 !important;
    vertical-align: top !important;
    font-size: 12px !important;
    width: 100% !important;   
}

div.RadGrid_Transparent
{
    background-color: transparent !important;
}


div.RadGrid_Default .rgMasterTable th
{
    background: url('../../Handlers/Content/Images/Image.ashx?gui/gui_table_hdr_bg.gif') repeat-x left top !important;
    border: 1px solid #ccc !important;
    font-family: arial,helvetica,sans-serif !important;
    font-weight: bold !important;
    color: #fff !important;
    text-decoration: none !important;
    vertical-align: top !important;
    font-size: 12px !important;
}


RadGrid_Default .rgHeader
{
    background-image: url('../../Handlers/Content/Images/Image.ashx?gui/gui_table_hdr_bg.gif') !important;
    background-repeat: repeat-x !important;
    background-position: left top !important;
    border: 1px solid #ccc !important;
    font-family: arial,helvetica,sans-serif !important;
    font-weight: bold !important;
    color: #fff !important;
    text-decoration: none !important;
    vertical-align: top !important;
    font-size: 11px !important;
}

div.RadGrid_Default .rgMasterTable th a
{
    color: #fff !important;
    background-color: transparent;
}

.RadGrid_Default .rgRow td, .rgAltRow td
{
    padding: 3px 3px 3px 3px !important;
}

.RadGrid_Default .rgHeader
{
    padding: 3px 3px 6px 3px !important;
}
div.RadGrid_Default .rgMasterTable {
    width: 100% !important;
}
div.RadGrid_Default .rgMasterTable td
{
    background: #eee !important;
    font-family: arial,helvetica,sans-serif !important;
    border: 1px solid #ccc !important;
    color: #000 !important;
    vertical-align: top !important;
    font-size: 12px !important;
}

div.RadGrid_Default .rgSelectedRow, .rgSelectedRowtd, .rgActiveRow, .rgActiveRow td, .rgAltRow
{
    background: #eee !important;
    font-family: arial,helvetica,sans-serif !important;
    color: #000 !important;
    vertical-align: top !important;
    font-size: 11px !important;
}

div.RadGrid_Default .rgRow .rgSorted
{
    background-color: #eee !important;
    border-color: #ccc !important;
}

div.RadGrid_Default .rgAltRow .rgSorted
{
    background-color: #eee !important;
    border-color: #ccc !important;
}

.RadGrid_Default .rgHeaderWrapper
{
    background-image: url('../../Handlers/Content/Images/Image.ashx?gui/gui_table_hdr_bg.gif') !important;
    background-repeat: repeat-x !important;
    background-position: left top !important;
}

.ImageHeaderColumn
{
    width:15px;
    text-align:center;
}

.RadGrid_Transparent .rgRow td, .rgAltRow td
{
    padding: 3px 3px 3px 3px !important;
}

div.RadGrid_Default .rgMasterTable .rgPager td
{
    border: none !important;
}

/*End RadGrid Override*/

/*

	Begin RadGrid Skin RadDatatable

*/
div.RadGrid_RadDatatable .rgWrap {
    display: inline;
}

div.RadGrid_RadDatatable .rgPager .rgPagerCell .NextPrevAndNumeric {
    width: 30%;
    margin: auto !important;
}

div.RadGrid_RadDatatable .rgPagerCell .rgWrap {
    float: none;
}

div.RadGrid_RadDatatable .rgPagerCell .rgInfoPart {
    float: none;
}

div.RadGrid_RadDatatable {
    background: #eee !important;
    font-family: arial,helvetica,sans-serif !important;
    color: #000 !important;
    vertical-align: top !important;
    width: 100% !important;
}

div.RadGrid_RadDatatable .rgMasterTable th {
    background: url('../../Handlers/Content/Images/Image.ashx?gui/gui_table_hdr_bg.gif') repeat-x left top !important;
    border: 1px solid #ccc !important;
    font-weight: bold !important;
    color: #fff !important;
    text-decoration: none !important;
    vertical-align: top !important;
}

RadGrid_RadDatatable .rgHeader {
    background-image: url('../../Handlers/Content/Images/Image.ashx?gui/gui_table_hdr_bg.gif') !important;
    background-repeat: repeat-x !important;
    background-position: left top !important;
    border: 1px solid #ccc !important;
    font-weight: bold !important;
    color: #fff !important;
    text-decoration: none !important;
    vertical-align: top !important;
}

div.RadGrid_RadDatatable .rgMasterTable th a {
    color: #fff !important;
    background-color: transparent;
}

.RadGrid_RadDatatable .rgRow td, .rgAltRow td {
    padding: 3px 3px 3px 3px !important;
    font-size: 14pt !important;
}

.RadGrid_RadDatatable .rgRow a, .RadGrid_RadDatatable .rgAltRow a, .RadGrid_RadDatatable .rgFooter a, .RadGrid_RadDatatable .rgEditForm a, .RadGrid_RadDatatable .rgEditRow a {
    color: blue;
}

.RadGrid_RadDatatable .rgRow a:hover, .RadGrid_RadDatatable .rgAltRow a:hover, .RadGrid_RadDatatable .rgFooter a:hover, .RadGrid_RadDatatable .rgEditForm a:hover, .RadGrid_RadDatatable .rgEditRow a:hover {
    color: #01417C;
}

.RadGrid_RadDatatable .rgActionButton .rgPageFirst {
}

.RadGrid_RadDatatable .rgHeader {
    padding: 3px 3px 6px 3px !important;
}

div.RadGrid_RadDatatable .rgMasterTable {
    width: 100% !important;
}

div.RadGrid_RadDatatable .rgMasterTable td {
    background: #eee !important;
    font-family: arial,helvetica,sans-serif !important;
    border: 1px solid #ccc !important;
    color: #000 !important;
    vertical-align: top !important;
}

div.RadGrid_RadDatatable .rgSelectedRow, .rgSelectedRow td, .rgActiveRow, .rgActiveRow td, .rgAltRow td {
    background: #eee !important;
    font-family: arial,helvetica,sans-serif !important;
    color: #000 !important;
    vertical-align: top !important;
}

div.RadGrid_RadDatatable .rgAltRow td, .rgSorted td {
    background: white !important;
}

.RadGrid_RadDatatable .rgHeaderWrapper {
    background-image: url('../../Handlers/Content/Images/Image.ashx?gui/gui_table_hdr_bg.gif') !important;
    background-repeat: repeat-x !important;
    background-position: left top !important;
}

div.RadGrid_RadDatatable .rgMasterTable .rgPager td {
    border: none !important;
}

.RadGrid_RadDatatable .rgNoRecords td div  {
    text-align:center;
    width:100%;
    font-weight: bold;
}

.RadComboBoxDropDown_RadDatatable {
    background: white;
}



/*End RadDatatable Skin */


/*****************************************************************************/
/* Bordless Wait Ajax														 */
/*****************************************************************************/


.borderLessDialog.RadWindow
{
    border: none;
    padding: 0;
    background-color: transparent !important;
}

/* both selectors below can be replaced with setting VisibleTitlebar="false" */
/* remove the titlebar widening */
.borderLessDialog.RadWindow .rwTitleBar
{
    margin: 0;
}

/* remove the titlebar */
.borderLessDialog .rwTitleBar
{
    display: none;
}

/* the selector below can be replaced with setting VisibleStatusbar="false" */
/* remove the statusbar */
.borderLessDialog .rwStatusBar
{
    display: none;
}

/* remove the border around the content */
.borderLessDialog.RadWindow .rwContent
{
    border: none;
    background-color: transparent !important;
}

/*****************************************************************************/
/* Bordless Menu Images														 */
/*****************************************************************************/
/* remove the border around the content */
img.rmLeftImage
{
    border: 0px solid transparent !important;
   
}
/* Telerik Date and Time Icon Overrides */
.RadInput_Default .rcSelect, .RadInput_Default .riSelect {
    background-color: transparent !important;
}
.RadPicker_Default .rcTimePopup, .RadInput_Default .rcCalPopup {
    color: #000000 !important;
}