@import "../jquery-ui.css";

@import "../bootstrap.min.css";

@import "../bootstrap-responsive.min.css";

@import "../glyphicons.css";

@import "../bootstrap.iconpro.css";

@import "bootstrap.custom.css";

@import "jquery-ui.custom.css";

@import "../jquery.fileupload-ui.css";

	
/* Original Styles ------------------------------------------------------------------------------------------------------------------------ */

/*Error Messages*/
.DataFormLabelWarning {
  color: red;
}

.DataFormRangeValidator {
  color: red;
}

.DataFormRegularExpressionValidator {
  color: red;
}

.DataFormRequiredFieldValidator {
  color: red;
}

.ErrorPageTD {
  color: red;
}

.ErrorPageTitle {
  font-weight: bold;
  color: red;
}

.DataFormLabelErrorMessage, .DataFormValidationSummary {
  color: red;
  background-color: #fff1f1;
  padding: 10px;
  border: 1px solid #f00;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  width: 98%;
  display: block;
  margin: 10px 0;
}

.DataFormValidationTD {
  color: red;
}

/*PAGE COLOR PROPERTIES*/
.PageFrameworkBODY {
  background: #fff;
} /*insert background image in this class */
.PageFrameworkBODYModal {
  background-color: #FFFFFF;
  color: #000000;
  margin: 0;
}

/*MAIN FRAMEWORK PROPERTIES*/
#PageFrameWorkTable {
  margin: 0px auto;
  padding: 0px 0px;
}

.PageFrameworkBODYModal #PageFrameWorkTable {
  width: auto;
  margin: 1px auto;
}

.PageFrameworkBODYModal .PageFrameworkContentTD {
  width: auto;
}

#TopPane , #BottomPane , #eWebBottomPaneTable, header {
  margin: 0px auto;
  width: 100%;
  max-width: 1200px !important;
}

#TopPane {
  height: 53px;
}

#ContentPane {
  margin: 0px auto;
  padding: 0px 4px 10px 4px;
  min-height: 400px !important;
  display: block;
/* -moz-box-shadow: 0px 1px 10px #888;-webkit-box-shadow: 0px 1px 10px #888; box-shadow: 0px 1px 10px #888; border-collapse: separate;*/
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.PageFrameworkBODYModal #ContentPane {
  background-color: #fff;
  margin: 2px auto;
  padding: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

@media only screen and (max-width: 767px) {
  #ContentPane {
    margin: 0px auto;
    padding: 14px 4px 10px 4px;
  }
}

#eWebContentPaneTable {
  min-width: 300px;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}

#eWebTopPaneTable {
  margin: 0px 0 0 0;
  padding: 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}


/*FRAMEWORK settings*/
#eWebRightPaneTableCell {
  display: none;
}

.PageFrameworkBODYModal  #BottomPane {
  border-bottom: 0;
}

#eWebFrameWorkBottomRow {
  background-color: #eee;
}

#eWebForm {
  display: inline;
}

.DataFormTABLE, .DataFormTable {
  width: 100%;
}

.DesignedTABLE {
  width: 100%;
}

#SystemTextBox {
  border: transparent;
}

#XXXXXXXX__UP INPUT, #XXXXXXXX {
  BORDER-BOTTOM: 0px;
  BORDER-LEFT: 0px;
  BACKGROUND-COLOR: transparent;
  BORDER-TOP: 0px;
  BORDER-RIGHT: 0px;
}

.demoAlert {
  background: #c00;
  width: 99%;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  font-weight: 700;
  height: 20px;
  min-height: 20px;
}

#BoothSearchDatagrid input[name^="BoothSearchDatagrid"] {
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 6px 10px;
  font;
}

#BoothSearchDatagrid input[name^="BoothSearchDatagrid$ct"] {
  background: #ffaa00;
  font-weight: 700;
}

#BoothSearchDatagrid input[name^="BoothSearchDatagrid$ct"]:after {
  content: "selected";
  background-color: yellow;
  color: red;
  font-weight: bold;
}

/*WIZARDS*/
.WizardOuterTable {
  border-style: none;
}

.WizardContentTable {
  width: 100%;
  margin-top: 20px;
}

.WizardInnerTable {
  border-style: none;
}

.WizardMultiPage {
  border-style: solid;
  border-width: 1px;
  border-top: none;
  padding: 1px;
}

.wizardstep {
  font-size: 12pt;
  font-weight: bold;
  color: #990000;
}

.WizardTabStripSepDefaultStyle {
  border-color: Black;
  border-width: 1px;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
}

.WizardTabStripTabDefaultStyle {
  border-color: Black;
  border-width: 1px;
  border-style: solid;
  width: 100px;
  text-align: center;
  background-color: White;
}

.WizardTabStripTabDefaultStyleError {
  border-color: Black;
  border-width: 1px;
  border-style: solid;
  width: 100px;
  text-align: center;
  background-color: Red;
}

.WizardTabStripTabHoverStyle {
  background-color: #eeeeee;
}

.WizardTabStripTabSelectedStyle {
  border-style: solid;
  font-weight: bold;
  border-bottom: none;
}

.WizardTitle span {
  font-size: 2.0em;
  padding: 10px 0px 20px 0;
  margin-left: -6px;
}

.WizardTitleSeparator {
  font-size: 10pt;
}

.WizardProgressTable {
  width: 150px;
  border: solid 1px #663399;
}

.WizardProgressHeaderTD {
  font-size: 9pt;
  font-weight: bold;
  background-color: #663399;
  color: #ffffff;
  height: 11px;
}

.WizardProgressTableTD {
  border-top: solid 1px #663399;
}

.WizardProgressStepTable {
  width: 150px;
}

.WizardProgressStepTableActive {
  width: 150px;
}

.WizardProgressStepNumberCell {
  width: 30px;
  text-align: right;
}

.WizardProgressStepNumber {
  font-size: 16pt;
  font-weight: bold;
  font-style: italic;
}

.WizardProgressImageCell {
  width: 120px;
  text-align: center;
}

.WizardProgressHyperLinkCell {
  width: 120px;
  text-align: center;
}

.WizardProgressHyperLinkCellSubItem {
  width: 120px;
  text-align: left;
}

A.WizardProgressHyperLink:visited {
  color: Black;
  font-size: 7pt;
  text-decoration: none;
}

A.WizardProgressHyperLink:link {
  color: Black;
  font-size: 7pt;
  text-decoration: none;
}

A.WizardProgressHyperLink:active {
  color: Black;
  background-color: White;
  font-size: 7pt;
  text-decoration: none;
}

A.WizardProgressHyperLink:hover {
  color: Black;
  background-color: White;
  font-size: 7pt;
  text-decoration: none;
}

.WizardProgressHyperLinkCurrent {
  color: Black;
  font-size: 7pt;
  font-weight: bold;
}
/*.wizardbutton {font-size:11pt; vertical-align:top;}*/
#WizardContentTableBottom {
  margin-bottom: 10px;
}

/*PAGER*/
span.DataFormChildDataGridPagerLink {
  color: #fff;
  border: 1px solid #0088cc;
  padding: 1px 7px;
  display: inline-block;
  background: #0088cc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}

a.DataFormChildDataGridPagerLink, .pager a {
  color: #888;
  border: 1px solid #ccc;
  padding: 1px 8px;
  display: inline-block;
  background: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 3px;
}

.pager a:hover {
  color: #fff;
  background-color: #0088cc;
}

.pager {
  margin: 4px 0 10px 0;
  font-size: 14px;
}

.pager b {
  font-size: 14px;
}

/* GRIDS*/
#UPDATEGRIDCONTROL_DOD_Invoice_Detail_AllowRemoveAll {
  text-indent: -99999px;
  height: 20px;
  width: 20px;
  display: inline-block;
  background: url(images/delete.png) no-repeat 50% 50%;
}

#UPDATEGRIDCONTROL_DOD_Invoice_Detail_AllowAdd {
  text-indent: -99999px;
  height: 20px;
  width: 20px;
  display: inline-block;
  background: url(images/grey_cart.png) no-repeat 50% 50%;
}

.DataFormChildHeader {
  background-color: #eee;
  padding: 0px 5px;
}

/* MAIN MENUS */
.TopUIHyperLink {
  white-space: nowrap;
  padding: 10px 10px !important;
  margin: 0px 0;
  text-align: center;
  color: #444;
  background-color: #ddd;
  font-family: arial;
  font-size: 14px;
  display: inline-block;
  position: relative;
  z-index: 98;
}

A.TopUIHyperLink:visited {
  color: #888;
  text-decoration: none;
  background-color: transparent;
}

A.TopUIHyperLink:link {
  color: #888;
  text-decoration: none;
  background-color: transparent;
}

