/* For IOS mobile */
html {-webkit-text-size-adjust:none}

/* Mainly for use with DOJO */


.venus .homeLogount a:hover { 
	border-top:1px solid ButtonHighlight; 
	border-left:1px solid ButtonHighlight; 
	border-right:1px solid ButtonShadow; 
	border-bottom:1px solid ButtonShadow;
}
.venus .homeLogount a { 
	
	vertical-align:middle;
	text-decoration:none; 
	color:white;
	
}



.venus .gridbody {
	background-color: Window;
	font: icon;
	margin: 0em 0em;
	padding:0;
	border:1px;
	/*overflow:auto;*/
	position:absolute;
}



.venus .heading {
	font-weight: bold;
	padding-bottom: 0.25em;
}

.venus .gridtoolbarBody {
	background-color:ButtonFace;
	background-image:url('images/TableHeadingSmall.gif');
	overflow:hidden;
	position:absolute;
	
	
}

.venus .gridtoolbarBodyVertical {
	background-color:ButtonFace;
	overflow:hidden;
	position:absolute;
	
	
}


/* Toolbar  */
.venus .tlbr  {
	background-color:black; 
	border-left:1px solid black; 
	border-top: 1px solid black; 
	height:40px; 
	width:100%;

}


.venus .gridtlbr  {
	background-color:#1A5276; 
	border-left:1px solid #1A5276; 
	border-top: 1px solid #1A5276; 
	height:40px; 
	width:100%;

}





/* Toolbar buttons */

.venus div.tlbrbutton {

	padding-left:2;
	padding-right:2;

}




 

.venus .tlbrbutton a:hover { 
	border-top:1px solid ButtonHighlight; 
	border-left:1px solid ButtonHighlight; 
	border-right:1px solid ButtonShadow; 
	border-bottom:1px solid ButtonShadow;
}

.venus .tlbrbutton a { 
	display:block; 
	width:20px;
	height:20px;
	writing-mode:tb-rl;
	vertical-align:middle;
	
	
}


.venus .tlbrbutton img { 
	display:block; 
	writing-mode:tb-rl;
	vertical-align:middle;
	
	
}

.venus .tlbrbutton img:hover { 
	border-top:1px solid ButtonHighlight; 
	border-left:1px solid ButtonHighlight; 
	border-right:1px solid ButtonShadow; 
	border-bottom:1px solid ButtonShadow;
}


/*Extended toolbar*/

/*note the hover must come first for some reason!*/

.venus .tlbrExHeading span {
	align:middle;
	color:#FFFFFF;

}


.venus .tlbrbuttonEx a:hover { 
	border-top:1px solid ButtonHighlight; 
	border-left:1px solid ButtonHighlight; 
	border-right:1px solid ButtonShadow; 
	border-bottom:1px solid ButtonShadow;
}
 
.venus .tlbrbuttonEx a { 
	
	vertical-align:top;
	display:block;  
	padding:3px 2px 4px 3px; 
	text-decoration:none; 
	width:auto; 
	border: 1px solid black; 
	color:#FFFFFF;
	
	
}

.venus .tlbrbuttonExSep{
	padding:2px 4px 0 2px;
} 


.venus .tlbrbuttonEx img { 
	
	vertical-align:middle;
	
	
}

/*S020814 - changed from a to span on toolbar button*/

.venus .tlbrbuttonEx span:hover { 
	border-top:1px solid ButtonHighlight; 
	border-left:1px solid ButtonHighlight; 
	border-right:1px solid ButtonShadow; 
	border-bottom:1px solid ButtonShadow;
	cursor:pointer;
}

.venus .tlbrbuttonEx span { 
	
	vertical-align:top;
	display:block;  
	padding:3px 2px 4px 3px; 
	text-decoration:none; 
	width:auto; 
	border: 1px solid transparent; 
	color:#FFFFFF;
	
	
}

/*E020814*/





.venus .venusMandatory
{
	position:absolute;
	text-align: left;
	left:-10px;
	
	top:0px;
	
	color:red;
	font-size: 9px; 
	clear:both;
}


.venus .venusGrid-heading 
{
	background: url(themes/tundra/images/tabEnabled.png) #e9e9e9 repeat-x top;
	border: 1px solid #D5CDB5;
	padding: 0;
	text-align: left;
	overflow: hidden;
	text-indent:1px !important;/* GKJ IF not here clips text*/
	clear:both;
	margin:0;
	display:block;/* to override dijitTextBox */
}

