body
{
  /*background:#eff2d3 url('/assets/images/background.png') repeat-x;*/
  background: #ffffff;
}

div.block
{
  background:#ffffff;
  border-radius:5px;
  box-shadow:0px 0px 15px #96a59b;
}

div.block div.block
{
  box-shadow:none;
}

div.block .title
{
  background:#ffffff;
  padding:10px;
  font-weight:normal;
  font-size:12px;
  text-transform:none;
}

div.block .content
{
  background:none;
}

a,
a:hover
{
  text-decoration:none;
}

.btn-primary,
.btn-primary:hover
{
  background:linear-gradient(#e1e6aa, #afbe28);
  border:1px solid #afbe28;
}

.navbar-inverse
{
  background:#ffffff;
  border:none;
}

.navbar-inverse .navbar-brand
{
  color:#ffffff;
}

.navbar
{
  background:#ffffff; /* url('/assets/images/banner.png') no-repeat; */
  min-height:150px;
}

.ef-navbar-logo img
{
  max-height:102px;
  margin-top:15px;
}

.navbar-inverse .navbar-nav li a
{
  border-width:1px 1px 0px 1px;
  border-style:solid;
  border-color:#e6e6e6;
  margin-right:-1px;
  text-transform:uppercase;
  font-weight:bold;
}

.navbar-inverse .navbar-nav li a,
.navbar-inverse .navbar-nav li a:focus,
.navbar-inverse .navbar-nav li a:hover
{
  color:#646464;
}

.navbar-inverse .navbar-nav .open a.dropdown-toggle,
.navbar-inverse .navbar-nav .open a.dropdown-toggle:focus,
.navbar-inverse .navbar-nav .open a.dropdown-toggle:hover
{
  background-color:#75c045;
  color:#ffffff;
  border:1px solid #e6e6e6;
}

.dropdown-menu
{
  background:#75c045;
  border-width:0px 1px 1px 1px;
  border-style:solid;
  border-color:#ffffff;
  border-radius:0px;
}

.dropdown-menu li a
{
  background:#75c045;
  border:none !important;
  margin-right:0px !important;
  text-transform:none !important;
  font-weight:normal !important;
  color:rgba(255, 255, 255, 0.6) !important;
}

.dropdown-menu li a:hover
{
  background:#75c045;
  color:#ffffff !important;
}

.dropdown-menu .divider
{
  background-color:rgba(255, 255, 255, 0.6) !important;
}

.breadcrumb-x
{
  /*background-color:#e1e6aa;*/
  background-color:#c8c8c8;
  
  border-top:1px solid #c8c8c8;
  
  /*border-bottom:1px solid #becd55;*/
  border-bottom:1px solid #c8c8c8;
}

.breadcrumb
{
  /*background-color:#e1e6aa;*/
  background-color:#c8c8c8;
  
  padding: 6px;
  padding-left: 5px;
}

.breadcrumb>li+li:before
{
    padding: 0 5px;
    color: #333;
    content: "/\00a0";
}

div.block table.iconTable td.iconData:hover,
div.block table.iconTable td.disabledIconData:hover,
.ef-dashboard-option:hover,
.sortedTable tr.oddRowColor:hover,
.sortedTable tr.evenRowColor:hover
{
  background-color:#eff2d3;
}

#searchForm .selectize-input
{
  background:#ededed;
  border-color:#ededed;
  border-radius:20px;
  width:250px;
}

html.popup #topBar {
  display: none;
}

#topBar
{
  background:#336949;
  margin-bottom:0px;
  padding:10px;
  list-style-type:none;
  
  height: 40px;
}

#languageSelection
{
  width:1200px;
  height:20px;
  margin:0px auto;
}

#languageSelection a
{
  color:#ffffff;
}
#topBar a {
 color: white;
}

.ef-pay-with-paypal {
    margin-bottom: 5px;
}
.ef-pay-with-paypal, .ef-order-with-invoice {
    font-size: 0.9em;
}

table#questionsTable:first-child tr:first-child td:first-child {
  width: unset;
}

table#questionsTable:first-child tr:first-child td:nth-child(2) {
  width: 25%;
}

table#questionsTable:first-child tr:first-child td:nth-child(3) {
  width: 15%;
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