A.TopUIHyperLink:active {
  color: #888;
  text-decoration: none;
  background-color: transparent;
}

A.TopUIHyperLink:hover {
  color: #222;
  text-decoration: none;
  background-color: #eee;
}

A.TopUIHyperLinkSelected:visited {
  color: #444;
  font-weight: bold;
  text-decoration: none;
}

A.TopUIHyperLinkSelected:link {
  color: #444;
  text-decoration: none;
}

A.TopUIHyperLinkSelected:active {
  color: #444;
  text-decoration: none;
}

A.TopUIHyperLinkSelected:hover {
  color: #444;
  text-decoration: none;
}

A.TopUIItemHyperLink:visited {
  color: #444;
  text-decoration: none;
}

A.TopUIItemHyperLink:link {
  color: #444;
  text-decoration: none;
}

A.TopUIItemHyperLink:active {
  color: #444;
  background-color: White;
  text-decoration: none;
}

A.TopUIItemHyperLink:hover {
  color: #444;
  background-color: White;
  text-decoration: none;
}

A.TopUIItemHyperLinkSelected:visited {
  color: #444;
  text-decoration: none;
}

A.TopUIItemHyperLinkSelected:link {
  color: #444;
  text-decoration: none;
}

A.TopUIItemHyperLinkSelected:active {
  color: #444;
  text-decoration: none;
}

A.TopUIItemHyperLinkSelected:hover {
  color: #444;
  text-decoration: none;
}

.TopUIItemSeparator {
  color: #444;
}

.TopUIItemHyperLinkNav {
  font-weight: bold;
  text-decoration: none;
  color: #444;
}

#eWebContentPaneTopLinksCellTable .TopUIHyperLink {
  font-size: 7.5pt;
  font-weight: normal;
  width: auto;
  padding: 2px 2px;
  background-color: transparent;
}

/*LEFT SIDE MENU*/
#eWebLeftPaneLeftLinksCellTable .TopUIHyperLink {
  background: #659a22;
  padding: 3px 8px !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: left;
  color: #fff;
  font-family: arial;
  font-size: 12px;
  display: inline-block;
  position: relative;
  z-index: 98;
  width: 120px;
  background-color: transparent;
}

#eWebLeftPaneLeftLinksCellTable A.TopUIHyperLink:visited {
  text-decoration: none;
  background-color: transparent;
}

#eWebLeftPaneLeftLinksCellTable A.TopUIHyperLink:link {
  text-decoration: none;
  background-color: transparent;
}

#eWebLeftPaneLeftLinksCellTable A.TopUIHyperLink:active {
  text-decoration: none;
  background-color: transparent;
}

#eWebLeftPaneLeftLinksCellTable A.TopUIHyperLink:hover {
  color: #fff;
  text-decoration: none;
  background-color: #659a22;
}

/*POPUP LINKS STYLE*/
.PopMenuSubMenuTable {
  background: #fff;
  margin: 0;
  padding: 0;
  border-radius: 0px 0 8px 8px;
  -webkit-border-radius: 0px 2px 8px 8px;
  -moz-border-radius: 0px 2px 8px 8px;
  -o-border-radius: 0px 2px 8px 8px;
  -moz-box-shadow: 0px 2px 6px #ccc;
  -webkit-box-shadow: 0px 2px 6px #ccc;
  box-shadow: 0px 2px 6px #ccc;
  border-collapse: separate;
}

.PopMenuSubMenuTable .TopUIHyperLink {
  padding: 6px 12px !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-align: left;
  color: #666;
  font-family: arial;
  font-size: 12px;
  display: inline-block;
  position: relative;
  z-index: 98;
  width: 160px;
  margin: 0;
}

.PopMenuSubMenuTable A.TopUIHyperLink:visited {
  color: #666;
  text-decoration: none;
}

.PopMenuSubMenuTable A.TopUIHyperLink:link {
  color: #666;
  text-decoration: none;
}

.PopMenuSubMenuTable A.TopUIHyperLink:active {
  color: #666;
  text-decoration: none;
}

.PopMenuSubMenuTable A.TopUIHyperLink:hover {
  color: #222;
  text-decoration: none;
  background-color: transparent;
}

ul#eWebTopPaneBottomLinksCellTable li ul.PopMenuSubMenuTable li {
  display: block;
  margin: 0 0 0 0;
}

ul#eWebTopPaneBottomLinksCellTable li ul.PopMenuSubMenuTable li a , ul#eWebTopPaneBottomLinksCellTable li ul.PopMenuSubMenuTable li span {
  text-align: left;
}

/*Top menu bar*/
ul#eWebTopPaneBottomLinksCellTable {
  list-style-type: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px !important;
 /*padding:0px 10px;background-color: #f8f8f8; border:1px solid #ddd;-webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px;*/;
}

ul#eWebTopPaneBottomLinksCellTable li {
  display: inline-block;
}
/*PopLink*/
.PopLink {
  display: inline-block;
  border: 1px solid #eee;
  cursor: pointer;
}

#PopLinks {
  margin-left: -148px;
  margin-top: 24px;
  font-size: 12px;
}

.PopLinks {
  font-size: 12px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 5px #444;
  -webkit-box-shadow: 0px 0px 5px #444;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
  list-style-type: none;
  width: 160px;
  -moz-box-shadow: 0px 2px 8px #888;
  -webkit-box-shadow: 0px 2px 8px #888;
  box-shadow: 0px 2px 8px #888;
  border-collapse: separate;
}

.PopLinks li {
  border: 0;
  padding: 4px 0px;
  font-size: 1em;
}

.PopLinks li:hover, .PopLinks li a:hover {
  border: 0;
}


/*LOAD Spinner*/
.SpinnerSpan {
  height: 30px;
  display: block;
}

.SpinnerSpan div {
  display: block;
  width: 16px;
  float: right;
  margin-top: -4px;
}

.spinner /*NON IE */ {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  height: 200px;
  width: 200px;
  text-indent: 250px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-mask-image: url(../../../images/spinner.png);
  background-color: #fff;
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

#spinner /*Good for IE*/ {
  background: url(../../../images/spinner.gif) 50% 50% no-repeat;
  width: 100px;
  height: 100px;
  margin: 50px 0 0 -50px;
  position: absolute;
  top: 50%;
  left: 50%;
}

/*FORM HELPERS*/
.DataGridItem .DataFormHyperLink img {
  position: relative;
  top: 3px;
}

.LookUpHyperLink, .LookUpClearHyperLink {
  top: 4px;
  position: relative;
}

.DataGridItem .LookUp {
  position: static;
}

.DataGridItem .DatePicker {
  position: relative;
  bottom: 2px;
}
/*Add/Edit Dropdown*/
.AddEditLinkDiv {
  float: right;
}

select.AddEdit {
  float: left;
}

td.LayoutCell .AddEditLinkDiv {
  float: none;
  height: 33px;
}

@media (max-width: 767px) {
  .AddEditLinkDiv {
    float: none;
  }

  select.AddEdit {
    float: none;
  }

  td.LayoutCell .AddEditLinkDiv {
    float: none;
    height: auto;
  }
}

/*.DataFormDivDefault input[type=text], input[type=text], input[type=password]  {padding:2px 3px; font-size:11pt;  }
select, textarea { padding:2px 3px;  font-size:11pt; }
.legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit;  color: #333333;  border: 0; border-bottom: 1px solid #e5e5e5;}*/
.hasDatepicker {
  position: relative;
  bottom: 0;
}

/*radio buttons on forms*/
.DataFormRadioButtonList {
  width: 98%;
}

.DataFormRadioButtonList td {
  text-align: center;
  vertical-align: top;
  margin: auto;
  padding: 1px 2px;
}

.DataFormRadioButtonList label {
  color: #0088cc;
}

/*PAGE STRUCTURE STYLES*/
footer {
  display: block;
}

header {
  display: block;
}

hgroup {
  display: block;
}

section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6em !important;
  position: relative;
  background-repeat: repeat;
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  border: 0px currentColor;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  display: none;
}
/*INPUTS*/
button {
  margin: 0px;
  font-size: 100%;
  vertical-align: middle;
}

input {
  margin: 0px;
  font-size: 100%;
  vertical-align: middle;
}

select {
  margin: 0px;
  font-size: 100%;
  vertical-align: middle;
  font-size: 11pt;
}

textarea {
  margin: 0px;
  font-size: 100%;
  vertical-align: middle;
}

button {
  line-height: normal;
}