.venus .venusGrid-bodyHead 
{
	background: url(themes/tundra/images/tabEnabled.png) #e9e9e9 repeat-x top;
	border: 1px solid #D5CDB5;
	padding: 0;
	text-align: left;
	overflow: hidden;
	text-indent:1px !important;/* GKJ IF not here clips text*/
	clear:both;
	margin:0;
	display:block;/* to override dijitTextBox */
}

.venus .venusGrid-body 
{
	background: url(themes/tundra/images/tabEnabled.png) #e9e9e9 repeat-x top;
	border: 1px solid #D5CDB5;
	padding: 0;
	text-align: left;
	overflow: hidden;
	text-indent:1px !important;/* GKJ IF not here clips text*/
	clear:both;
	margin:0;
	display:block;/* to override dijitTextBox */
}

.venus .venusGrid tr td {
	vertical-align:top;
}

.venus .venusGrid-body:hover
{
    overflow:visible;
    z-index:2;
}

.venus .venusGrid-colsep 
{
	cursor:col-resize;
}


.venus .heading {
	font-weight: bold;
	padding-bottom: 0.25em;
	}


/* Used in Report Writer.js */
.venus .WriterDBField{
	background:#F0F8FF; 
	border:0px; 
	font-size: 9px; 
	font-family: arial;

}

.venus .WriterHeadTags{
	background:#CC0000; 
	border:0px; 
	font-size: 9px; 
	font-family: arial;

}


.venus .gridQueryCell {
	border-color:#f3d118;
	background-color:#f9f7ba;
	background-image:none;
}
.venus .dj_ie6 .gridQueryCell INPUT {
	
	background-color:#f9f7ba !important;
}


.venus .gridQueryCellFocused {
	background-color:#ff6;
	background-image:none;
}
.venus .dj_ie6 .gridQueryCellFocused INPUT {
	
	background-color:#ff6 !important;
}


.venus .venusGroupBoxLegend{
	
	position:absolute;
	text-align: left;
	left:5px;
	top:-5px;
	/*width:100px;*/
	/*height:10px;*/
	/*color:red;*/
	background-color: Window;
	font-size: 8pt; 
	font-weight: bold;

}
.venus .venusGroupBox{
    display: block;
    
    width: 21em;
    border: solid ButtonFace 1px;
    /*background-color: rgb(245,245,245);*/
    background-color: aliceblue;
    border-color: rgb(211,211,211);
}

@media screen and (min-width: 800px) {
  .venus .venusGroupBox{
    padding: 0.5em 1em;/* don't padd for mobile*/
  }
}

/* venus gridBody Overrides the below as veus takes precedence over tundra */
.venus .dijitTextBox,
.venus .dijitComboBox,
.venus .dijitSpinner,
.venus .dijitTextArea,
.venus .dijitInlineEditor input {
	/* 	For all except dijit.form.NumberSpinner:  the actual input element.
		For TextBox, ComboBox, Spinner: the div that contains the input.
		Otherwise the actual input element.
	*/
	background:#fff url("../images/validationInputBg.png") repeat-x top left;
	
	border:1px solid #b3b3b3;
	line-height: normal;
}



/* For dojo 1.4 tundra style seems messed up */


.tundra .venusContentPane  .dijitSplitContainer-dijitContentPane,
.tundra .venusContentPane .dijitBorderContainer-dijitContentPane,
.tundra .venusContentPane .dijitBorderContainer, 
.tundra .venusContentPane .dijitSplitContainer-child, 
.venusContentPane .tundra .dijitBorderContainer-child
{
	
	background-color: transparent;
	padding: 0px;
	border:none;

}

.tundra .venusContentPane .dijitGutterV
{
	background:none;
}

.tundra .venusInput .dijitInputField INPUT,
.tundra .venusInput .dijitTextBox,
.tundra .venusInput .dijitComboBox,
.tundra .venusInput .dijitSpinner {
	margin: 0em 0em;/*GJ changed second one to zero from 0.1em as creates issue with my grid else*/
}

/* HD75334 issue with color */
.dj_webkit .dijitTextBoxDisabled INPUT{
color:gray;
}

.tundra .venusTreeNode {
	margin-left:19px;/*In dojo 1.4 don't seem to have this define din dijitTreeNode*/
}

.tundra .venusInputPadding {
	padding-left:2px;
}

.tundra .venusFill {
	width:100%;
        height:100%;
}

.tundra .venusVAlignLeftJustify {
    display: flex;
    align-items: center;
    justify-content: left;
}


/* For 1.6 need dijitOffScreen */
.dijitOffScreen {
	position: absolute;
	left: 50%;
	top: -10000px;
}


/* HD75334 issue with color of disable fields espeicially in chrome*/
.dj_webkit .dijitTextBoxDisabled INPUT{
color:gray;
}



 /***********************************************/
 /* Style Classes  */
 /***********************************************/
 
