/*
 * This file is provided for application-specific style rules.
 *
 * By default, Maqetta includes this CSS file within HTML pages
 * authored in Maqetta.
 *
 * This file is typically used to override style rules found in
 * theme CSS files. For example, suppose the theme CSS file has:
 *
 * .claro .dijitButton .dijitButtonNode {
 *		padding:2px 4px 4px 4px;
 * }
 *
 * But for your application suppose you want to tighten the padding
 * for buttons. Then, you might include the following style rule
 * in this file (assuming that you accept Maqetta's default where
 * id "myapp" is present on the BODY element, and assuming
 * that you are using the "claro" theme):
 *
 * #myapp.claro .dijitButton .dijitButtonNode {
 *		padding:1px 3px 3px 3px;
 * }
 *
 * Because of CSS precedence rules (see [1]), the above style rule
 * (which begins with #myapp.claro) will "win the cascade" versus 
 * the style rule from the theme CSS file due to the use of the
 * ID select (#myapp), which has higher specificity than the class
 * selectors used throughout the Claro theme.
 *
 * [1] http://www.w3.org/TR/CSS21/cascade.html#cascade
 */
html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
 
.pageOverlay {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1001;
    display: block;
}
 
#loadingOverlay {
    background:  #0A3F7A url('/lib/dijit/themes/claro/images/loadingAnimation.gif') no-repeat 10px 23px;
}
 
.loadingMessage {
    padding: 25px 40px;
    color: #999;
}

.page
{
	height: 100%;
}

label
{
	margin-right: 10px;
}

.label
{
	clear: both;
    display: block;
    float: left;
    font-weight: bold;
}

#mniReturn
{
	float: right;
	display: none;
}

#frmLoginPageLoginForm
{
	width: 300px; 
	height: auto;
}

.input-inline
{
	height: auto;
    margin: 5px;
	min-height: 20px;
}

.input-inline input
{
	margin-left: 10px;
	float: right;
}
.input-description
{
	clear: both;
    display: block;
    float: right;
    font-size: 9px;
    font-style: italic;
}
.entry
{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}
.claro .dijitSelect, .claro .dijitTextBox
{
	float: right;
}
#msgConfirmBox
{
	min-width: 200px;
}
#appLayout {
    height: 100%;
}
#header
{
	overflow: hidden;
	height: auto;
}
#footer
{
	height: 30px;
}
#pnlLiveViewPage
{
	width: 942px;
}
.page-content-wrapper
{
	width: 1279px; 
	margin: 0 auto; 
	height: 100%;
}
.dijitGutter
{
	display: none;
}