input {
  line-height: normal;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type='button'] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type='reset'] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type='search'] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.input-block-level {
  width: 100%;
  display: block;
  min-height: 28px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/*HEADER STYLES*/
/*.logo { width:450px; height:220px; margin-left:0px; margin-top:5px; background:url('images/wb_logo.png') no-repeat left; background-size:100% auto  }*/
/*.logo { width:100px; height:10px; margin-left:10px; margin-top:5px; background:url('images/ags/credlogo.png') no-repeat left; background-size:100% auto  }*/

.header_social {
  font-size: 1.0em;
  margin: 0px 0px;
  color: #ddd;
  background-color: #444;
  padding: 8px 16px;
  /*-moz-box-shadow: 0px 1px 8px #888888;-webkit-box-shadow: 0px 1px 8px #888888; box-shadow: 0px 1px 8px #888888; */
  border-collapse: separate;
  text-align: right;
  background-color: #222;
}

.MyAccountTop {
  background: url(images/regIndWhite.png) no-repeat left;
  padding-left: 25px;
  position: relative;
}

.header_social a {
  color: #fff;
}

.header_social a:hover {
  color: #9C0;
}

/* BODY TEXT */

h1,h2,h3,h4 {
  font-weight: 300;
}

h1 {
  font-size: 26px;
  font-weight: 300;
  color: #666;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3em;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

h1,h2,h3,h4,h5,h6 {
  text-rendering: optimizelegibility;
}

h3.pagetitle {
  background: none;
  font-size: 22px;
  line-height: 30px;
  text-transform: none;
  margin: 10px 0;
  border: 0;
  padding: 0;
}

sub {
  line-height: 0;
  font-size: 75%;
  vertical-align: baseline;
  position: relative;
}

sup {
  line-height: 0;
  font-size: 75%;
  vertical-align: baseline;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/*FONT SIZE*/
.size10 {
  font-size: 10px;
}

.size11 {
  font-size: 11px;
}

.size12 {
  font-size: 12px;
}

.size13 {
  font-size: 13px;
}

.size14 {
  font-size: 14px;
}

.size16 {
  font-size: 16px;
}

.size18 {
  font-size: 18px;
}

.size20 {
  font-size: 20px;
}

.size24 {
  font-size: 24px;
}

.size30 {
  font-size: 30px;
}

.size36 {
  font-size: 36px;
}

.size48 {
  font-size: 48px;
}

.size60 {
  font-size: 60px;
}

.size72 {
  font-size: 72px;
}

.size90 {
  font-size: 90px;
}

.size100 {
  font-size: 100px;
}

.size120 {
  font-size: 120px;
}
/*FONT SIZE ENDS*/
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
} /* normalize monospace sizing *//* 

/*Widths*/

.w10p {
  width: 10%;
}

.w20p {
  width: 20%;
}

.w30p {
  width: 30%;
}

.w40p {
  width: 40%;
}

.w50p {
  width: 50%;
}

.w60p {
  width: 60%;
}

.w80p {
  width: 80%;
}

.w100p {
  width: 100%;
}

.w20 {
  width: 20px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w100 {
  width: 100px;
}

.w130 {
  width: 130px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w260 {
  width: 260px;
}

.w300 {
  width: 300px;
}

.w320 {
  width: 320px;
}

.w310 {
  width: 310px;
}

.w330 {
  width: 330px;
}

.w360 {
  width: 360px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.w680 {
  width: 680px;
}

.w700 {
  width: 700px;
}

/*Hights*/
.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h24 {
  height: 24px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.h60 {
  height: 60px;
}

.h70 {
  height: 70px;
}

.h80 {
  height: 80px;
}

.h100 {
  height: 100px;
}

.h110 {
  height: 110px;
}

.h120 {
  height: 120px;
}

.h130 {
  height: 130px;
}

.h140 {
  height: 140px;
}

.h150 {
  height: 150px;
}

.h200 {
  height: 200px;
}

.h220 {
  height: 220px;
}

.h250 {
  height: 250px;
}

.h300 {
  height: 300px;
}

.h350 {
  height: 350px;
}

.mh350 {
  min-height: 350px;
}

.h400 {
  height: 400px;
}

.h440 {
  height: 440px;
}

.h500 {
  height: 500px;
}

.h550 {
  height: 550px;
}

.h600 {
  height: 600px;
}

.h640 {
  height: 640px;
}

.h800 {
  height: 800px;
}

/*HELPER CLASSES*/

.radius2 {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.radius6 {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.radius10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.margl4 {
  margin-left: 4px;
}

.margl10 {
  margin-left: 10px;
}

.margl20 {
  margin-left: 20px;
}

.margl70 {
  margin-left: 70px;
}

.margr4 {
  margin-right: 4px;
}

.margr10 {
  margin-right: 10px;
}

.margr20 {
  margin-right: 20px;
}

.margt4 {
  margin-top: 4px;
}

.margt8 {
  margin-top: 8px;
}

.margt10 {
  margin-top: 10px;
}

.margb8 {
  margin-bottom: 8px;
}

.margb10 {
  margin-bottom: 10px;
}

.marga {
  margin: auto;
}

.pad10 {
  padding: 10px;
}

.pad6 {
  padding: 6px;
}

.padt8 {
  padding-top: 8px;
}

.bold {
  font-weight: 700;
}

.upper {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.green {
  color: #659a22;
}

.blue, .WizardHeader, legend {
  color: #0088cc;
}

.red {
  color: red;
}

.greyBG {
  background-color: #eee;
}

.reverseGreen {
  background-color: #659a22;
  color: #fff;
  padding: 4px 8px;
}

.borderTop {
  border: 0;
  border-top: 1px solid #ddd;
}

.borderRight {
  border: 0;
  border-right: 1px dashed #ddd;
}

.borderGrey3 {
  border: 3px solid #ccc;
  padding: 10px 12px;
}

.sep {
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
  height: 2px;
}

.ellipses {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.ohidden {
  overflow: hidden;
}

.wrap {
  white-space: pre-wrap;
}

.nowrap {
  WHITE-SPACE: nowrap;
}

.pointer {
  cursor: pointer;
}

.left-float {
  FLOAT: left;
}

.right-float {
  FLOAT: right;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.block {
  display: block;
}

.iblock {
  display: inline-block;
}

.vertical {
  border: 0;
  border-left: 1px solid #ddd;
  height: 100px;
  margin-left: 10px;
  margin-right: 3px;
  padding-left: 10px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative-important {
  position: relative !important;
}

.top10 {
  top: 10px;
}

.top30 {
  top: 30px;
}

.top100 {
  top: 100px;
}

.top-100 {
  top: -100px;
}

.top-110 {
  top: -110px;
}

.left10 {
  left: 10px;
}

.left20 {
  left: 20px;
}

.bottom10 {
  bottom: 10px;
}

.right10 {
  right: 10px;
}

.opacity05 {
  opacity: 0.5;
}

.opacity08 {
  opacity: 0.8;
}

.removePadding {
  padding-left: 0;
  padding-right: 0;
}

.removePaddingLeft {
  padding-left: 0;
}

.removePaddingRight {
  padding-right: 0;
}

.imgScaleW {
  width: 100%;
  height: auto;
}

.imgScaleH {
  width: auto;
  height: 100%;
}

/*END HELPER CLASSES*/


/*Bottons*/

/*.wizardbutton, .DataFormButton {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333; 
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border-color: #d85128; 
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;

  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}
.wizardbutton:hover, .DataFormButton:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  background-color: #e6e6e6;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}*/

#ButtonSave {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

#ButtonSave:hover,
#ButtonSave:focus,
#ButtonSave:active,
#ButtonSave.active,
#ButtonSave.disabled,
#ButtonSave[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/*END OF BUTTONS*/

.DataFormHeaderTD .PageTitle {
  background: transparent;
  padding: 3px 0;
  border: 0;
  font-size: 16px;
}

.reviewtable {
  width: 98%;
  margin-right: 20px;
}

.googleMap {
  overflow: hidden;
  margin: auto;
  text-align: center;
}

/*SOCIAL */
.add_this {
  background-color: #eee;
  margin: 10px 0 10px 0;
  padding: 4px 8px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  height: 20px;
}

.addthis_toolbox {
  margin-top: 2px;
  margin-left: 3px;
}

#eWebLoginControl_LoginFacebookButton {
  margin: 3px 6px;
}

.module-header, #eWebLoginControl_LoginTable .LeftUITableHeaderTD {
  height: 15px;
  padding: 10px;
  font-size: 1.1em;
  border: 1px solid #ddd;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #eee;
}

.module-header a {
  color: #000;
}

.module-body {
  padding: 10px;
}

.module-body-border {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.module-body ul {
  margin: 0;
  padding: 0 0 10px 0;
  list-style-type: none;
}

.module-body li {
  padding: 3px 0px;
  position: relative;
}

.module-body .edit3 {
  display: inline-block;
  height: 22px;
  width: 22px;
  right: 20px;
  top: 14px;
  position: absolute;
}

/*Login Control*/
#eWebLoginControl_TextBoxLoginName, #eWebLoginControl_TextBoxPassword {
  padding: 4px 0px;
  font-size: 1.1em;
  width: 99%;
}

#eWebLoginControl_LoginTable {
  width: 98%;
  margin: 0px auto;
  max-width: 420px;
}

#ForgotPwdControl_ForgotPasswordTable {
  width: 100%;
  margin: 0px auto;
}

#DemographicsTable span.DataFormLabel {
  white-space: nowrap;
}


/*MF STYLES*/
.mf_basic {
  padding: 0;
  margin: 10px 0px;
  list-style-type: none;
  text-align: center;
}

.mf_basic li {
  color: #eee;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 15px;
  text-align: center;
  font-size: 12px;
  width: 40px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88b74d,endColorstr=#466c17);
  background: -webkit-gradient(linear, left top, left bottom, from(#88b74d), to(#466c17));
  background: -moz-linear-gradient(top,  #88b74d,  #466c17);
  background-image: -o-linear-gradient(#88b74d,#466c17);
  margin-left: 2px;
}

.mf_basic li  .total {
  display: block;
  font-weight: 700;
  color: #fff;
  font-size: 1.3em;
}

/*STAR RATING*/

/* Generated by F12 developer tools. This might not be an accurate representation of the original source file */
.ratingblock {
  width: 50%;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom-color: rgb(153, 153, 153);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
}

.unit-rating {
  background: url("images/starrating.gif") repeat-x left top;
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 30px;
  position: relative;
  width: 150px;
}

.unit-rating li {
  margin: 0px;
  padding: 0px;
  text-indent: -90000px;
  float: left;
}

.unit-rating li a {
  padding: 0px;
  width: 30px;
  height: 30px;
  text-indent: -9000px;
  text-decoration: none;
  display: block;
  position: absolute;
  z-index: 20;
}
/*.unit-rating li a:hover {	background: url("images/starrating.gif") left; left: 0px; z-index: 2;
}*/
.unit-rating a.r1-unit {
  left: 0px;
}

.unit-rating a.r1-unit:hover {
  width: 30px;
}

.unit-rating a.r2-unit {
  left: 30px;
}

.unit-rating a.r2-unit:hover {
  width: 60px;
}

.unit-rating a.r3-unit {
  left: 60px;
}

.unit-rating a.r3-unit:hover {
  width: 90px;
}

.unit-rating a.r4-unit {
  left: 90px;
}

.unit-rating a.r4-unit:hover {
  width: 120px;
}

.unit-rating a.r5-unit {
  left: 120px;
}

.unit-rating a.r5-unit:hover {
  width: 150px;
}

.unit-rating a.r6-unit {
  left: 150px;
}

.unit-rating a.r6-unit:hover {
  width: 180px;
}

.unit-rating a.r7-unit {
  left: 180px;
}

.unit-rating a.r7-unit:hover {
  width: 210px;
}

.unit-rating a.r8-unit {
  left: 210px;
}

.unit-rating a.r8-unit:hover {
  width: 240px;
}

.unit-rating a.r9-unit {
  left: 240px;
}

.unit-rating a.r9-unit:hover {
  width: 270px;
}

.unit-rating a.r10-unit {
  left: 270px;
}

.unit-rating a.r10-unit:hover {
  width: 300px;
}

.unit-rating li.current-rating {
  background: url("images/starrating.gif") left bottom;
  height: 30px;
  text-indent: -9000px;
  display: block;
  position: absolute;
  z-index: 1;
}

.rating-box {
  margin-top: 8px;
  font-size: 0.8em;
  color: #ff4400;
}

.rating-links {
  margin: 6px 0 6px 0;
}

.rating {
}

/*Avatar*/
.avatar {
  background: #333;
  position: relative;
}

.avatar:after {
  content: "No Photo";
  font-size: 1.4em;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 110px;
  z-index: 3;
  color: #ccc;
  font-weight: 100;
  text-transform: uppercase;
  margin: auto;
  margin-left: -50px;
  text-align: center;
  vertical-align: middle;
}

.avatar div {
  position: relative;
  z-index: 5;
  min-height: 200px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: auto 100%;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: transparent;
}

#search-results .avatar {
  background: #ddd;
  position: relative;
}

#search-results .avatar:after {
  font-size: 1.2em;
  position: absolute;
  width: 100px;
  color: #aaa;
  text-transform: lowercase;
  margin-left: -50px;
}

#search-results .avatar div {
  min-height: 132px;
}

/*Event Calendar Styles*/
.CalendarLink {
  float: left;
}

.CalendarEventTitleStyle {
  font-size: 7pt;
}

.CalendarEventDayStyle {
  color: red;
}
/*Calendar */
.EvCalMultipleDays, .EvCalMultipleDays a {
  color: #222;
  background-color: #fff;
}

.EvCalSingleDay, .EvCalSingleDay a {
  color: #fff;
  background-color: #888;
}

.EvCalFirstDay {
}

.EvCalNoFirstDay {
}

.EvCalTable {
  border-color: #ddd;
  line-height: 110%;
  width: 100%;
}

.EvCalTable td {
  padding: 0;
}

.EvCalHeader {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee,endColorstr=#cccccc);
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
  background: -moz-linear-gradient(top,  #eee,  #ccc);
  background-image: -o-linear-gradient(#eeeeee,#cccccc);
  padding: 4px 4px;
  border-color: #bbb;
}

.EvCalTitle {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#dddddd);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background: -moz-linear-gradient(top,  #fff,  #ddd);
  background-image: -o-linear-gradient(#fff,#ddd);
  color: #666;
  font-size: 1.4em;
  font-weight: 700;
  height: 26px;
  line-height: 26px;
  border-color: #ddd;
}

.EvCalTitle td {
  border-color: #ddd;
}

.EvCalOtherMonthDays {
  background-color: #ddd;
  border-color: #ccc;
  color: #888;
}

.EvCalDay {
  border-color: #ddd;
}

.EvCalWeekendDay {
  background-color: #CDE9F1;
  border-color: #cff;
  color: #39C;
}

.EvCalTodayDay {
  border-color: #444;
  color: #659a22;
  font-weight: 700;
}

.EvCalDay a ,.EvCalWeekendDay a, .EvCalOtherMonthDays  a {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 0.8em;
  line-height: 110%;
}

.EvCalTodayDay a {
  background-color: #9C0;
  display: inline-block;
  padding: 4px 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.EvCalOtherMonthDays, .EvCalWeekendDay, .EvCalDay {
  min-height: 24px;
}

/*2013-2014 styles*/
/*Search Form*/
.FindFormResponsive {
  margin: auto;
  width: 420px;
}

.FindFormResponsive .body {
  padding-top: 20px;
}

/* ---------- Store Products */
.productThumb {
  position: relative;
  width: 306px;
  overflow: hidden;
  float: left;
}

.productThumb img {
  max-width: 300px;
  height: auto;
  overflow: hidden;
  border: 3px solid #aaa;
  margin-right: 0px;
  background-color: #eee;
}

/* Grid View */
.shopping-cart.grid-view {
}

.shopping-cart.grid-view.featured-products {
}

.shopping-cart.grid-view .thumbnails,
	.shopping-cart.grid-view .thumbnails > li {
  margin-left: 18px !important;
}

.shopping-cart.grid-view .thumbnails .thumbnail {
}

.shopping-cart.grid-view .thumbnails .thumbnail > .product-image {
}

.shopping-cart.grid-view .thumbnails .thumbnail > .product-image > img {
}

.shopping-cart.grid-view .thumbnails .thumbnail > .product-title {
}

.shopping-cart.grid-view .thumbnails .thumbnail > .product-description {
}

.shopping-cart.grid-view .thumbnails .thumbnail > .product-info {
}

.shopping-cart.grid-view .thumbnails .thumbnail > .product-info > .product-price {
}

.shopping-cart.grid-view .thumbnails .thumbnail > .product-info > .product-actions > a {
}
	
	/* List View */
.list-view .media > p {
  margin-bottom: 10px;
}

.list-view .media .media-object {
  width: 150px;
}

.list-view .media .pricet {
  border: none;
  display: block;
}

/*Store */
.menuDropStore {
  float: right;
  margin-top: 2px;
  margin-right: 0px;
  background-color: #aaa;
  padding: 6px 10px;
  min-width: 218px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-collapse: separate;
  -moz-box-shadow: 0px 0px 9px #444;
  -webkit-box-shadow: 0px 0px 9px #444;
  box-shadow: 0px 0px 9px #444;
}

.menuDropStore  select {
  padding: 3px 8px;
  font-size: 1.2em;
  max-width: 230px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #659a22;
}

/* ---------- Individual Profile */
.ind.member-avatar {
  background: #333 no-repeat 50% 50%;
  position: relative;
}

.ind.member-avatar:after {
  content: "No Photo";
  font-size: 1.4em;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 110px;
  z-index: 3;
  color: #ccc;
  font-weight: 100;
  text-transform: uppercase;
  margin: auto;
  margin-left: -50px;
  text-align: center;
  vertical-align: middle;
}

.ind.member-avatar div {
  position: relative;
  z-index: 5;
  min-height: 200px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: auto 100%;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: transparent;
}

/* ---------- Member Directory Search Results */
	
/* ---------- Upcoming Events */

/* ---------- FAQ Search */
.faqSearch {
}

.faqSearch dl > dd {
  margin-bottom: 10px;
  margin-left: 0px;
}
	
/* ---------- Store Products */
	/* Grid View */

	/* Removes left margin from certain list elements */	
.shopping-cart.grid-view .thumbnails > li:nth-child(4n+1) {
  margin-left: 0;
}

.shopping-cart.product-details .product-image {
  max-height: 400px;
}
		
/* ---------- Survey Modal */
#SurveyTable {
}

#SurveyTable .DataFormChildHeader {
  background: none;
  font-style: normal;
  font-weight: 100;
  font-size: 22px;
  line-height: 32px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  text-transform: capitalize;
}

#SurveyTable .first-row .DataFormChildHeader {
  margin-top: 0;
}

#SurveyTable .DataFormTD {
  font-size: 14px;
  font-weight: 500;
  color: #0088cc;
  padding-bottom: 5px;
  padding-top: 15px;
}

#SurveyTable input[type="text"],
#SurveyTable textarea {
  font-size: 14px;
  padding: 4px 6px;
  margin-bottom: 0;
}

#SurveyTable .DataFormCheckBoxList label,
#SurveyTable .DataFormRadioButtonList label {
  display: inline-block;
  left: 10px;
  position: relative;
  top: 5px;
}

#SurveyTable .DataFormRadioButtonList td {
  text-align: left;
}
	 
/* Fix Calendar Width */
.ui-datepicker,
.ui-datepicker table {
  width: 188px;
}

/*RESPONSIVE FEATURES*/
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after, .clearfix:after {
  clear: both;
}

.row, .clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.cityDrop {
  background: url(assets/Images/sprite.png) no-repeat 200px 0px;
  padding-top: 4px;
}

.cityDrop select {
  font-size: 14px;
  border: 2px solid #aaa;
  padding: 3px 6px;
}

.bs_old .visible-sm.visible-xs {
  display: none !important;
}

@media ( max-width: 480px) {
  .menuDropMenu {
    top: 12px;
    right: 10px;
    font-size: 0.9em;
  }

  .pageTitle, h1 {
    margin: 10px 0;
    font-size: 1.8em;
    line-height: 120%;
  }

  .WizardTitle span {
    color: #666;
    font-size: 1.4em;
    line-height: 120%;
  }

  .invSep {
    display: inline;
  }

  img.scale-with-grid, img.scale {
    width: 98%;
    height: auto;
  }

  .product-right-side {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
  }

  .right-float, .left-float {
    float: none;
  }

  .shopping-cart.grid-view .thumbnails > li {
    margin-left: 0px !important;
  }

  .FindFormResponsive {
    margin: auto;
    width: 96%;
  }
/* Headings and Titles
---------------------------------------------- */
  h1, h2, h3, h4, h5, h6 {
  }
	/* heading specific */
  h1 {
  }
/*----INPUTS--*/
  textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="input"], input[type="time"], input[type="url"], input[type="week"] {
    outline: 0;
    *padding-top: 2px;
    *padding-bottom: 1px;
    *height: auto;
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  .pageTitle, h1 {
  }

  .invSep {
    display: inline;
  }

  img.scale-with-grid, img.scale {
    width: 98%;
    height: auto;
  }

  .product-right-side {
    width: 99%;
    margin-left: 10px;
    margin-top: 10px;
  }

  .shopping-cart.grid-view .thumbnails > li {
    margin-left: 0px !important;
  }

  .socialLinks {
    display: none;
  }
/*----INPUTS--*/
  textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="input"], input[type="time"], input[type="url"], input[type="week"] {
    outline: 0;
    font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
  }
}

@media  (max-width: 767px) {
  .bs_old .hidden-sm.hidden-xs {
    display: none !important;
  }

  .bs_old .visible-sm.visible-xs {
    display: inline-block !important;
  }

  #eWebTopPaneBottomLinksCellTable {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
 

  .shopping-cart.grid-view .thumbnails > li {
    margin-left: 0px !important;
  }
}

@media print {
  #eWebLeftPaneTableCell, #eWebTopPaneTableRowBottom, .header_social {
    display: none;
  }

  #LeftPane {
    display: none;
  }

  .DataFormLabel {
    font-size: 7pt !important;
    font-size: 8pt;
  } /* fix for firefox label wrap */
  .DataFormLabelRequired {
    font-size: 7pt !important;
    font-size: 8pt;
  } /* fix for firefox label wrap */;
}
	
	/* UI Consistency
----------------------------------------------------------------------------------------------------*/
::selection {
  background: rgb(125, 175, 39);
  color: rgb(255, 255, 255);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input, button, select, textarea {
  vertical-align: middle;
}
/*input[type="radio"], input[type="checkbox"] { position: relative; vertical-align: top; top: 3px;	 top: 0\0;   *top: -3px;}  */

/* WORK-AROUNDS*/
.form-horizontal .controls .DataFormDivDefault {
  overflow: hidden !important;
  margin-left: -180px;
}

@media (max-width:480px) {
  .form-horizontal .controls .DataFormDivDefault {
    margin-left: 0px;
  }
}

.form-horizontal .DataFormDivDefault .controls {
  margin-left: 0px;
}




/* AGS OVER-RIDES*/

.ags-actionable {
  background-color: #AADBF4;
}

/* tab color */
/* actionable
.nav-pills>.actionable>a, .nav-pills>.actionable>a:focus { background-color: #AADBF4;}
.nav-pills>.actionable>a:hover, .nav-pills>.actionable>a:focus { background-color: #3081EA; color: white;}
.nav-pills>.actionable>.tab-glyph-dark:hover, .nav-pills>.actionable>.tab-glyph-dark:focus { background-color: #3081EA; color: white;}
*/

.ags-locked {
  color: black;
}

.ags-met {
  color: #07C200;
}

.ags-unlocked {
  color: white;
}

.ags-red {
  color: #D85128;
}

.ags-underreview {
  color: #ffe400;
}

.ags-no-glyph {
  height: 31px;
}

.nav-pills>.inactive>a, .nav-pills>.inactive>a:focus {
  background-color: #D3D3D3;
} /* #DDDDDD;} */									/* default state do not change (grey) */
.nav-pills>.inactive>a:hover, .nav-pills>.inactive>a:focus {
  background-color: #3081EA;
  color: white;
} 		/* mouse-over/hover */
.nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active>a:focus {
  background-color: #5175B7;
} 	/* selected */


.tab {
  min-width: 80px;
  font-size: 13pt;
  min-height: 20px;
}

.tab-title {
  font-size: 8pt;
} /*text-transform: lowercase; }*/
.tab-border {
  border: 0px solid silver;
  padding-top: 12px;
}

.tab-glyph-cell {
  text-align: right;
}

/*.tab-glyph-light{ color: white; font-size: 13pt; }
.tab-glyph-dark { color: gray; font-size: 13pt; } */

.table-responsive {
  border-left: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
}

a {
  color: #d85128;
  font-weight: bold;
}

.info-header {
  min-height: 128px;
  min-width: 250px;
}

.info-title {
  font-weight: bold;
  color: white;
  background-color: #d85128;
  margin-top: 20px;
  font-size: 1.4em;
}

.requirement-table-header {
  font-weight: bold;
  background-color: #5175B7;
  color: white;
  padding: 8px;
  font-size: 11pt;
}

.requirement-table-header-left {
  border-radius: 5px 0px 0px 0px;
}

.requirement-table-header-right {
  border-radius: 0px 5px 0px 0px;
}
/* tab color */

/* status bar */
#divStatusContainer {
  margin: 0px 0 15px 0;
}

.ags-status {
  color: #888888;
  font-weight: bold;
  background-color: #DDDDDD;
  padding: 10px;
  margin: 10px 0 10px;
  0; font-style: italic;
  border-radius: 240px 60px;
}

.ags-status-selected {
  background-color: #D85128;
  color: white;
  padding: 10px;
  font-weight: bold;
  font-style: italic;
  border-radius: 240px 60px;
}

.ags-status-spacer {
  width: 2px;
  background-color: white;
}

ul .ags-breadcrumb, ol .ags-breadcrumb {
  margin: 0px 0px 0px 0px;
}

ul.ags-breadcrumb {
  margin-left: 0px;
}

.ags-header-mp-breadcrumb {
  color: #eaeaea;
  font-weight: bold;
}

.ags-header-mp-breadcrumb:hover {
  color: silver;
  text-decoration: none;
}

.ags-breadcrumb {
  list-style: none;
  overflow: hidden;
  font: 14px Helvetica, Arial, Sans-Serif;
  background-color: #F1F1FA;
}

.ags-breadcrumb li {
  float: left;
  color: white;
  text-decoration: none;
  padding: 10px 0 10px 35px;
  background: #DDDDDD;
  position: relative;
  display: block;
  float: left;
  min-width: 100px;
}

.ags-breadcrumb li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #DDDDDD;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.ags-breadcrumb li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

/*.ags-breadcrumb li:first-child {
    padding-left: 10px;
}*/

.ags-breadcrumb .completed {
  background: #B54827;
  color: silver;
}

.ags-breadcrumb .completed:after {
  border-left-color: #B54827 !important;
}

.ags-breadcrumb .selected {
  background: #D85128;
}

.ags-breadcrumb .selected:after {
  border-left-color: #D85128 !important;
}

.ags-app-desc {
  font-size: 10pt;
  padding: 5px 2px 2px 2px;
  background-color: #F6F6F6;
  border-left: solid 1px #EAEAEA;
  border-right: solid 1px #EAEAEA;
}

.ags-state-legend {
  font-size: 8pt;
  margin-bottom: 20px;
  background-color: #D3D3D3;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: solid 1px #EAEAEA;
  border-right: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA;
}

/* status bar */




.btn, .wizardbutton, .DataFormButton {
  color: #FFFFFF;
  background-color: #2059A2;
  border-color: #000000;
  text-shadow: none;
  border: none;
  margin-right: 10px;
}

.btn:hover, 
.btn:focus, 
.btn:active, 
.btn.active, 
.wizardbutton:hover,
.DataFormButton:hover,
.open .dropdown-toggle.btn {
  color: #FFFFFF;
  background-color: #3081EA;
  border-color: #000000;
}

.wizardbutton, .DataFormButton {
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn:active, 
.btn.active, 
.open .dropdown-toggle.btn {
  background-image: none;
}

.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn, 
.btn.disabled:hover, 
.btn[disabled]:hover, 
fieldset[disabled] .btn:hover, 
.btn.disabled:focus, 
.btn[disabled]:focus, 
fieldset[disabled] .btn:focus, 
.btn.disabled:active, 
.btn[disabled]:active, 
fieldset[disabled] .btn:active, 
.btn.disabled.active, 
.btn[disabled].active, 
fieldset[disabled] .btn.active {
  border-color: #000000;
  color: white;
}

.btn .badge {
  color: #d85128;
  background-color: #FFFFFF;
}

/*td { border: solid 1px red; }    */

.table-title {
  font-size: 13pt;
  padding: 5px;
}

.table {
  margin-bottom: 0;
}

.table-def {
  border: solid 1px silver;
  width: 100%;
}

.table-def-top {
  border-top: solid 1px silver;
  width: 100%;
  border-left: solid 1px silver;
  border-right: solid 1px silver;
}

.table-def-middle {
  border-left: solid 1px silver;
  border-right: solid 1px silver;
  width: 100%;
}

.table-def-bottom {
  border-bottom: solid 1px silver;
  width: 100%;
  border-left: solid 1px silver;
  border-right: solid 1px silver;
}

.alert h4, .alert {
  color: #505050;
}

.alert-info {
  color: white;
  border-color: #d85128;
  background-color: #d85128;
  text-shadow: none;
}

.panel-primary {
  background-color: #eaeaea;
}

.text-warning {
  color: #eaeaea;
}

.ags-profile-breadcrumb {
  color: #eaeaea;
}

.ags-application-label {
  color: #797979;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11pt;
}

.ags-application-title {
  color: #d85128;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13pt;
}


/* ags demo tweaks*/
.navbar {
  min-height: 80px;
}

.navbar-inverse {
  background-color: #2782C5;
  border-color: #eaeaea;
} /* header bg color */

.ui-widget-header {
  background-color: #5175B7;
  border-color: #5175B7;
}

.logo {
  width: 225px;
  height: 110px;
  margin-left: 0px;
  margin-top: 5px;
  background: url('images/wb_logo.png') no-repeat left;
  background-size: 100% auto;
}

a {
  color: #5175B7;
}

a:hover {
  color: #2059A2;
}

.info-title {
  background-color: #5175B7;
  border-color: #5175B7;
  color: white;
}

.panel-info {
  border-color: #5175B7;
}

.alert-info {
  background-color: #5175B7;
  border-color: #5175B7;
  color: white;
}

.panel-info > .panel-heading {
  background-color: #5175B7;
  border-color: #5175B7;
  color: white;
}

.ce-table-header {
  background-color: #5175B7;
}


/* change tabs from pills to old-style folders */
.nav-pills>li>a {
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
	/* border-top-left-radius: 5px; 
    	border-top-right-radius: 5px;*/ /*<-- these two lines can be used to add rounding to the top.*/
  margin-top: 20px;
}  


/* hide baseline titles on wizards and popups*/
.WizardTitle {
  display: none;
}

.WizardTitleSeparator {
  display: none;
}

.WizardHeader {
  display: none;
}

.profileTitle {
  display: none;
}

.btn-ags-submit-application {
  background-color: #D85128;
  font-size: 14pt;
  height: 20px;
  line-height: 20px;
}

.btn-ags-submit-application:hover {
  background-color: #B14828;
}

.btn-ags-orange {
  background-color: #D85128;
}

.btn-ags-orange:hover {
  background-color: #B14828;
}

.ags-form-container {
  border: solid 1px #000;
  padding: 10px;
}

.ags-detail-row:nth-child(even) {
  background-color: #fff;
}

.ags-detail-row:nth-child(odd) {
  background-color: #ebebeb;
}

.ags-requirement-table-header {
  font-weight: bold;
  background-color: #D3D3D3;
  padding: 8px;
  font-size: 11pt;
  border-right: solid 1px #000;
}

.ags-requirement-table-header-right {
  font-weight: bold;
  background-color: #D3D3D3;
  padding: 8px;
  font-size: 11pt;
}

.ags-detail-cell {
  padding: 8px;
  border-right: solid 1px #000;
}

.ags-detail-cell-right {
  padding: 8px;
}

.ags-hr {
  border: none;
  height: 1px;
  color: #000;
  background-color: #000;
}

.ags-button-float {
  float: right;
  clear: left;
  padding-top: 10px;
}

.ags-clear-floats {
  clear: both;
}

.ags-doc-table {
  border: solid 1px #000;
  margin: 10px 0 0 0;
  width: 100%;
}

.ags-status-icon {
  margin-top: -5px;
  margin-left: -30px;
  margin-right: 10px;
}






/************************************************************************************************
Agilutions Customizations

Site = DCBar

************************************************************************************************/

#PageFrameWorkTable {
  border-top-color: #c42a0c;
  border-top-style: solid;
  border-top-width: 6px;
  width: 100%;
  position: relative;
  z-index: 2;
}

#eWebFrameWorkTopRow {
  min-width: 300px;
  width: 100px;
  max-width: 1200px;
  margin: 0px auto 0px auto;
}

#eWebTopPaneTable {
  background-color: transparent;
}

