/* ------------------------------------------------------------------------
* Revisions:
* RP 16/03/2015 - Added visitTable class to fix Eform header Corner issues.
* ST 25/05/2016 - Bug 3912 - Changed the row height of Schedule grid 
* AR 27/02/2018 - RQ009843 - Center aligned the schedule header.
* AR 14/03/2018 - RQ009843 - Center aligned the schedule header.
* ------------------------------------------------------------------------*/

html, body, form
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow: hidden;
}
body
{
	overflow: hidden;
}

* + html
{
	overflow: hidden;
}
#rpgvwSubjectList
{
	overflow: hidden !important;
}
#pnlContentPanel
{
	height: 100%;
}
#rgdSchedulePanel, #rgdSchedule, #rgdSubjectQuickPanel, #rgdSubjectQuick, #pnlSubjectQuickPanel, #rtvwSchedulePanel, #pnlSearchPanel
{
	height: 100%;
	width: 100%;
}
#rtvwSchedule
{
	position: absolute;
}
.RadMenu_Default .rmRootGroup
{
	border: none !important;
}

.templateText
{
	cursor: default;
	white-space: nowrap;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
	color: Gray;
}

textarea
{
	resize: none;
}
.SubjectQuick
{
	cursor: default;
}
.rtLI
{
	zoom: 1;
}
.text
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
}

.quickViewText
{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
}
.ClickClass
{
	background-color: #316AC5;
}
.DefaultClass
{
	background-color: white;
}
.DefaultEvenClass
{
	background-color: #ECECFF;
}

.VerticalText
{
	writing-mode: tb-rl;
	filter: flipv fliph;
	width: 5%;
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	font-style: normal;
	vertical-align :top;

}
.ApplyPosition
{
	position: relative;
}
.Basediv
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
}
.SubDiv
{
	width: 420px;
	height: 70px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 15px;
	text-align: center;
}

.SubDialogDiv
{
	width: 300px;
	margin: 50% auto;
	background-color: #fff;
	border: 1px solid #000;
	padding: 15px;
	text-align: center;
	display: none;
}
.InProcessDiv
{
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
}
/*.ImageDiv
{
	position: relative;
	width: 24px;
	height: 24px;
	border: 0;
	vertical-align: top;
	text-align: center;
	white-space: pre-wrap;
}
.ScheduleStatus
{
	position: absolute;
	top: 3px;
	left: 6px;
	display: block;
}
.ScheduleSDVStatus
{
	position: absolute;
	top: 10px;
	left: -1px;
	display: block;
}
.ScheduleDESCPStatus
{
	position: absolute;
	top: -3px;
	left: 10px;
	display: block;
}*/
/* Start of shedulgrid css modification for bug 1701 */
div.RadGrid_Default .rgHeader, div.RadGrid_Default th.rgResizeCol
{
    background-image: none;
}

div.RadGrid_Default .rgHeaderDiv
{
    background: none transparent;
    position: relative;
}

div.RadGrid_Default .rgDataDiv
{
    position: relative;
}
.VerticalText
{
    writing-mode: tb-rl;
    filter: flipv fliph;
    font-family: Microsoft Sans Serif;
    font-size: 8.25pt;
    font-style: normal;
}

.ImageDiv
{
    position: relative;
    width: 24px;
    height: 24px;
    border: 0;
    vertical-align: top;
    text-align: center;
    white-space: pre-wrap;
    margin:auto;                /*AR 27/02/2018: RQ9843 - Center aligned the schedule header*/
}
.ScheduleStatus
{
    position: absolute;
    top: 3px;
    left: 6px;
    display: block;
}
.ScheduleSDVStatus
{
    position: absolute;
    top: 10px;
    left: -1px;
    display: block;
}
.ScheduleDESCPStatus
{
    position: absolute;
    top: -3px;
    left: 10px;
    display: block;
}

/*AR 27/02/2018: RQ9843 - Center aligned the schedule header*/
#rgdSchedule_GridHeader table table
{
   text-align:center;
   margin-left: auto;
   margin-right: auto;
}

/*AR 14/03/2018: RQ9843 - Center aligned the schedule header*/
#rgdSchedule_GridHeader table th
{
    vertical-align: top;
}

/* End of shedulgrid css modification for bug 1701 */
.TreeStatusIcon
{
	text-align: left;
}
.TreeStatusIcon img
{
}
.ScheduleTreeStatus
{
}
.ScheduleTreeSDVStatus
{
}
.ScheduleTreeDESPStatus
{
}

.SearchBackGround
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	width: 100%;
	height: 21px;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #8ca4cf;
	background-repeat: repeat;
	background-image: url(  "../Images/top-bottom.gif" );
	font-weight: bold;
}

.ButtonBackGnd
{
	background-repeat: repeat;
	border-width: 0px;
	background-image: url(  "../Images/ruButtonSmall.gif" );
}
.GridExpand
{
	border-width: 0px;
	width: 15px;
	cursor: pointer !important;
	border-bottom: 1px;
	border-bottom-style: solid;
	background: url(  "../Images/GridSearch.png" ) 0 3px no-repeat !important;
}

