﻿/* DEFAULTS
----------------------------------------------------------*/
span.tagnumber { display: inline-block; width: 180px }
span.assignedto { display: inline-block; width: 110px; white-space: nowrap;}
span.tagnumberunkown { display: inline-block; width: 180px ; background-color: Yellow; font-weight:bold;}
span.assignedtounkown { display: inline-block; width: 110px; white-space: nowrap; background-color: Yellow; font-weight:bold;}

.RadComboBox_Default .rcbDisabled .rcbInputCell .rcbInput, .RadComboBoxDropDown_Default .rcbDisabled
{
	background-color: #DED8D8;
}

td.blue_hyperlink a 
{ 
    color:blue !important; 
}

.rgRowUnknownAsset
{
    background-color: Yellow;
}
            
.multipleRowsColumns .rcbItem,
.multipleRowsColumns .rcbHovered
{
    float:left;
    margin:0 1px;
    min-height:13px;
    overflow:hidden;
    padding:2px 19px 2px 6px;
    width:125px;
} 
        
.module1
{
	background-color: #dff3ff;
	border: 1px solid #c6e1f2;
}
.loading
{
	background-color: #fff;
	height: 100%;
	width: 100%;
}

body
{
	background: #EFF0F1;
	font-size: .80em;
	font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
	height: 219px;
}

a:link, a:visited
{
	color: #034af3;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #034af3;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
table
{
	font-size: 0.9em;
}

.checkBoxAlign label
{
	position: relative;
	top: -2px; 
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #36c6f4;
	width: 100%;
	top: 0px;
	left: 0px;
}

.header h1
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #f9f9f9;
	line-height: 1.5em;
	font-size: 2em;
	width: 187px;
}

.main
{
	min-height: 420px;
}

.Hidden
{
	display: none;
}

.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.footer
{
	color: #4e5766;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	background-color: #fff;
	width: 100%;
	height: 26px;
}

div.menu
{
	padding: 6px 0px 6px 10px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
	background-color: #465c71;
	border: 1px #4e667d solid;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu ul li a:hover
{
	background-color: #bfcbd6;
	color: #465c71;
	text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
	width: 350px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
    margin-top: 5px;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input
{
	font-size: 1.0em;
}

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 39%;
}

div.cellPad
{
	
}

div.cellPadRight
{
	padding-right: 3%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	width: auto;
}

.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 7px;
	color: White;
}

.loginDisplay a:link
{
	color: white;
}

.loginDisplay a:visited
{
	color: white;
}