#eWebContentPaneTable {
  background-color: #ffffff;
}

.ags-top-section {
  background-color: #ffffff;
  min-width: 300px;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 0px auto;
}

.ags-custom-top {
  background-color: #ffffff;
  min-width: 300px;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 0px auto;
  height: 140px;
}

/**********************************************
BEGIN - Top Section Styles
**********************************************/

.top_header_wrap {
  width: 100%;
  background: transparent;
}

.top_header {
  background: #ffffff;
  height: 140px;
}

#top_left {
  width: 40%;
  background: #000;
  float: left;
}

#top_right {
  width: 420px;
  padding: 0;
  float: right;
  top: 40px;
  position: relative;
}
/* header links */
#header_links {
  float: right;
  padding: 9px 0;
  background: #ce412e;
  position: relative;
  left: 10px;
  width: 410px;
}

#header_links:before {
	/* background: url("/systemimages/top_right_left_triangle.png") no-repeat scroll 0 0 transparent; */
  background: url("../../../images/dcbar/top_right_left_triangle.png") no-repeat scroll 0 0 transparent;
  content: "";
  height: 34px;
  left: -19px;
  position: absolute;
  top: 0;
  width: 19px;
}

#header_links:after {
	/* background: url("/systemimages/top_right_right_triangle.png") no-repeat scroll 0 0 transparent; */
  background: url("../../../images/dcbar/top_right_right_triangle.png") no-repeat scroll 0 0 transparent;
  content: "";
  height: 55px;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 31px;
  left: 360px;
  display: block;
  z-index: 100;
}

