html, Body
{
	height: 100%;
}
html
{
	width: 100%;
}
body.waiting * {
    cursor: progress;
}
body
{
	margin: 0;
	min-width: 1260px;
	padding-left: 0px;
	padding-right: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	direction: ltr;
	text-align: left;
	font-size: 90%;
}

#tblMenu
{
	width: 100%; 
	height:40px;
	padding: 0px;
	margin:0px; 
	background-color:#0073AC;
}

#tblMenu td
{
	padding: 0px;
}
#tblMenu .rmItem a
{
	height: 34px;
	font-size: 13px;
	padding: 0px 18px 0px 18px;
}

 /* the telerik radMenu is skinned blackMetro - these override colors for harmony look */    
.rmItem, div.rmRootGroup,  ul.rmRootGroup
{
    background-color:#0073AC !important;
   
 }
 
 .rmSelected, .rmItem:hover 
{
        background-color: #F7972D !important;
        color: #000000 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.rmRootLink,  rmRootGroup   
{
    border: none !important;   
    padding-top:0; 
    margin-top:0;
   }
 
/* radGrid  */
 .rgHeader, .rgHeader a {
      font:  bold 11px Arial, Helvetica, sans-serif  !important;
      line-height: 20px !important; 
      background-color:#0073AC !important;  }

 
.rgMasterTable {
    font: normal 11px Arial, Helvetica, sans-serif  !important;
    line-height: 20px !important; }

.rgRow td a, .rgAltRow td a {
  color: #0073AC !important;
  text-decoration: none !important; }
 
/* row colors */   
.rgRow  {
    background-color:#FFFFFF !important;
} 
.rgAltRow  {
    background-color:#FFFFFF !important;
}   
.LightCoral  {
    background-color:#F08080 !important;
} 
.LightGray  {
    background-color:#D3D3D3 !important;
}   
.LightGreen  {
    background-color:#90EE90 !important;
}   
.SkyBlue  {
    background-color:#87CEEB !important;
}      
.PaleYellowColor  {
    background-color:#FFFF84 !important;
}        
.Cornsilk  {
    background-color:#FFF8DC !important;
}       
.Tan  {
    background-color:#D2B48C !important;
} 
.LightPink  {
    background-color:#FFB6C1 !important;
}
.Khaki  {
    background-color:#F0E68C !important;
}  
.BlueGreen  {
    background-color:#4DBAC8 !important;
}
.TotalRow  {
    background-color:#D3D3D3 !important;
    font-weight:bold;
}

/* flag colors */
.PurpleFlag  {
    background-color:#B87BB8 !important;
} 
.OrangeFlag  {
    background-color:#FFC89E !important;
}   
.RedFlag  {
    background-color:#FF9E9E !important;
}   
.YellowFlag  {
    background-color:#FFFF9E !important;
}      
.GreenFlag  {
    background-color:#7BB87B !important;
}        
.BlueFlag  {
    background-color:#9EA3FF !important;
}       
.GreyFlag  {
    background-color:#9B9B9B !important;
} 
.LightBlueFlag  {
    background-color:#ACCDFF !important;
}
.LightOrangeFlag  {
    background-color:#FFE29E !important;
}   
.PinkFlag  {
    background-color:#DB8CBF !important;
}      
.BlueGreenFlag  {
    background-color:#4DBAC8 !important;
}        
.LightGreenFlag  {
    background-color:#A6DB8C !important;
}       
.DarkOrangeFlag  {
    background-color:#FFB29E !important;
} 
.LightGreyFlag  {
    background-color:#E9E9E9 !important;
}

 .rgSelectedRow ,.rgSelectedCell {
  background-color:#FDE8D1 !important;
  color: #000000 !important; } 
 
.rgRow td, .rgAltRow td, .rgEditRow td {
  border-color:#0073AC !important; }
 
.OffsetGridBoundaryItem
{
    background-color: #0073AC;   
} 

.OffsetGridItem 
{
    background-color: #FFFFFF;
    position: absolute;
    width: 442px;
    height: 23px;
    margin-left: -8px;
    padding-left: 6px;
    padding-top: 4px;
    border-bottom-color: #0073AC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #0073AC;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #0073AC;
    border-right-style: solid;
    border-right-width: 1px;
    text-align: center;
}
  
.rgHoveredRow {
     background-color:#ABD1E4 !important;  }

.rgRow td:not(.OffsetGridBoundaryItem):Hover , .rgAltRow td:not(.OffsetGridBoundaryItem):Hover, .OffsetGridItem:Hover  {

  background-color:#ABD1E4 !important;  }

.riTextBox input
{
   padding: 0 !important;
    margin: 0 !important;
    color: #000000 !important;
    font-size: 12px; 
    font-family: Arial, Helvetica, sans-serif ;
    border-style: solid;
    border-width: 1px !important;
    border-color:  #0073AC !important;

}
.riTextBox input:focus
{
	/* background-color: #FDE8D1; #ABD1E4 */ 
	background-color: #FDE8D1;
	border-color: #F7972D;
	border-width: 1px;
}
.rgPager
{    color:#F6973C !important;
     background-color:#FDE8D1 !important;
     background:#FDE8D1 !important;
     
} 
.rgPager table,.rgPager td, rgFooter
{
    border: none !important;
}
.rgPagerButton    
{
    font: normal 11px Arial, Helvetica, sans-serif  !important;
     background-color:#0073AC !important;
    color:#FFFFFF !important;
}         
 /* radGrid  end */ 
 /* radDateTimePicker */
 .RadPicker input {
  border-color: #0073AC !important;
  background: #FFFFFF;
  color: #000000;
  font: normal 11px Arial, Helvetica, sans-serif  !important; }
 
 .RadPicker input:focus {
  border-color: #F7972D !important;
  background: #FDE8D1 !important;
   }
   
    /* radToolTipManager */
 .rtWrapperContent
        {
                       
           font: normal 12px Arial, Helvetica, sans-serif  !important;
        } 
 div.RadToolTip table.rtWrapper  {
    padding: 10;
    margin: 10;
     }
     
.harmonyBreadCrumb {
  color: #FFFFFF !important;
  background-color: #0073AC!important;
      background-image: none !important;
   text-align: left;
    vertical-align: top;
     font: bold small Arial, Helvetica, sans-serif  !important; 
     position: static;
  padding-left:10px;
   padding-top:10px;
 
}  
.HarmonyBrand {
       border: 0px;
       height: 39px;
       width: 165px;
       margin-left: 10px  ;
       margin-right: 10px !important;
       max-height:60px;
      
}

.CompanyBanner {
       max-height: 60px;
       max-width: 30%;
      
       -webkit-border-radius: 5px !important;
       -moz-border-radius: 5px !important;
       -o-border-radius: 5px !important;
       border-radius: 5px !important;
}



.harmonyButton
{
 color:#FFFFFF;
 background-color:#0073AC ;
 border-width:0px;   
 border-color:#0073AC ;
 cursor: pointer;
 font-family: Arial, Helvetica, sans-serif ;
 font-size:large;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
.harmonyButton:hover
{
  background-color: #F7972D !important;
  border-color: #F7972D !important;
}

.harmonySearchBox
{
       height: 38px !important;
       width: 305px !important;
       margin:0px !important;
       border: none;
       border-width: 3px;
       border-color: #FFFFFF;
       -webkit-border-radius: 3px !important;
       -moz-border-radius: 3px !important;
       -o-border-radius: 3px !important;
       border-radius: 3px !important;
}
    
.harmonyGradient
{
    
	width: 100%;
    overflow:hidden;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
    
/* this is to get rid of the dotted line around the menu in firefox */
:focus
{
    -moz-outline-style: none;
    outline: none; /* 3.6 */
}



/* These are here to get rid of the warnings they are not actually used as each is generated on the page via the user setting */
.SystemText
{
    color: #999999;
}

.SystemColor
{
    background-color: #111111;
}
/*********************************/

.ParentTable
{
	height:100%;
	border-right: #003366 0px solid;
    border-top: #003366 0px solid;
    border-left: #003366 0px solid;
    border-bottom: #003366 0px solid; 
	font-size:x-small;
    font-family: Arial, Helvetica, sans-serif ;
    vertical-align: middle;
    color: black;
    text-align: right;
    margin-right: -10px;
}

.FooterTable
{
	border-right: #003366 0px solid;
    border-top: #003366 0px solid;
    border-left: #003366 0px solid;
    border-bottom: #003366 0px solid; 
	background-color: White;
	font-size:x-small;
    font-family: Arial, Helvetica, sans-serif ;
    vertical-align: middle;
    color: black;
    text-align: right;
    margin-left:auto;
    margin-right:auto;
    width:960px;
}

.GridLinkCell, .GridLinkCellDelete
{
	text-decoration: underline;
}

.GridLinkCellDelete
{
    background-repeat:no-repeat;
    background-position:left;
}


.GridCellButton, .GridCellButtonDelete
{
	font-size:11px; 
	text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif ;
    vertical-align: middle;
    color: White;
    text-align:left;
    cursor:  pointer;
    border-style:none;
}

.GridCellButtonDelete
{
    background-repeat:no-repeat;
    background-position:left;
}


.GridRow
{
	background-color: White;
    color: Black;
}


.PageHeading
{
    width: 100%;
    margin-left:5px;
}


.PageHeadingTitle 
{
    
    text-align: center;
    vertical-align: top;
    font-weight: normal;
    font-size:medium;
    position: static;
    color:#0073AC; 
    background-color:#FFFFFF;
  
}


.PageHeadingHyperlink 
{
    text-align: left;
    vertical-align: top;
     font-size:small;
    height: 22px;
    position: static;
    color:#0073AC !important; 
    background-color:#FFFFFF !important;
   
}

.PageHeadingSearch 
{
    text-align: right;
    vertical-align: top;
    margin-right: 5px;
    font-weight: bold;
    height: 22px;
    width: 480px;
}

.TableRow
{
	text-align: left;
	width: auto;
	
}

.Validator
{
	color:Red;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
}

.Success
{
	color:Blue;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 8pt;
}

.ValidationSummary
{
	color: Red;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 8pt;
}

.Hover
{
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    height: 24px;
    font-size: 12px;
    padding-top: 2px;    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    min-width:70px;
    background-color: #F7972D !important;
    border-color: #F7972D !important;
}

.Button:hover, .Button:focus, .SearchButton:hover
{
     background-color: #F7972D !important;
  border-color: #F7972D !important;
}
.Button[disabled="disabled"]
{
    background:#C0C0C0 !important;
     border-color: #C0C0C0 !important;
    }
.Button[disabled=""]
{
    background:#dddddd !important;
    }
.Button:disabled
{
    background:#dddddd !important;
    }
.Button
{
margin-right: 10px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
height: 26px;
font-size: 12px;
padding-top: 2px;
background-color: #0073ad;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
color: #ffffff;
text-decoration: none;
min-width:70px;

  
}
.AddButton:hover
{
     background-color: #F7972D !important;
     border-color: #F7972D !important;
}
.AddButton
{
    color: #FFFFFF !important;
    background-color: #49A800 !important;
    border-color: #49A800 !important;
    padding-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    height: 26px;
    font-size: 14px;
   
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    min-width:70px;
    }
.SearchButton
{
    color:#FFFFFF;
   background-color:#0073AC ;
    border-color: #0073AC !important;
    font-size: small;
  
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif ;
    width:100px;
		height: 25px;
}


.Label
{
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif ;
    position: relative;
    text-align: left;
}


.Value
{
    font-size: 12px; 
    font-family: Arial, Helvetica, sans-serif ;
    border-style: solid;
    border-width: 1px;
    height:20px;
    border-color: #0073AC;
   
}


a.Label
{
    color: #0073AC;    
}


.ListBox 
{
    font-size: 12px; 
    font-family: Arial, Helvetica, sans-serif ;
    border-style: solid;
    border-width: 1px;
    border-color: #0073AC;
}


/* Rounds the corners of the text box and drop downs in firefox   RDP Radius removed */
form input[type=text], input[type=password], select, textarea
{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Highlights the border and colors the background of the text boxes and combo boxes */
form input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus, input[type=checkbox]:focus
{
	/* background-color: #FDE8D1; #ABD1E4 */ 
	background-color: #FDE8D1;
	border-color: #F7972D;
	border-width: 1px;
}

.Calendar
{
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif ;
}

.CalendarDropDown
{
    background-color:#ffffff;
    color:#000000;
}

.CalendarStyle
{
    border-color: Transparent;
    border-style: solid;
    border-width: 1px;
}

.MenuIsland
{
	overflow:hidden;
}

.HoverNode
{
    background-image:url(../Images/leftBGshadowHover.gif);
}

.SelectedNode
{
    background-image:url(../Images/leftBGshadowSelected.gif);
}

.MainContent 
{
    width:100%;
    height:auto;
    min-height:475px;
    vertical-align:top;
    border: 1px solid #0073ac;
}

.HeaderTitle
{
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif ;
    height: 21px;
    text-align: right;
}

.LeftContent
{
    text-align:left;
    width:190px;
   
    vertical-align:top;
}

.Header
{
	vertical-align: top;
	text-align:left;
}

.HeaderLogout
{
    float:right;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif ;
    vertical-align: top;
    color: White;
    text-align: right;
}

.buttons 
{
	height: 6%;
	background-color: White;
}

.gadgetContainer
{
	float:left;
	cursor:move;
	text-align:left;
	position:absolute;
	overflow:hidden;
	border-style:solid;
    border-width:1px;
    border-color:#000000;
}

.gadgetHeader
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	margin:0px;
}

.gadgetCloseLink
{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

.gadgetContent
{
	background-color:#FFFFFF;
	margin:0px;
	overflow:hidden;
}

.gadgetIframe
{
	 border:0px;
	 margin:0px;
}

/* Used for the greyed out background for the ajax updating panel */
#progressBackgroundFilter 
{
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow:hidden;
    padding:0;
    margin:0;
    background-color:#000; 
    filter:alpha(opacity=50);
    opacity:0.5;
    z-index:1000;
    height: 100%;
    width: 100%;
}

/* Used for the message box in the ajax updating panel */
#processMessage 
{
    position:fixed; 
    top:30%; 
    left:30%;
    padding-right:4%;
    padding-left:4%;
    padding-top:3%;
    padding-bottom:3%;
    width:30%;
    z-index:1001;
    background-color:#0073AC;		 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border-color: #FDE8D1;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif ;
} 

.overFlowHidden
{
	overflow: hidden;
}

/* used for the wizard step over-view */
.stepNotCompleted
{
    background-color: rgb(153,153,153);
    width: 15px;
    border: 1px solid rgb(153,153,153);
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCompleted
{
    background-color: #3D63A1;
    width: 15px;
    border: 1px solid #3D63A1;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCurrent
{
    background-color: #e01122;
    width: 15px;
    border: 1px solid #e01122;
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.stepBreak
{
    width: 3px;
    background-color: Transparent;
}

.wizardProgress
{
    padding-right: 10px;
    font-family: Arial;
    color: #333333;
    font-size: 12px;
    border: none;
}

.wizardTitle
{
    font-family: Arial;
    font-size: 120%;
    font-weight: bold;
    color: #333333;
    vertical-align: middle;
}

#hoverdiv 
{
    display: none;
    position: absolute;
    font-size: 11px;
    color: Black;
    border: 1px solid Black;
    padding: 5px;
    width: 505px;
    height: 87%;
    text-align: justify;
    z-index: 10;
    overflow: auto;
    margin-left: 9px;
    clear: both;
    font-family: Arial;
    border-radius: 4px;
}

#NotesHover
{
    position: absolute;
    font-size: 12px;
    color: Black;
    border: 1px solid Black;
    padding: 5px;
    width: 100%;
    height: 193px;
    text-align: left;
    z-index: 200;
    overflow: hidden;
    clear: both;
    font-family: Arial;
    border-radius: 4px;
    background-color: #DDDDDD;
}



.Flag
{
    position: relative;
    height: 35px; 
    width: 70px; 
    float: right; 
    clear: none;  
    border-style: solid; 
    border-width: thin; 
    border-color: Black; 
    text-align: center; 
    font-size: 9px;
    overflow: hidden;
    margin-right: 2px;
    margin-bottom: 2px;
    font-family: Arial;
    padding-top: 1px;
    border-radius: 4px;
}

.GridButton
{
    font-size:xx-small; 
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif ;
    vertical-align: middle;
    text-align:left;
    cursor: pointer;
    border-style:none;
    background-color:White;
}

.RecentLink
{
    overflow: hidden;
    color: White;  
    display:block;
}

.RecentLinkWrapper
{
    padding:3px;
    overflow:hidden;
    background-color: #0073AC;
    display:block;
    padding-right:4px;
}

.RecentLinkCell 
{
    overflow: hidden;
    white-space: nowrap;
    text-align: left; 
    padding:3px;
    background-color: #0073AC;
}

.RecentLinkCell:Hover
{
    padding:3px;
    overflow:hidden;
    background-color: #F7972D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

form input[type="file"]
{
    height: 22px;
}

@media print 
{
    .noPrint 
    {
        display:none;
    }
}

/* info box (dashboard) */
.info_box_var_1 {
  color: #ffffff;
}
.info_box_var_1.box_bg_a {
  background: #37BC9B;
}
.info_box_var_1.box_bg_b {
  background: #DA4453;
}
.info_box_var_1.box_bg_c {
  background: #F6BB42;
}
.info_box_var_1.box_bg_d {
  background: #4A89DC;
}
.info_box_var_1 .info_box_body {
  padding: 10px 20px;
  height: 60px;
  font: 300 32px / 38px "Open Sans", Arial, sans-serif;
  position: relative;
}
.info_box_var_1 .info_box_body .info_box_icon {
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 32px;
  color: #ffffff;
}
.info_box_var_1 .info_box_footer {
  padding: 4px 20px;
  background: rgba(0, 0, 0, 0.2);
}
.heading_a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 0 15px;
  padding: 0 4px 4px;
}
.heading_a .heading_text {
  font: 400 16px / 22px "Open Sans", Arial, sans-serif;
  color: #333;
  text-transform: uppercase;
}
.heading_a .heading_icon {
  font-size: 16px;
  line-height: 22px;
  margin-right: 4px;
  color: #999;
}
.heading_a + .row {
  margin-top: 20px;
}
.heading_b {
  margin: 0 0 10px;
}
.heading_b .heading_text {
  font: 400 14px / 20px "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
}