#tbcMainNavigator_tablist
{
	display: none;
}
#btnLiveViewExportas
{
	 float: right;
}
.font14semibLightBlue
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	color: #69AF9D;
	font-weight: 600;
}
.font14lightLightBlue {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
	color:#69AF9D;
}
.font18normalLightBlue
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 26px;
	text-decoration: none;
	color: #69AF9D;
	font-weight: 400;
}
.font20LightBlue
{
	height: auto;
	margin: 5px;
	min-height: 20px;
	color: #69AF9D;
}
.dijitTabContainerTop-container,
.dijitBorderContainerPane,
.dijitBorderContainerNoGutterPane,
#tbcMainNavigator .dijitContentPane,
.inner .claro .dijitContentPane
{
	position: static !important;
}
#content .dijitBorderContainerPane,
#content-top .dijitBorderContainerPane
{
	position: absolute !important;
}
.gridxGroupHeader,
.gridxHeaderRow .gridxCell
{
	text-align:center !important;
	vertical-align: middle !important;
}
.gridxHScrollerInner
{
	overflow: hidden !important;
}
.claro .dijitTitlePaneTitle {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.claro .dijitTitlePaneTitleOpen,
.claro .dijitTitlePaneTitleFixedOpen ,
.claro .dijitTitlePaneTitleHover
{
	border-color: #759dc0;
	background-color: #0A3F7A;
	color: #FFFFFF;
}
.claro .dijitTitlePane .dijitArrowNode
{
	display: none;
}

/* row select */
.claro .gridxRowSelected .gridxRowTable,
.claro .gridxRowSelected .gridxCell
{
	background: #5378A2 !important;
    color: #FFFFFF !important;
}
#grdDeviceDetailsMainWS .gridxRowSelected .gridxCell .font24light, #grdDeviceDetailsMainWS .gridxRowSelected .gridxCell .font14light, #grdDeviceDetailsMainWS .gridxRowSelected .gridxCell .wlwdf
{
	color: #FFFFFF !important;
}
#grdLiveView .gridxRowSelected .gridxRowTable, #grdSettingsDevice .gridxRowSelected .gridxRowTable, #grdSettingsAutoRepList .gridxRowSelected .gridxRowTable, #grdSettingsUsers .gridxRowSelected .gridxRowTable,
#grdLiveView .gridxRowSelected .gridxCell, #grdSettingsDevice .gridxRowSelected .gridxCell, #grdSettingsAutoRepList .gridxRowSelected .gridxCell, #grdSettingsUsers .gridxRowSelected .gridxCell
{
	background: #EBEBEB !important;
	color: #0A3F7A !important;
	font-weight: 400 !important;
}

.claro .gridxBodyRowHoverEffect .gridxRowOver:not(.gridxRowSelected) .gridxRowTable,
.claro .gridxBodyRowHoverEffect .gridxRowOver:not(.gridxRowSelected) .gridxCell
{
	cursor: pointer;
	background: #7FA4BF !important;
	color: #FFFFFF !important;
}
.claro .gridxBodyRowHoverEffect .gridxRowOver:not(.gridxRowSelected) .gridxRowTable .wnf,
.claro .gridxBodyRowHoverEffect .gridxRowOver:not(.gridxRowSelected) .gridxCell .wnf,
.claro .gridxBodyRowHoverEffect .gridxRowOver:not(.gridxRowSelected) .gridxRowTable .fcComp1,
.claro .gridxBodyRowHoverEffect .gridxRowOver:not(.gridxRowSelected) .gridxCell .fcComp1,
.claro .gridxBodyRowHoverEffect .gridxRowOver:not(.gridxRowSelected) .gridxRowTable .fcComp2,
.claro .gridxBodyRowHoverEffect .gridxRowOver:not(.gridxRowSelected) .gridxCell .fcComp2,
.claro .gridxBodyRowHoverEffect .gridxRowOver:not(.gridxRowSelected) .gridxRowTable .fcComp3,
.claro .gridxBodyRowHoverEffect .gridxRowOver:not(.gridxRowSelected) .gridxCell .fcComp3,
.claro .gridxBodyRowHoverEffect .gridxRowOver:not(.gridxRowSelected) .gridxRowTable .fcComp4,
.claro .gridxBodyRowHoverEffect .gridxRowOver:not(.gridxRowSelected) .gridxCell .fcComp4
{
	color: #FFFFFF !important;
}
#grdLiveView .gridxBodyRowHoverEffect .gridxRowOver .gridxRowTable, #grdSettingsDevice .gridxBodyRowHoverEffect .gridxRowOver .gridxRowTable, #grdSettingsAutoRepList .gridxBodyRowHoverEffect .gridxRowOver .gridxRowTable, #grdSettingsUsers .gridxBodyRowHoverEffect .gridxRowOver .gridxRowTable,
#grdLiveView .gridxBodyRowHoverEffect .gridxRowOver .gridxCell, #grdSettingsDevice .gridxBodyRowHoverEffect .gridxRowOver .gridxCell, #grdSettingsAutoRepList .gridxBodyRowHoverEffect .gridxRowOver .gridxCell, #grdSettingsUsers .gridxBodyRowHoverEffect .gridxRowOver .gridxCell
{
	cursor: pointer;
	background: #7FA4BF !important;
	color: #FFFFFF !important;
}
#grdLiveView .gridxBodyRowHoverEffect .gridxRowOver .gridxRowTable .wnf, #grdSettingsDevice .gridxBodyRowHoverEffect .gridxRowOver .gridxRowTable .wnf, #grdSettingsAutoRepList .gridxBodyRowHoverEffect .gridxRowOver .gridxRowTable .wnf, #grdSettingsUsers .gridxBodyRowHoverEffect .gridxRowOver .gridxRowTable .wnf,
#grdLiveView .gridxBodyRowHoverEffect .gridxRowOver .gridxCell .wnf, #grdSettingsDevice .gridxBodyRowHoverEffect .gridxRowOver .gridxCell .wnf, #grdSettingsAutoRepList .gridxBodyRowHoverEffect .gridxRowOver .gridxCell .wnf, #grdSettingsUsers .gridxBodyRowHoverEffect .gridxRowOver .gridxCell .wnf
{
	color: #FFFFFF !important;
}
#grdDeviceDetailsMainWS .gridxBodyRowHoverEffect .gridxRowOver .gridxCell .font24light, #grdDeviceDetailsMainWS .gridxBodyRowHoverEffect .gridxRowOver .gridxCell .font14light, #grdDeviceDetailsMainWS .gridxBodyRowHoverEffect .gridxRowOver .gridxCell .wlwdf
{
	color: #FFFFFF !important;
}
.claro .gridxHeader .gridxHeaderRow .gridxCell:hover,
.claro .gridxGroupHeader:hover,
.claro .gridxHeader .gridxHeaderRow .gridxCell:hover .fcComp1,
.claro .gridxGroupHeader:hover .fcComp1,
.claro .gridxHeader .gridxHeaderRow .gridxCell:hover .fcComp2,
.claro .gridxGroupHeader:hover .fcComp2,
.claro .gridxHeader .gridxHeaderRow .gridxCell:hover .fcComp3,
.claro .gridxGroupHeader:hover .fcComp3,
.claro .gridxHeader .gridxHeaderRow .gridxCell:hover .fcComp4,
.claro .gridxGroupHeader:hover .fcComp4
{
	background:#7FA4BF !important;
	color: #FFFFFF !important;
}
#pnlLiveViewPageFooter
{
	padding-bottom: 10px;
}
#snowCanvas
{
	display: block;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}