#header_links ul {
  margin: 0;
  padding: 0;
}

#header_links ul li {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 1%;
}

#header_links ul li:first-child {
  border-left: none;
}

#header_links ul li a {
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'NovecentowideMedium',Arial, Helvetica,sans-serif;
  font-weight: normal;
  font-size: 0.85em;
  margin: 0 10px;
}

#header_links ul li a#fastcase_link {
  display: none;
}

#header_links a {
  color: #ffffff;
}

/*search*/
#search {
  padding-left: 0 0.625em;
  margin-right: 38px;
  float: right;
  background: #e3e3e3;
  width: 362px;
  height: 34px;
}

@media (max-width: 1050px) {
  #branding{
    margin: 0px !important;
    padding-left: 10px;
  }
}

/**********************************************
END - Top Section Styles
**********************************************/


/**********************************************
BEGIN - Footer Nav Styles 
**********************************************/

#eWebFrameWorkBottomRow {
  width: 100%;
  background: url("../../../images/dcbar/footer_bg.jpg") repeat-x top left #2f2f32;
  position: relative;
  z-index: 2;
}

/*
.footer_nav_wrap {
	width:100%;
	background:url("../../../images/dcbar/footer_bg.jpg") repeat-x top left #2f2f32;	
	position: relative;
	z-index: 2;
}
*/

