/*
 This file contains the customization for the 
 telerik elements used in this project. The default
 skin of the element is defined in SkinFile.skin */

/* Tab control 
---------------------------------------------------- */
.RadTabStrip 
{
	width:100% !important;
}

.rtsTxt 
{
	font-family: Arial;
	font-size: 10pt;
}
.rtsSelected 
{
	color: #000 !important;
	font-weight:bold !important;
}


/* Parent Vertical Menu (Rad Panel Bar) */
.rpText
{
    font-size: 9pt !important;
    font-family: Arial !important;
}

.rpExpandable, .rpFirst
{
    font-weight: bold !important;
}

/* Though not a part of telerik ..linked closely to it 
---------------------------------------------------- */
TABLE.TabCaption { 
	background-color: #FFF;
	width: 100%;
	border-top: 0px solid #828282;
	border-right: 1px solid #828282;
	border-bottom: 0px solid #828282;
	border-left: 1px solid #828282;
	
}

.TabCaption TD 
{
	font-family: Arial;
	font-size: 10pt;
	color: Black;
}

.TabCaption TD A 
{
	color: Black;
}

.TabLeftTD
{
	border:0px;
}

.TabRightTD
{
	border-bottom:1px solid #828282;
	width:auto;
}

/*Menu item
---------------------------------------------------- */
.rmText 
{
	FONT-FAMILY: Arial !important;
	FONT-SIZE: 9pt !important;
}

.rmExpandDown 
{
	font-weight: bold;
}

/* Popup - specific to Office2007
---------------------------------------------------- */

.titlebarcontrols
{
	filter:alpha(opacity=100) !important;
	opacity: 1.0 !important;

}

/* Grid control - specific to Office2007
---------------------------------------------------- */
.GridCommandRow_Office2007 
{
	background-color: #FFFFFF !important;
    FONT-SIZE: 9pt !important;
    FONT-FAMILY: Arial !important;
}

.GridPager_Office2007 td
{
	border-top:0px !important;
}
.RadGrid_Office2007 
{
	border-top: 1px solid #828282;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #828282;
}
.rgGroupCol
{
    border-right: 1px solid #688CAF !important;
}

.GridHeader
{
    font-weight: bold !important;
	border-top: 0pt !important;
	border-bottom:1px solid #688CAF !important;
	font-size: 9pt !important;
	border-left: 0pt !important;
	color: #191970 !important;
	font-family: Arial, Verdana !important;
    background-color: #D7E6F7 !important;
}
.rgGroupHeader td
{
    border-top:none !important;
    border-bottom:1px solid #688CAF !important;
    color:#071F7F !important;
}
.rgGroupHeader .rgGroupCol
{
    border-bottom:none !important;
}
.GridItem  {
    background-color: #FFFFFF !important;
}
.GridAltItem {
    background-color: #F4F4F4 !important;
}

.Grid2ndGroupHeader 
{
    color:#567DB0;   
}

/*
.RadDock
{
	background-color: #FFFACD;
	height: 25px;
	padding: 3px;
	border-bottom: 1px solid ButtonShadow;
	text-align: right;
}*/

.RadDock
{
	background-color: #E8F2FD;
	height: 25px;
	padding: 3px;
	border-bottom: 1px solid ButtonShadow;
	text-align: right;
}

.RadDock span
{
	color:#333333;
}


/* Rad Input
---------------------------------------------------- */

.RadInput_Web20 .riTextBox
{
	border: 1px solid lightsteelblue !important;
}

.RadInput_Web20 .riHover, .RadInput_Web20 .riFocused
{
	border: 1px solid #000000 !important;
	background-color: #ffffec !important;
}


 /* New Change After Upgrading Telerik Q1 2013*/
html body .riSingle .riTextBox
{      
    padding-left:0px !important;
    padding-right:0px !important;
}
.RadInput, .RadInputMgr
{
	width:auto !important;
}

/*--------------------------*/
fieldset 
{
    -moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* combobox */
.RadComboBox_Default .rcbArrowCell
{
	width:16px !important;
	background: url('rcbArrowCell.gif') no-repeat 0 0 !important;
	padding:0 !important;
	border-right:1px solid lightsteelblue !important;
	border-top:1px solid lightsteelblue !important;
	border-bottom:1px solid lightsteelblue !important;
}

.RadComboBox_Default .rcbArrowCell a
{
	position:relative !important;
	outline:none !important;
	overflow:hidden !important;
	display:block !important;
	width:16px !important;
	text-decoration:none !important;
	text-indent: -9999px !important;
	font-size: 0 !important;
}
.RadComboBox_Default .rcbHovered .rcbInputCell 
{
	border: 1px solid #000000 !important;
	background-color: #ffffec !important;
}
.RadComboBox_Default .rcbInputCell
{
	width:100%;
	height:22px;
	line-height:20px;
	vertical-align:top;
	padding:0;
	background: #fff;
	border: 1px solid lightsteelblue !important;
}
.RadComboBox_Default .rcbFocused .rcbInputCell 
{
	background-color: #ffffec !important;
	border: 1px solid #000000 !important;
}
.RadComboBoxDropDown_Default .rcbHovered
{
	background:none repeat scroll 0 0 #e7f1ff !important;
	color:#000000 !important;
	border-color: #a5bedf !important;
}

.RadComboBoxDropDown_Default .rcbItem em
{
	background: #e5e5e5 !important;
}

/* Rad toolbar CSS */

.RadToolBar_Office2007 .rtbWrap, .RadToolBar_Office2007 .rtbTemplate {
color:#5D5D60 !important;
font-family:Arial!important;
font-size:12px!important;
font-weight:bold!important;
}

.RadToolBar .rtbIn {
overflow:hidden;
padding:0px 0 0 0px !important;
}

.RadToolBar .rtbInner {
padding:0px !important;
}

.RadToolBar_Office2007 .rtbItemFocused .rtbChoiceArrow,
.RadToolBar_Office2007 .rtbChoiceArrow,
.RadToolBar_Office2007 .rtbWrap:hover .rtbChoiceArrow
{
	width: 1px !important;
	height: 1px !important;
	
	background: none !important;
}

.RadToolBar_Office2007 .rtbMiddle {
	border:0px solid #F6F7F9 !important;
}

.RadToolBar_Office2007 .rtbOuter {
border:0px solid !important;
}
TABLE.ToolbarBorder {
border:1px solid #688CAF !important;
}

/*===============RAD Window===================*/

div.TelerikModalOverlay,  
div.radwindow.inactivewindow td.corner,
div.radwindow.inactivewindow td.titlebar,
div.radwindow.inactivewindow td.footercenter
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90) !important;
	opacity: .70 !important; 
	-moz-opacity: .70 !important;
}
/*To avoid Transparency of Pop-Up titleBar Image */
.RadWindow .rwTitleRow
{
   background-image: url("../../images/PopupTitleBar.gif") !important;
}
/*For Telerik version 2020.1.114.45 upgradation */
.RadComboBox_Default .rcbReadOnly .rcbInput
{
	color:#333!important;
}
.RadComboBox_Default {
    color: #a5a5a5 !important;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif !important;
    font-weight: normal !important;
}