/************************************************/
/* Some constants */ 
/************************************************/
.venus .minWidth
{
	min-width:200px;
	
}
 
 
/************************************************/
/* Banner */ 
/************************************************/
.venus .banner-homeLogoutBtns a:hover 
{
		border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
		border-style: solid;
		border-width: 1px;
}
.venus .banner-homeLogoutBtns a 
{
		color: white;
		text-decoration: none;
		vertical-align: middle;
}

.venus .banner-homeLogoutBtns-nonMobile
{
	display:block;
}

.venus .banner-homeLogoutBtns-mobile
{
	display:none;
}




.venus .banner-title
{
	color:white;
	display:block;
	margin-top:0;
}



.venus .scheduler_default_selected,
.venus .scheduler_default_event_inner
{
    background: #ddd;
}

.venus .scheduler_default_main
{
    border: 1px solid #c0c0c0;
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    font-size: 12px;
}
.venus .scheduler_default_timeheader
{
    cursor: default;color: #333;
}
.venus .scheduler_default_message
{
    opacity: 0.9;
    filter: alpha(opacity=90);
    padding: 10px; 
    color: #ffffff;
    background: #ffa216;
}
.venus .scheduler_default_timeheadergroup,
.venus .scheduler_default_timeheadercol
{
    color: #333;
    background: #f3f3f3;
}


.venus .scheduler_default_rowheader,
.venus .scheduler_default_corner
{
    color: #333;background: #f3f3f3;
}

.venus .scheduler_default_rowheader_inner{position: absolute;left: 0px;right: 0px;top: 0px;bottom: 0px;border-right: 1px solid #eee;padding: 2px;}
.venus .scheduler_default_timeheadergroup, .scheduler_default_timeheadercol{text-align: center;}
.venus .scheduler_default_timeheadergroup_inner{position: absolute;left: 0px;right: 0px;top: 0px;bottom: 0px;border-right: 1px solid #c0c0c0;border-bottom: 1px solid #c0c0c0;}
.venus .scheduler_default_timeheadercol_inner{position: absolute;left: 0px;right: 0px;top: 0px;bottom: 0px;border-right: 1px solid #c0c0c0;}
.venus .scheduler_default_divider{background-color: #c0c0c0;}
.venus .scheduler_default_divider_horizontal{background-color: #c0c0c0;}
.venus .scheduler_default_matrix_vertical_line{background-color: #eee;}
.venus .scheduler_default_matrix_vertical_break{background-color: #000;}
.venus .scheduler_default_matrix_horizontal_line{background-color: #eee;}
.venus .scheduler_default_resourcedivider{background-color: #c0c0c0;}
.venus .scheduler_default_shadow_inner{background-color: #666666;opacity: 0.5;filter: alpha(opacity=50);height: 100%;xborder-radius: 5px;}
.venus .scheduler_default_event{font-size:12px;color:#666;}
.venus .scheduler_default_event_inner{position:absolute;top:0px;left:0px;right:0px;bottom:0px;padding:5px 2px 2px 2px;overflow:hidden;border:1px solid #ccc;}
.venus .scheduler_default_event_bar{top:0px;left:0px;right:0px;height:4px;background-color:#9dc8e8;}
.venus .scheduler_default_event_bar_inner{position:absolute;height:4px;background-color:#1066a8;}
.venus .scheduler_default_event_inner{
            background:#fff;
            background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
            background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee);
            background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee);
            background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee);
            background: -o-linear-gradient(top, #ffffff 0%, #eeeeee);
            background: linear-gradient(top, #ffffff 0%, #eeeeee);
            filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#ffffff", endColorStr="#eeeeee");
        }
.venus .scheduler_default_event_float_inner
        {
            padding:6px 2px 2px 8px;
        } 
        
.venus .scheduler_default_columnheader_inner{font-weight: bold;}
.venus .scheduler_default_columnheader_splitter{background-color: #666;opacity: 0.5;filter: alpha(opacity=50);}
.venus .scheduler_default_columnheader_cell_inner{padding: 2px;}
.venus .scheduler_default_cell{background-color: #f9f9f9;}
.venus .scheduler_default_cell.scheduler_default_cell_business{background-color: #fff;}



#REDF_body {
  /*position: relative;*/
}






@media screen and (max-width:480px)
{
	.venus .banner-homeLogoutBtns-mobile
	{
		display:block;
	}
	
	.venus .banner-homeLogoutBtns-nonMobile
	{
		display:none;
	}
	
	.venus .banner-title
	{
		display:none;
	}
}