#footer_container {
  padding: 0;
}

#footer_container .box ul {
  list-style: none;
}

#footer_container .box {
  color: #cccccc;
  float: left;
  width: 100%;
}
/*footer nav*/
.footer_nav {
  margin: 0 auto;
  width: 18.5%;
  float: left;
  text-align: left;
}

.footer_nav:first-child {
  margin-left: 60px;
}

.footer_nav a,.footer_nav p {
  color: #cccccc;
  font-size: 1em;
  font-weight: normal;
  font-family: 'NovecentowideMedium',Arial, Helvetica,sans-serif;
}

.footer_nav a:hover {
  text-decoration: underline;
}

.footer_nav li {
  display: block;
  margin: 0;
  vertical-align: top;
}

.footer_nav li:first-child {
  margin-left: 0;
  margin-top: 10px;
}

/* social media*/
.footer_nav_sm {
  float: left;
  width: 280px;
  margin-top: 5px;
}

.footer_nav_sm li {
  margin: 0;
}

.footer_nav_sm li a {
  background: url("../../../images/dcbar/social_media_icons_footer.png") no-repeat 0 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  float: left;
}

.footer_nav_sm li a.f_icon {
  background-position: 0 0px;
}

.footer_nav_sm li a.t_icon {
  background-position: -38px 0px;
}

