﻿body {
  background-color:#1D1F29;
  color: #5c5c5c;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.1;
  font-size: 0.9em;
}

.metroButton {
  background-color: #0cadb7;
  border: solid 1px white;
  text-align:center;
  line-height:5em;
  font-weight: bold;
  color: White;
  padding: 5px;
}

/* HEADER */
.metroHeader {
  border-top: 5px solid #3c3c3c;
  background-color: White;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  position:relative;
  height: 200px;
  width: 1450px;
  padding: 20px;
  margin: 0 auto;
}

.metroHeader #logo
{
  display:block;
  vertical-align: bottom;
  margin-bottom: 10px;
}

/* FOOTER */
.metroFooterNoGradient {
  color:#50504e;
  padding:10px;
  margin-top: 40px;
  vertical-align:bottom;
  display:inline-block;
  width: 100%;
}

.metroFooter {
  display:block;
  position:relative;
  color:#50504e;
  padding:20px;
  height: 80px;
  width: 1450px;
  margin: 0 auto;
  background-color:#ffffff;
 
   /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ebe7e4));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ffffff, #ebe7e4);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ffffff, #ebe7e4);

  /* IE 10 */
  background: -ms-linear-gradient(top, #ffffff, #ebe7e4);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ffffff, #ebe7e4);
   
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.metroPage
{
    width: 1450px;
    min-height:500px;
    background-color: White;
    position:relative;
    background-color: White;
    padding: 5px 20px 0px 20px;
    margin: 0px auto 0px auto;
}

.metroTitlebar {
  position:relative;
  border-top: 1px solid #a9a6a1;
  border-bottom: 1px solid #a9a6a1;
  width: 100%;
  margin: 0px 0px 10px 5px;
}

.metroSidebar
{
  background-color:White;
  padding: 5px;
  display: inline-block;
  border: none !important;
}

.metroSidebar a:hover
{
    color: #773d56;
    border-color: #773d56;
    text-decoration: none;
}

.menuItem {
    background-color: White;
    font-size: 0.9em !important;
    text-transform: uppercase;
    padding-top: 8px !important;
    padding-left: 0px !important;
    border-top: 1px #a9a6a1 solid;
    color: #a9a6a1;
    text-decoration: none;
    margin: 8px 10px 20px 0px !important;
    font-weight: bold;
    text-align: left !important;
    width: 130px !important;
    cursor: pointer !important;
}

.menuItemSelected
{
  background-color:White;
  font-size: 0.9em !important;
  text-transform:uppercase;
  padding-top:8px!important;
  padding-left:0px!important;
  border-top: 2px #3c3c3c solid;
  color: #3c3c3c;
  text-decoration: none;
  margin: 8px 10px 20px 0px !important;
  font-weight: bold;
  text-align: left!important;
  width: 130px!important;    
  cursor: pointer!important;   
}

.divChart
{
  Padding: 5px;  
}

.metroSearch
{
   width:100%;
}

.metroSearchFixed
{
    background-color: White;
    z-index:99;
    top: 0;
    left: 0;
    right: 0;
    padding:20px;
    position:fixed;
    height: 200px;
    width: 1450px;
    padding: 20px;
    margin: 220px auto;
}

.metroResults
{
    width:100%;
}

.metroEdit
{
    width:100%;
    padding-left: 5px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    background: #1d1d1d;
    padding: 8px 0px 0px 0px;
    color:White;
    text-align: center;
    height: 40px;
    /*position: fixed; */
    bottom: 0; 
    width: 100%;
    position:relative;
}

.ajaxLoader
{
		position:fixed;
    top: 42%;
    left: 44%;
    z-index:99;
}

.ajaxLoadingPanel{
    background-color: #3c3c3c;
    color: black;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    top: 0;
		left: 0;
		width:100%;
		height:100%;
		position:fixed;
		z-index:100;			 }
      
/* LOGIN */

.metroLoginDisplay
{
    min-width: 140px;
    font-size: 0.9em;
    margin: 14px 20px 20px 0px;
    border-top: 1px solid #773d56;
    color:#773d56;
    display: inline-block;
    text-align: left;
    float: right;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    line-height:0.8em;
}

.metroLoginDisplay a
{
  display: inline-block;
  font-size: 0.9em;
  color:#c288a1;
  text-decoration: none;
  text-align: left;
  vertical-align:middle;
  
}

.metroLoginDisplay a:hover
{
  color:#773d56;
  text-decoration: none;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.menu
{
    width: 100%;
    position:relative;
    margin: 10px auto 10px auto;
}

#divEditMenu .menu
{
    position:relative;
}

div.menu ul
{
    list-style: none;
    width: 100%;
    position:relative;
    margin: 10px auto 10px auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    margin-bottom: 10px;
    background-color: #0cadb7;
    border: 1px white solid;
    color: white;
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    width: 120px;
    height: 120px;
    line-height: 8em;   
    
}

#divEditMenu .menu ul li a, #divEditMenu div.menu ul li a:visited
{
    border: 1px #3c3c3c solid;
}

div.menu ul li a:hover
{
    background-color: #58c3e5;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #58c3e5;
    color: white;
    border: 1px white solid;
    text-decoration: none;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 15px;
}

h1
{
    font-size: 1.2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.2em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    font-weight: 600;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.h1, .h2, .h3, .h4, .h5, .h6
{
    font-size: 1.5em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 15px;
}

.h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.h2
{
    font-size: 1.5em;
    font-weight: 600;
}

.h3
{
    font-size: 1.2em;
    font-weight: 600;
}

.h4
{
    font-size: 1.1em;
}

.h5, .h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <p class="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;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

.clear_both
{
  clear: both;
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

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;
}

div.gridLeft
{
  float:left;
  Width:49%;
}

div.gridRight
{
  float:left;
  Width:49%;
  margin-left:20px;
}

div.indent 
{ 
  padding:20px 20px 20px 60px;
}

div.accountInfo
{
    width: 500px;
}

div.fullWidth
{
  float:left;
  width:1018px;
}

div.fullWidth .leftColumn
{
  float: left;
  width: 420px;
  border: 1px solid #424242;
  padding: 0px 10px 10px 10px;
  margin: 20px 20px 10px 0px;
}

div.fullWidth .rightColumn
{
  float: left;
  width: 530px;
  border: 1px solid #424242;
  padding: 0px 10px 10px 10px;
  margin: 20px 0px 10px 0px;
}

div.fullWidth .leftNoBorder
{
  float: left;
  width: 420px;
  padding: 0px 10px 10px 10px;
  margin: 20px 20px 10px 0px;
}

div.fullWidth .rightNoBorder
{
  float: left;
  width: 530px;
  padding: 0px 10px 10px 10px;
  margin: 20px 0px 10px 0px;
}

div.ReportViewer
{
  text-align:center;
  margin: 20px 0px 0px 0px;
  padding: 20px 0px 20px 130px;
}

div.autoGenerate
{
  float: left;
  width: 100%;
  padding-top:10px;
}

div.divComboBox
{
  display:inline-block;
}

div.divButtons
{
  margin-bottom: 10px;
  vertical-align: bottom;
  float:right;
}

.CheckBox {  }

.Label { font-size: 1em; font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; color: #696969; }
.LabelBold { font-size: 1em; font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; color: #696969; font-weight: bold;}
.LabelLarge { font-size: 1.2em; font-variant: small-caps; font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; color: #696969; }

.Textbox, .TextboxDate { font-size: 1em; font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; color: #696969; }
.Textbox:focus, .TextboxDate:focus { background-color: #ffff99 }

.DropDownList { font-size: 1em; font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; color: #696969; }
.DropDownList:focus { background-color: #ffff99 }

.ComboBox .ajax__combobox_inputcontainer { vertical-align:bottom; }
.ComboBox .ajax__combobox_textboxcontainer { border:0px; vertical-align:bottom;}
.ComboBox .ajax__combobox_textboxcontainer input { width: 100%; font-size: 1em; font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; color: #696969; }
.ComboBox .ajax__combobox_textboxcontainer input:focus { background-color: #ffff99; }
.ComboBox .ajax__combobox_buttoncontainer { border:0px; vertical-align:bottom;}
.ComboBox .ajax__combobox_buttoncontainer button { vertical-align:bottom; }
.ComboBox .ajax__combobox_itemlist { list-style-type: none; padding: 2px; font-size: 1em; font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; color: #696969; background-color: #ffff99; }
.ComboBox .ajax__combobox_itemlist li { white-space: nowrap; } 

.DropDownPanel { visibility:hidden; width:500px; height:250px; z-index:100; padding:0px; }
.DropDownPanelWide { visibility:hidden; width:700px; height:300px; z-index:100; padding:0px; }

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	font-size: 1em; font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; color: #696969; background-color: #ffff99;
	margin : 1px!important;
	cursor: pointer;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	overflow : auto;
	height : 200px;
	width: 400px;
  text-align : left; 
  list-style-type : none;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem { color: white; background-color: blue; padding: 1px; }

/* AutoComplete item */
.autocomplete_listItem  { padding : 1px; }

.imgButtonSearch {  }

.filterText { color: Red; font-size: 0.8em; }


/* CALENDAR
----------------------------------------------------------*/
.MyCalendar .ajax__calendar_container {
    border:1px solid #525252;
    background-color: #fff;
    color: #717171;
}
.MyCalendar td { border: solid 1px #c1c1c1; color: #717171; }
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
    background-color: Gray;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
    font-weight: bold;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

/* GRID  
----------------------------------------------------------*/
.mGrid { width: 100%; position:relative; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; }
.mGrid td { padding: 2px; border: solid 1px #525252; }
.mGrid td a { text-decoration: none; }
.mGrid td a:hover { font-weight: bold; text-decoration: none; }
.mGrid th { padding: 4px 2px; color: #fff; background: #0cadb7; border-left: solid 1px #525252 } /* url(../Images/grd_head.png) repeat-x top*/
.mGrid th a { color: white; text-decoration: none; }
.mGrid th a:hover { color: #3b3e43; text-decoration: none; }

.mGrid .cmdCol { width:100px; text-align: center }

.mGrid .alt { background: #f1f1f1;} 
.mGrid .selected { background: #b8f6c3;}

.mGrid .pgr {background: #0cadb7; border: solid 1px #525252; }  /*url(../Images/grd_pgr.png) repeat-x top*/
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { border-width: 0; padding: 0px 6px; border-left: solid 1px #525252; font-weight: bold; color: black; line-height: 12px; }   
.mGrid .pgr a { color: white; text-decoration: none; }
.mGrid .pgr a:hover { color: #3b3e43; text-decoration: none; }

.mGrid .Textbox { width: 80%; vertical-align: bottom; }
.mGrid .TextboxDate { width: 65%; vertical-align: bottom; }
.mGrid .DropDownList { width: 80% }
.mGrid .ComboBox .ajax__combobox_inputcontainer {  }
.mGrid .ComboBox .ajax__combobox_textboxcontainer {  }
.mGrid .ComboBox .ajax__combobox_buttoncontainer {  }
.mGrid .divComboBox { width:90%; }

.gridEmptyText {padding: 6px; color: white;}
.gridEditEmptyText {padding: 6px;}
.gridHeaderText {color: White;}
.gridFooterRow {color: White; background-color:#3c3c3c;}
.gridMessageText { color: Red; font-size: 0.9em; font-weight: bold}
.gridDateColumn {width:160px;}
.gridNumericColumn {width:120px;}
.gridImageColumn {width:150px; }
.gridColourColumn {width:100px; }
.gridCheckBox {width:100px;}
.gridCommandDouble {width:55px;}
.gridCommandSingle {width:20px;}
.gridColourSwatch {width: 40px; height: 40px;}
.gridCurrencyColumn {text-align: right;}

.editTableOuter{width:100%; height:100%; background-color:white;border:0;}
.editTable{width:100%;border:0;}
.editTableInner{width:100%;padding:0px;border:0;}
.editDivider{border-bottom: 1px solid #a9a6a1;}
.editIndentColumn{padding-left:20px; padding-right:10px;}
.editValidator{color:Red;font-weight:bold;}

.RadCalendar_Today{background-color:#ebe7e4;}

.imgButton {vertical-align:bottom}
.invisibleButton {display:none;}

.titleLink
{
  float:right;
  height:50px;
  font-size: 0.9em;
  color:#773d56;
  display: inline-block;
  text-align: right;
  position:relative;
  vertical-align:middle;
  line-height:3.6em;
}
 
.titleLink a
{
  display: inline-block;
  font-size: 0.9em;
  color:#c288a1;
  text-decoration: none;
  text-align: left;
  vertical-align:middle;
}

.titleLink a:hover
{
  color:#773d56;
  text-decoration: none;
}

.advancedFilterLink a
{
  display: inline-block;
  font-size: 0.9em;
  color:#c288a1;
  text-decoration: none;
  text-align: left;
  vertical-align:middle;
}

.titleLink a:hover
{
  color:#773d56;
  text-decoration: none;
}

.ClearFilter a
{
  color:Red;
}