.loginDisplay a:hover
{
	color: white;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.successNotification
{
	font-size: 1.2em;
	color: green;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}

.staticMenuItemStyle
{
	text-align: center;
	display: block;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 0;
}

.staticMenuItemSelectedStyle
{
	border: solid 1px #000;
}

.staticHoverStyle
{
	background-image: url(../Images/bg-black.gif);
}

.menuItem
{
	display: block;
}

.dynamicMenuItemStyle
{
	border: solid 1px #000;
	background-color: Silver;
	color: Red;
	z-index: 200;
	position: relative;
}


.MainMenu
{
	background: #C2D1FF;
	width: 100%;
}

.MainMenu ul
{
	background: #C2D1FF;
}

.MainMenu ul li
{
	background: #C2D1FF url(menu_bg.gif) repeat-x;
	text-align: center; /* set width if needed.*/
	width: 200px;
}

.MainMenu ul li a
{
	color: black;
	padding: 4px 2px 4px;
	padding-left: 8px !important;
	border: 1px solid #648ABD;
	border-bottom: 0;
}

.MainMenu ul li a:hover
{
	background-image: none;
}

.MainMenu ul li a:hover
{
	color: White;
}

.MainMenu ul li a
{
	color: Black;
}

.tblSelectRoomLayout .dropdownlistCell
{
	padding: 7px 10px 6px 3px;
}

.SelectButtonCell
{
	padding-right: 20px;
}

.ButtonLeft
{
	width: 142px;
	height: 28px;
	float: left;
	margin: 5px 0px 5px 60px;
}

.ButtonRight
{
	width: 142px;
	height: 28px;
	float: right;
	margin: 5px 60px 5px 0px;
}

.SelectGridFilterPanel {
    border: 1px solid gray;
    border-bottom: 0;
    padding: 10px 20px;
    background: #DAE3FF;
    position: relative;
}

.SelectGridFilterPanel dropdown
{
	width: 200px;
	z-index: 9001;
}

.SelectGridPanelModal
{
    width: 950px;
}

.SelectGridPanelModal td
{
    word-break:break-all;
}

.SelectGridPanel
{
    position: relative;
    width: 100%;
    height: 100%;
    /*overflow-x: scroll;*/
    clear: both;
}

.SelectGridButtonPanel {
    padding: 15px 0 10px;
}

.filter {
    display: inline-block;
    padding-right: 10px;
}

.filter.separator {
    margin-left: 10px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.filter.right-separator {
    margin-right: 10px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.filter label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    height: 15px;
}

.filter.button {
    padding-top: 15px;
}

.dropGridPanel
{
	overflow: scroll;
	background: white;
}

.AssetDiagramPanel
{
	margin: 1px 1px 1px 1px;
	float: left;
	width: 360px;
	height: 780px;
}

.pnlCanvas
{
	height: 100%;
	width: 340px;
	float: right;
	border: 1px solid black;
	background-color: #DAE3FF;
}

.lstNonMounted
{
	margin: 5px 5px 5px 5px;
}

.pnlTabStrip
{
	/*width: 98px;     float: left;*/
	padding: 2px 0px 0px 18px;
}

.rtsLevel
{
	float: right;
}

.pnlInfoPanel
{
	margin: 2px 2px 2px 2px;
	float: left;
	width: 830px;
}

.assetMultiPage
{
	border-top: 1px solid black;
	border: 1px solid black;
	width: 818px;
	height: 600px;
	float: left;
}

.infoPage
{
	padding: 7px 5px 20px 5px;
	border-top: 1px solid black;
	border: 1px solid black;
	width: 818px;
	/*height: 600px;*/
	float: left;
}

.infoPage h1 {
    margin: 0 0 0 10px;
    font-variant: normal;
}

.pnlBaseInfo
{
	background: #DAE3FF;
	margin: 4px 10px 5px 0px;
	border: 1px solid black;
}

.tblBaseInfo
{
	border-collapse: collapse;
	margin: 5px 5px 5px 8px;
	white-space: nowrap;
}

.tblBaseInfo .LabelCell
{
	color: Black;
}

.RowSpacer
{
    font-size: .40em !important;
}

.InfoPanelData
{
	padding: 0px 10px 0px 5px;
	color: Blue;
}

.BaseInfoTblHdrLabel
{
	text-align: center;
	font-style: italic;
	border: 1px solid black;
	margin: 0px 5px 0px 5px;
	color: Black;
}

.BaseInfoTblRowLabel
{
	text-align: right;
	padding: 1px 4px 1px 4px;
	border: 1px solid black;
	color: Black;
}

.BaseInfoTblData
{
	text-align: center;
	color: Blue;
	border: 1px solid black;
}

.BaseInfoTblData .error {
    background: red;
    font-weight: bold;
    color: white;
    display: block;
}

.BaseInfoTblData .warning {
    background: yellow;
    font-weight: bold;
    color: black;
    display: block;
}

.ContinueScanTableCell { padding: 0; }

/*.RadTabStripVertical li.rtsLI .sideTab, .sideTab
{
   margin-top: 150px !important;
}*/
.tipLabelCell
{
	text-align: right;
}

.tblToolTip
{
	border-collapse: collapse;
	margin: 3px;
}

.tblToolTip td
{
	white-space: nowrap;
}

.pnlWorkArea
{
	width: 1200px;
    height: 770px;
}

.ControlCell
{
	padding: 4px 0;
    width: 35%;
    vertical-align: top;
}

.ControlCell input[type='text']
{
    width: 100%;
}

.LabelCell
{
	text-align: right;
	padding: 4px;
    width: 15%;
    vertical-align: top;
}

.LabelCell2
{
	text-align: right;
	margin: 0px 2px 0px 0px;
	padding-left: 4px;
	padding-top: 4px;
}

.LeftLabelCell
{
	text-align: right;
	margin: 0px 2px 0px 0px;
}

.ButtonCell
{
	padding: 25px 0px 10px 0px;
    text-align: center;
}

.ButtonCell input {
    margin: 0 10px;
}

.UserDefinedKeyCell {
    width: 100%;
}

.tblRoom
{
	margin: 10px 10px 10px 10px;
}

.tblRoomColHeaderText
{
	font-weight: bold;
	text-align: center;
}
.tblRoomRowHeaderText
{
	font-weight: bold;
	text-align: center;
}


html body span.riSingle .riDisabled
{
	background-color: #D4D0C8;
}

/** Columns */
.rcbHeader ul, .rcbFooter ul, .rcbItem ul, .rcbHovered ul, .rcbDisabled ul
{
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
	list-style-type: none;
}

.col1
{
	margin: 0;
	padding: 0 5px 0 0;
	width: 130px;
	line-height: 14px;
	float: left;
}

.col2
{
	margin: 0;
	padding: 0 5px 0 0;
	width: 200px;
	line-height: 14px;
	float: left;
}

.AssetInput
{
	border-top: 1px solid black;
	border: 1px solid black;
	width: 818px;
	height: 600px;
	float: left;
	overflow: scroll;
}

.tblScanHistory
{
	background-color: #FFFFFF;
	border-collapse: collapse;
}

.tblScanHistory td, th
{
	padding: 0px 4px 0px 4px;
	white-space: nowrap;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.tblScanHistory th
{
	text-align: center;
}

.ScanHeaderRow
{
	background-color: #E0FFFF;
	color: #333333;
}

.FirstScanHistRow
{
	border-top: 2px solid black;
}

.ScanHistRow
{
	background-color: #E0FFFF;
	color: #333333;
}

.SelectedScanHistRow
{
	background-color: #E2DED6;
	font-weight: bold;
	color: #333333;
}

.imgButtonLeft
{
	margin: 2px 2px 0px 3px;
	float: left;
}

.imgButtonRight
{
	margin: 3px 2px 0px 2px;
	float: left;
}

.pnlCanvasHeader
{
	height: 26px;
	border: 1px solid black;
	margin: 1px 0px 1px 18px;
	padding-top: 1px;
}

.asset-diagram-add-asset
{
    border: 1px solid black;
    margin: 1px 0px 1px 18px;
    padding: 5px;
}

.pnlRack
{
	height: 25px;
	width: 280px;
	float: left;
}

.tblScanPreview
{
	border-collapse: collapse;
	border: 2px solid black;
    overflow: scroll;
}

.topCell
{
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 3px;
}

.bottomCell
{
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 3px;
}

.tblScanPreview th
{
	padding: 2px 4px 2px 4px;
	border: 1px solid black;
}

.ScanPreviewRow_Ignore
{
	background-color: White;
	color: #BEBEBE;
}

.ScanPreviewRow_CrossRack
{
	background-color: Purple;
	font-weight: bold;
	color: White;
}

.ScanPreviewRow_UnknownTag
{
	background-color: Yellow;
	font-weight: bold;
	color: Black;
}

.ScanPreviewRow_MissingInScan
{
	background-color: Red;
	font-weight: bold;
	color: White;
}

.ScanPreviewRow
{
	background-color: White;
	color: Black;
}

.pnlPreviewList
{
	overflow: scroll;
	margin: 15px 0px 0px 15px;
	border: 1px solid black;
}

.pnlScanMessage
{
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}

.chckAcceptPreview
{
	margin: 4px;
}

.pnlAcceptAll
{
	padding: 30px 0px 0px 450px;
}

.btnAcceptAll
{
	height: 30px;
	width: 80px;
}

.AssetTypeUIDiv
{
	width: 300px;
	height: 500px;
	margin: 30px 0px 0px 100px;
}

div.tooltip
{
	border: solid 2px darkGray;
	background-color: white;
	color: black;
	padding: 3px;
}
div.arrow
{
	border-color: #929292 transparent;
	border-width: 0 7px 7px;
	border-style: solid;
	top: -9px;
	left: 20px;
	position: absolute;
}
div.tooltip span.status
{
	color: red;
	font-weight: bold;
}
div.tooltip td
{
	text-align: right;
}
div.tooltip td.blue
{
	color: blue;
	text-align: left;
}

.report { width: 100% !important; }
.report > table { width: 100%; }

.rgMasterTable { border: 1px solid gray; }
.AssetListGrid { /*min-height: 350px;*/ }
.ModelListGrid { /*min-height: 300px;*/ }

fieldset.register .user-locations label {
    display: inline;
}

.nonmounted {
    background: white;
    border: solid 1px #999;
    display: block;
    height: 620px;
    margin: 5px;
    padding: 5px;
    width: 318px;
}

.nonmounted br {
    display: none;
}

.nonmounted div {
    background: green;
    border: 1px solid darkgreen;
    color: white;
    padding: 5px;
    margin-bottom: 1px;
    text-align: center;
}

.nonmounted div a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.nonmounted div.warning {
    background: yellow;
    border: 1px solid darkorange;
    color: black;
}

.nonmounted div.error {
    background: red;
    border: 1px solid darkred;
}

.nonmounted div.selected {
    border: 2px solid cyan;
    font-weight: bold;
    padding: 4px;
}

.select-asset-tooltip {
    position: absolute !important;
}

.license-alert {
    padding: 10px;
    font-size: 14px;
    background: yellow;
}

.license-alert-fair {
    padding: 10px;
    font-size: 14px;
    background: green;
    color: white;
}

.license-alert-warn {
    padding: 10px;
    font-size: 14px;
    background: yellow;
}

.license-alert-exceeded {
    padding: 10px;
    font-size: 14px;
    background: red;
    color: white;
}

#AssetCountLabel, #LicenseCountLabel {
    font-weight: bold;
}

table.report-filters {
    border-spacing: 0;
    padding: 5px 5px 10px;
    background-color: #ECE9D8;
    border-bottom: 1px #CCCCCC Solid;
    width: 100%;
}

table.report-filters td.filters {
    width: 100%;
    height: 100%;
    padding-right: 6px;
}

table.report-filters td.label {
    padding: 5px;
}

table.report-filters td.input {
    padding: 5px 22px 5px 5px;
}

table.report-filters td.apply {
    text-align: center;
    vertical-align: top;
    border-left:1px #CCCCCC Solid;
    padding:10px;
}

#output {
    margin: 1em 0; 
    border: 1px solid #ccc; 
    padding: 5px; 
    font-family: monospace;
    font-weight: bold;
    height: 500px;
    overflow: scroll;
}

#output .log-Error {
    color: red;
}