.footer_nav_sm li a.yt_icon {
  background-position: -74px 0;
}

.footer_nav_sm li a.l_icon {
  background-position: -110px 0;
}

.footer_nav_sm li a.in_icon {
  background-position: -144px 0;
}

.footer_nav_sm li a.b_icon {
  background-position: -178px 0;
}

.footer_nav_sm li a.e_icon {
  background-position: -213px 0;
}

/*.footer_nav_sm li a#f_icon:hover{
	background-position: 0 -45px;
}
.footer_nav_sm li a#t_icon:hover{
	background-position: -38px -45px;
}
.footer_nav_sm li a#l_icon:hover{
	background-position: -74px -45px;
}
.footer_nav_sm li a#b_icon:hover{
	background-position: -110px -45px;
}
.footer_nav_sm li a#e_icon:hover{
	background-position: -148px -45px;
}*/

/*copyright*/
.copyright {
  color: #ccccc;
  text-align: left;
  font-size: 1em;
  float: right;
  margin-right: 60px;
  width: 20%;
  font-family: 'NovecentowideMedium',Arial, Helvetica,sans-serif;
}

.copyright li {
  margin: 10px 0 0 12px;
}

.copyright li:first-child {
  margin-left: 0;
}

.copyright a {
  color: #cccccc;
  font-family: 'NovecentowideMedium',Arial, Helvetica,sans-serif;
}

/**********************************************
END - Footer Nav Styles 
**********************************************/




/**********************************************
BEGIN - Social Media Styles
**********************************************/

#social_media_side_tab {
  background: #ffffff;
  width: 40px;
  position: fixed;
  top: 150px;
  left: 0;
  -webkit-box-shadow: 0px 5px 5px #888888;
  -moz-box-shadow: 0px 5px 5px #888888;
  box-shadow: 0px 5px 5px #888888;
  z-index: 1000;
  behavior: url(js/PIE.htc);
}

#social_media_side_tab ul {
  list-style: none;
  margin: 5px;
}

#social_media_side_tab ul li {
  margin: 0;
}

#social_media_side_tab ul li a {
  background: url("../../../images/dcbar/social_media_icons.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  float: left;
}

#social_media_side_tab ul li a.f_icon {
  background-position: 0 0px;
}

#social_media_side_tab ul li a.t_icon {
  background-position: 0 -30px;
}

#social_media_side_tab ul li a.yt_icon {
  background-position: 0 -60px;
}

#social_media_side_tab ul li a.l_icon {
  background-position: 0 -90px;
}

#social_media_side_tab ul li a.in_icon {
  background-position: 0 -120px;
}

#social_media_side_tab ul li a.b_icon {
  background-position: 0 -150px;
}

#social_media_side_tab ul li a.e_icon {
  background-position: 0 -180px;
}

/**********************************************
END - Social Media Styles
**********************************************/

/************************************************
BEGIN - Fonts CSS
************************************************/

/*Novecento wide medium*/
@font-face {
  font-family: 'NovecentowideMedium';
    src: url('fonts/Novecentowide-Medium-webfont.eot');
    src: url('fonts/Novecentowide-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Novecentowide-Medium-webfont.woff') format('woff'),
         url('fonts/Novecentowide-Medium-webfont.ttf') format('truetype'),
         url('fonts/Novecentowide-Medium-webfont.svg#NovecentowideUltraLightBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Novecento wide bold*/
@font-face {
  font-family: 'NovecentowideBold';
    src: url('fonts/Novecentowide-Bold-webfont.eot');
    src: url('fonts/Novecentowide-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Novecentowide-Bold-webfont.woff') format('woff'),
         url('fonts/Novecentowide-Bold-webfont.ttf') format('truetype'),
         url('fonts/Novecentowide-Bold-webfont.svg#NovecentowideBookBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************************************************
END - Fonts CSS
************************************************/

#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
}

#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

/* branding*/
#branding {
  display: block;
	/* margin:40px auto 0;	 */
  margin: 0px auto 0px auto;
  padding-top: 40px;
  width: 250px;
	/* float:right; */
	/* position:absolute; */
	/* right:475px; */;
}

#branding img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

/*search*/
#search {
  padding-left: 0 0.625em;
  margin-right: 38px;
  float: right;
  background: #e3e3e3;
  width: 362px;
  height: 34px;
}

form#search_box {
  behavior: url(js/PIE.htc);
}

input.search {
  background: #ffffff;
  height: 20px;
  width: 290px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 6px 6px -6px #666666;
  -moz-box-shadow: inset 0 6px 6px -6px #666666;
  box-shadow: inset 0 6px 6px -6px #666666;
  border: 1px solid #dddddd;
  padding: 3px 3px 3px 10px;
  margin: 2px 2px 2px 10px;
  behavior: url(/js/PIE.htc);
  position: relative;
  float: left;
}

#search_min {
  display: none;
  background: url(/systemimages/search_glass.png) no-repeat center center;
  width: 30px;
  height: 25px;
  text-indent: -9999px;
  float: left;
  margin: 3px;
}

.glass_button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0 0px 2px 0px #999999;
  -moz-box-shadow: 0 0px 2px 0px #999999;
  box-shadow: 0 0px 2px 0px #999999;
  background: url(../../../images/dcbar/search_glass.png) no-repeat center center #E3E3E3;
  width: 30px;
  height: 25px;
  text-indent: -9999px;
  float: left;
  margin: 3px;
  position: relative;
}

.glass_button:hover {
  background-color: #C0C0C0;
}


/************************************************
BEGIN - Navigation
************************************************/
.nav_wrap {
  padding: 0;
}

#main_menu {
  list-style: none;
  max-width: 1200px;
  margin: -2px auto 0px auto;
	/*height:43px;*/
  padding: 0;
  background: transparent;
}

#main_menu li {
  float: left;
  display: block;
  text-align: center;
  position: relative;
  padding: 4px 10px;
  margin: 0;
  margin-top: 7px;
  border: none;
  z-index: 1000;
  behavior: url(/js/PIE.htc);
}