.GridClose
{
	border-width: 0px;
	width: 15px;
	cursor: pointer;
	border-bottom: 1px;
	border-bottom-style: solid;
	background: url(  "../Images/GridClose.gif" ) 0 2px no-repeat;
}

.DivBorder
{
	font-family: Microsoft Sans Serif;
	font-size: 8.25pt;
	border-style: solid;
	border-width: 1px;
	border-color: #8ca4cf;
	width: 100%;
}
a
{
	color: #0063A4;
	cursor: hand;
	font-family: arial;
	font-size: 8pt;
}
.calendarTable
{
	border-collapse: collapse;
	background-color: #AAAA9C;
	font-family: arial;
	font-size: 8pt;
	width: 135px;
	padding: 0px;
	color: #0063A4;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 1;
}
.calendarTable LABEL
{
	width: 100%;
	height: 100%;
	padding-top: 1px;
	padding-left: 1px;
}
.calendarTable td
{
	color: #0063A4;
	background-color: #EBEAD8;
	height: 17px;
	width: 20px;
}
.calendarHeader td
{
	background-color: #f8f4e8;
	color: #000000;
	height: 19px;
	width: 100%;
}
.calendarWeekDays td
{
	color: #000000;
}
.calendarCurrent
{
	background-color: #fffff8;
	cursor: hand;
}
.calendarCurrent LABEL
{
	border: 1px solid #0063A4;
}
.calendarDay
{
	cursor: hand;
}

.SearchPanelImage
{
	cursor: pointer;
}

#Calendar
{
	position: absolute;
	top: 0px;
	left: 0px;
}
#Scrollers
{
	position: absolute;
	top: 2px;
	left: 0px;
}
#Scrollers table
{
	border: 0;
	width: 135px;
}
.progresswrap
{
	margin-top: 4px;
	border: 1px solid #6593CF;
	overflow: hidden;
}
.progressinner
{
	background: #E0E8F3 url(  "../images/bg.gif" ) repeat-x scroll 0 0;
	height: 18px;
	position: relative;
}
.progressbar
{
	background: #9CBFEE url(  "../images/progress-bg.gif" ) repeat-x scroll left center;
	border-bottom: 1px solid #7FA9E4;
	border-right: 1px solid #7FA9E4;
	border-top: 1px solid #D1E4FD;
	float: left;
	height: 18px;
	width: 0;
}
.loadingContent
{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.loading
{
	background-color: #fff;
	height: 100%;
	width: 100%;
}
.ExpandCollapse
{
	background: transparent url(../images/tool-sprites.gif) no-repeat scroll 0 0;
	cursor: pointer;
	height: 15px;
	margin-left: 2px;
	overflow: hidden;
	width: 15px;
}
.UpImage
{
	background-position: 0 -60px;
}
.DownImage
{
	background-position: 0 -75px;
}

.Symbols table td
{
	border-left: solid 1px Gray;
	border-bottom: solid 1px Gray;
}
.Symbols table td + td
{
	border-right: solid 1px Gray;
}
.Symbols table tbody > tr:first-child td
{
	border-top: solid 1px Gray;
}

/* style to show date browser group header selected for bug #756*/
.dxgvSelectedGroupRow
{
	background-color: #A0A0A0;
	color: White;
}
dxgvSelectedGroupRow td.dxgv
{
	border-color: -moz-use-text-color -moz-use-text-color #D3D3D3;
	border-style: none none solid;
	border-width: 0 0 1px;
	padding: 3px 6px 4px;
	vertical-align: middle;
}
.dxgvSelectedGroupRow td.dxgv
{
	border-color: -moz-use-text-color -moz-use-text-color #D3D3D3;
	border-style: none none solid;
	border-width: 0 0 1px;
	padding: 3px 6px 4px;
	vertical-align: middle;
	white-space: nowrap;
}


/*style for bug #756 ends*/

/*style for bug #1840 Starts
.tr#dxDataBrowserGrid_DXFooterRow
{
white-space:normal;
}
tr#dxDataBrowserGrid_DXFooterRow
{
white-space: normal;
}
/*style for bug #1840 ends*/
.dxlpLoadingPanel Td.dx
{
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}

.RadGrid .rgGroupHeader td div div div
{
	vertical-align:middle  !important;
	text-align:center !important;
	top:2px !important;
}

.RadGrid_Default .rgGroupHeader
{
	line-height:30px !important;
	vertical-align:middle !important;
	text-align:center !important;
}

/* ST 23 May 2016 Style to increase Row Height of SChedule Grid for Bug 3912*/
div#rgdSchedule_GridData td
{
    height: 65px !important;
}

   .RadGrid .rgRow td,
.RadGrid .rgAltRow td
{
	padding-top:0 !important; 
    padding-bottom:0 !important; 
    height:20px !important; 
	line-height:20px !important;
	white-space:nowrap !important; 
}
.DisableEformSaveButtons
{
    filter: alpha(opacity=30); 
    opacity: .30;
}

.EnableEformSaveButtons
{
    filter: alpha(opacity=100); 
    opacity: 1;
}    

.visitTable
{    
    border: 1px solid gray;
    border-radius: 10px;
    -moz-border-radius: 10px;    
    padding: 1px;
}