﻿/* DEFAULTS
----------------------------------------------------------*/

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;
}

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;
}

.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;
}

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
{
    padding: 2%;
}

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;
}

.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 0px;
}

.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 black;
    padding: 3px 0px 3px 20px;
    /*width: 100%;   */
    background:#DAE3FF;
}

.SelectGridFilterPanel dropdown
{
    width: 200px;
    z-index: 9002;    
}

.dropGridPanel
{
    overflow:scroll;
    background: white;
}

.AssetDiagramPanel
{
    margin: 1px 1px 1px 1px;   
    float: left;
    Width: 300px;
    Height: 780px;
}

.pnlCanvas
{
    Height: 100%; Width: 280px;
    float: right;
    border: 1px solid black;
    background-color: #DAE3FF;
}

.lstNonMounted
{
    margin: 5px 5px 5px 5px;
}

.pnlTabStrip
{
    /*width: 98px;
    float: left;*/
    padding: 3px 0px 0px 18px;
}

.rtsLevel
{
    float: right;
}

.pnlInfoPanel
{
    margin: 2px 2px 2px 2px;
    float: right;
    width: 890px;
}

.assetMultiPage
{
    border-top: 1px solid black;
    border: 1px solid black;
    width: 878px;
    height: 600px;
    float: left;
}

.infoPage
{
    padding: 20px 10px 20px 10px;    
}

.pnlBaseInfo
{
    background:#DAE3FF;
    margin: 24px 10px 5px 0px;
    border: 1px solid black;
}

.tblBaseInfo
{
    border-collapse: collapse;
    margin: 5px 5px 5px 15px;
    white-space: nowrap;
}

.tblBaseInfo .LabelCell
{
    color: Black;
}

.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;
}


/*.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
{
    padding-top: 1px;
    width: 1200px;
}

.LabelCell
{
    text-align: right;
    margin: 0px 2px 0px 0px;
    padding-left: 8px;
}

.LeftLabelCell
{
    text-align: right;
    margin: 0px 2px 0px 0px;
}

.ButtonCell
{
    padding: 50px 0px 10px 0px;
}

.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
{
    width: 878px;
    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;
}

.pnlRack
{
    height: 25px;
    width: 220px;
    float:left;
}

.pnlScanPreview
{
    margin: 15px 0px 0px 15px;
}

.tblScanPreview
{
    border-collapse: collapse;
    border: 2px solid black;
}

.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: 2px solid black;
}

.ScanPreviewRow_Ignore
{
    background-color: White; 
    color: #BEBEBE;
}

.ScanPreviewRow_CrossRack
{
    background-color: Red; 
    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;
}

.ScanActionButton
{
    Height: 27px;
}

.pnlPreviewList
{
    overflow: scroll;
    margin: 15px 0px 0px 15px;
    border: 1px solid black;

}

.chckAcceptPreview
{
    margin: 4px;
}

.pnlAcceptAll
{
    padding: 30px 0px 0px 450px;
}

.btnAcceptAll
{
    height: 30px;
    width: 80px;
}

.AssetTypeUIDiv
{
    width: 300px;
    height: 500px;
    margin: 30px 0px 0px 100px;
}