#main_menu li:hover {
  padding: 4px 16px 8px 20px;
  position: relative;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  background: #ce412e;
}

#main_menu li a {
  font-family: "NovecentowideMedium", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  color: #000000;
  display: block;
  outline: 0;
  text-decoration: none;
}

#main_menu li a span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

#main_menu li:hover a {
  color: #ffffff;
}

/*dropdown */
#main_menu li:hover div {
  left: 0;
}

#main_menu li div {
  margin: 5px auto;
  position: absolute;
  left: -999em;
  top: 34px;
  width: 360px;
  background: #ce412e;
  -moz-border-radius: 0 10px 10px 10px;
  -webkit-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: 0px 4px 4px 0px #333333;
  -moz-box-shadow: 0px 4px 4px 0px #333333;
  box-shadow: 0px 4px 4px 0px #333333;
  text-align: left;
  padding: 10px 5px 0 5px;
  border: none;
  z-index: 1000;
  behavior: url(/js/PIE.htc);
}

#main_menu li div ul {
  float: left;
  width: 48%;
}

#main_menu li div ul.col_1 {
  margin-left: 6px;
}

#main_menu li div ul.col_2 {
  margin-left: 2px;
}

#main_menu li div ul li {
  display: block;
  width: 100%;
  padding: 5px;
  margin: 0;
  text-align: left;
}

#main_menu li div ul li:hover {
  padding: 5px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#main_menu li div ul li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  text-align: left;
  padding: 2px 5px;
  display: block;
  line-height: normal;
}

#main_menu li div ul li a:hover {
  text-decoration: underline;
  padding: 2px 5px;
}

#main_menu li:hover div.right_dropdown {
  -moz-border-radius: 10px 0 10px 10px;
  -webkit-border-radius: 10px 0 10px 10px;
  border-radius: 10px 0 10px 10px;
  right: 0;
  left: auto;
  position: absolute;
  z-index: 1000;
  behavior: url(/js/PIE.htc);
}

#main_menu li div.right_dropdown ul {
}

nav select {
  display: none;
}

@media (max-width: 760px) {
  nav ul {
    display: none;
  }

  nav select {
    display: inline-block;
  }
}

/************************************************
END - Navigation
************************************************/



/************************************************
BEGIN - From 960.min.css
************************************************/

#branding {
  width: 240px;
  right: 385px;
}

#header_links {
  height: 16px;
  width: 370px;
}

#header_links ul li a {
  margin: 0 8px;
}

#header_links:after {
  left: 360px;
}

#main_menu li a {
  font-size: 1.1em;
}

/************************************************
END - From 960.min.css
************************************************/

/************************************************/
The following are the styles copied from the ElectionsOnline style sheet.
These rules are applied to the ballot pages in eWeb.

.ballot_table {display:table; width:100%;}
.ballot_tableRow {display:table-row;}
.ballot_leftColumn {display:table-cell; padding-bottom:8px; width:350px;}
.ballot_rightColumn {display:table-cell; padding-bottom:8px; width:350px;}
.ballot_positionHeading {font-weight:bold; font-size:16px; color:#0E236E; padding-bottom:5px}	
.evote_heading {color: #0E236E; text-shadow: 2px 2px 2px lightgray; padding:6px 0 6px 0;
	font-family:Verdana, Geneva, sans-serif; font-weight:bold; font-size:16px;}
section.ballot {padding:5px 5px 5px 5px; border:thin; border-style:solid; border-color:#cc9933; border-radius:5px;
	margin-bottom:20px;box-shadow:4px 4px 4px #989898; background-color:white; margin-right:4px;}
dt.ballot {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px;color:#0E236E;font-weight:bold;}
.comments {width:70%;}	
/************************************************/

/************************************************
BEGIN - Overridding NETFORUM styles 
************************************************/

a {
  color: #cc3333;
}

a:hover, a:focus {
  color: #cc3333;
  text-decoration: underline;
}

.panel-title > a {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.panel-title > a:hover, .panel-title > a:focus {
  color: cc3333; 
}

.btn, .wizardbutton, .DataFormButton {
  text-align: center;
  min-width: 100px !important;
  /* height: 34px; */
  color: #ffffff;
  background: #ea5858;
 /* Old browsers */
  background: -moz-linear-gradient(top,  #ea5858 0%, #960405 100%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea5858), color-stop(100%,#960405));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ea5858 0%,#960405 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ea5858 0%,#960405 100%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ea5858 0%,#960405 100%);
 /* IE10+ */
  background: linear-gradient(to bottom,  #ea5858 0%,#960405 100%);
 /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5858', endColorstr='#960405',GradientType=0 );
 /* IE6-9 */
  border: none;
  -moz-box-shadow: 0 0 2px 2px #999999;
  -webkit-box-shadow: 0 0 2px 2px #999999;
  box-shadow: 0 0 2px 2px #999999;
  margin-right: 3px;
  font-family: /*'NovecentowideMedium',*/Arial, Helvetica,sans-serif;
  text-transform: none;
  font-size: 1.2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*btn:hover {*/
.btn:hover, .btn:focus, .btn:active, .active.btn, .wizardbutton:hover, .DataFormButton:hover, .open .btn.dropdown-toggle {
  text-align: center;
  background: #960405;
 /* Old browsers */
  background: -moz-linear-gradient(top,  #960405 0%, #ea5858 100%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#960405), color-stop(100%,#ea5858));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #960405 0%,#ea5858 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #960405 0%,#ea5858 100%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #960405 0%,#ea5858 100%);
 /* IE10+ */
  background: linear-gradient(to bottom,  #960405 0%,#ea5858 100%);
 /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#960405', endColorstr='#ea5858',GradientType=0 );
 /* IE6-9 */;
}

/* Style text to mimic an interaction image.
----------------------------------------------- */
div.buttonLink {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,eeeeee+100 */
background: rgb(212,212,212); /* Old browsers */
background: -moz-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(248,248,248,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(212,212,212,1) 0%,rgba(248,248,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(212,212,212,1) 0%,rgba(248,248,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
color: #666; background-color:#003366; border-radius:6px; padding:3px 12px 3px 12px; border:1px solid silver; outline:0;
font-family: 'Montserrat', sans-serif; font-size:12px;
}

div.buttonLink:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */	
background: rgb(248,248,248); /* Old browsers */
background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(212,212,212,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(212,212,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(248,248,248,1) 0%,rgba(212,212,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
background-color:#FF9326; outline:0;cursor:pointer; cursor:hand;}

h3 {
  font-family: Helvetica,Arial,sans-serif;
    /*font-size: 15pt;*/
  font-size: 1.3em;
  line-height: 120%;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}

.alert-info {
  background-color: #cc3333;
}

a.TopUIHyperLink {
  font-size: 1.1em;
  font-family: "NovecentowideMedium", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  color: #000000;
  display: block;
  outline: 0;
  text-decoration: none;
  width: 90%;
}

a.TopUIHyperLink:hover {
  padding: 4px 16px 8px 20px;
  position: relative;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  background: #ce412e;
  color: #ffffff;
}

.PopupMenuSubMenuTable {
  margin: 0px auto 5px auto;
    /* position: absolute; */
    /* left: -999em; */
  top: 24px;
  width: 360px;
  background: #ce412e;
  -moz-border-radius: 0 10px 10px 10px;
  -webkit-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: 0px 4px 4px 0px #333333;
  -moz-box-shadow: 0px 4px 4px 0px #333333;
  box-shadow: 0px 4px 4px 0px #333333;
  text-align: left;
  padding: 10px 5px 0 5px;
  color: white;
    /* border: none; */
    /* z-index: 1000; */;
}

.PopupMenuSubMenuTable  a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  text-align: left;
  padding: 2px 5px;
  display: block;
  line-height: normal;
  color: white;
}

.PopupMenuSubMenuTable  a:hover {
  text-decoration: underline;
}

table.PopupMenuSubMenuTable a.TopUIHyperLink {
  color: white;
}

#eWebTopPaneBottomLinksCellTable {
  background-color: white;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#eWebTopPaneTableRowBottom {
  display: none;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #ce412e;
}

.blue, .WizardHeader, legend {
  color: #C42B0C;
}

legend {
	color: #C42B0C;
    margin: 8px 0 3px;
    font-family: Georgia,serif;
    font-weight: normal;
    font-size: 2.4em;
    line-height: normal;
}

.ui-widget-header {
	background-color: #C42B0C;
	border-color: #C42B0C;
	
}

.panel-primary > .panel-heading, .panel-default > .panel-heading, .panel-info > .panel-heading, .module-header {
	color: white;
	background-color: #C42B0C;
	border-color: #C42B0C;
}

.module-header {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.text-info:hover, .text-info {
	color: white;
}

/************************************************
END - Overridding NETFORUM styles 
************************************************/





