#output .log-Warn {
    color: orange;
}

.profile label {
    display: block;
    margin-top: 5px;
}

div.actions {
    z-index: 100;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 350px;
    background: #EFF0F1;
    border: 1px solid grey;
    min-height: 300px;
    padding: 0 15px 40px;
    box-shadow: 0 5px 10px grey;
}

div.actions h3 {
    font-variant: normal;
    margin: 0 -15px 10px;
    padding: 5px 15px;
    font-weight: bold;
    line-height: 20px;
    border-bottom: 1px solid grey;
}

div.actions div.field {
    margin-bottom: 10px;
}

div.actions div.field label {
    display: block;
}

/*div.actions div.field input[type=text] {
    margin: 5px 0;
    padding: 3px;
    width: calc(100% - 8px);
}

div.actions div.field select {
    margin: 5px 0;
    padding: 3px;
    width: 100%;
}*/

.ModelGrid .rgDataDiv {
    height : auto !important ;
}

.managed {
    color: black;
    font-weight: bold;
}

.unmanaged {
    color: gray;
}

.rgSelectedRow .managed, .rgSelectedRow .unmanaged {
    color: white;
}

.ScannersGrid .rgDataDiv
{
    height : auto !important ;
}

table.model-edit td {
    padding: 5px 3px;
}

table.model-edit td.model-edit-field {
    padding-right: 25px;
}

.save-view-tooltip .RadComboBox {
    height: 20px;
}

.save-view-tooltip .RadInput {
    height: 20px;
}

.RadGrid_Default th.rgSorted {
    background-color: #eaeaea !important;
    background-position: 0 -2300px !important;
}

.asset-detail-room-location > span {
    width: calc(50% - 19px) !important;
}

.asset-detail-room-location > label {
    width: 14px;
    display: inline-block;
}
