body {
  padding-top:20px;
  color:#686868;
  font-family:ubuntu;
}
.row {
  margin-left:0;
  margin-right:0;
}
.header .navbar-right > a,
.header .navbar-right .radio-button {
  text-transform:uppercase;
}

.footer {
  padding-top:40px;
  padding-bottom:40px;
  border-top:1px solid #E7E7E7;
}
h1 {
  font-size: 52px;
  font-weight: 100;
  margin-bottom: 16px;
}
h1#pageTitle { font-size:30px; }

#logo img { max-width:100%; }
#tagLine {
    color: darkgray;
    font-weight: bold;
    margin-top:8px;
    margin-bottom:8px;
}

/* Back to top */
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #777777;
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  background-color: #888888;
}
.scroll-top-wrapper.show {
  visibility:visible;
  cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}

/* Nav and Dropdown */
.dark-green { color:#7EA548; }
.light-green { color:#F0F3EA; }

/* Nav stuff */
.navbar-default {
  background-color:#FCFCFC;
}
.navbar-default .navbar-nav > li {
  text-align:center;
}
.navbar-default .navbar-nav > li > a {
  margin-bottom: 0;
  padding-top:0;
  padding-bottom:0;
  font-size:19px;
  color:#A6A6A6;
  text-align: center;
  text-transform:lowercase;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color:#7EA548;
  background-color:#F0F3EA;
}
.navbar-default .navbar-nav > li:first-child > a {
}
.navbar-default .navbar-nav > li:last-child > a {
}
.navbar-default .nav > li > a > span {
  display:inline-block;
  line-height:48px;
}
.navbar-default .nav > li > a:hover > span,
.navbar-default .nav > li > a:focus > span,
.navbar-default .navbar-nav > .active > a > span,
.navbar-default .navbar-nav > .active > a:hover > span,
.navbar-default .navbar-nav > .active > a:focus > span {
  border-bottom:3px solid;
  line-height:42px;
  padding-top:3px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color:#7EA548;
  background-color:#F0F3EA;
}
.dropdown-header {
  color:#262626;
  background:#F5F5F5;
}

.how-to,
.contact-us {
    margin-right:15px;
    margin-top:8px;
    margin-bottom:8px;
    float:right;
    position:relative;
}
.right-bar-button {
    margin-right:60px;
    margin-top:2px;
    margin-bottom:2px;
    float:right;
    position:relative;  
}

/* Tab Stuff */
.tab-content {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
}

/* Form stuff */
form.comment { display:inline; }
.form-group p.lead {
  color:#A6A6A6;
  font-size: 22px;
}
.form-group button.big {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding: 4px 40px;
  border-radius: 0;
  font-size:28px;
}
.navbar-form {
  padding-right:0;
  padding-top:12px;
  padding-bottom:18px;
}
.navbar-form .form-control {
  display:inline-block;
  background-color:transparent;
  text-indent:20px;
}
.navbar-form .form-group br {
  display:block;
  line-height:4px;
}
.glyphicon-search:before {
    color:#A6A6A6;
    font-size: 18px;
    margin-left: 10px;
    margin-right: -42px;
    vertical-align: middle;
}
.header .glyphicon.glyphicon-search {
    display: block;
    margin-bottom: -25px;
}
input[type="radio"] {
  float:left;
  margin-right:2px;
}
label.radio-button {
  margin-bottom:0;
  line-height:28px;
  font-weight:normal;
  font-size:12px;
}
label.radio-button {
  margin-right:6px;
}
.radio {
    line-height: 26px;
    margin-top: -3px !important;
    padding-bottom: 5px;
    padding-top: 0 !important;
}
.bg-info {
    padding: 10px;
    border-radius: 10px;
}
.help-block {
    background:#EEFFEE;
    border: thin solid #DDEEDD;
    border-radius: 10px;
    float: left;
    margin-top: 10px;
    padding: 10px;
}
.bg-danger {
    border-radius: 10px;
    padding: 10px 10px 10px 20px;
}
#recaptcha_area {
    margin-left: auto;
    margin-right: auto;
}
.selectpicker { min-width:177px; }
.form-group.required .control-label:before {
    content: '*';
    color: red;
}

/* Comments */
#comments { margin-top:20px; }
#commentList,
#commentFormComments,
.comment {
  color:black;
  font-size:14px;
}
#commentFormComments div,
#commentControls th.no-borders,
th.no-borders,
#commentControls td.no-borders,
td.no-borders,
.no-borders {
  border-top:solid transparent;
  border-right:solid transparent;
  border-bottom:solid transparent;
}
.toggleAll a { margin-left:10px; }
#commentControls .bubble { margin-bottom:0; }

/* Transactions */
.clear-both {
  clear:both;
}
.bubble {
  color:#428bca;
  cursor:pointer;
  border:thin solid #428bca;
  border-radius:30px;
  display: inline-block;
  margin-bottom:5px;
  padding:5px;
  text-align:center;
}
.bubble:hover,
.bubble:active {
  text-decoration:none;
  background:#428bca;
  color:white;
}
.bubble.panel-head {
    line-height: 13px;
    margin-left: 2px;
    margin-top: -5px;
}
.bubble.edit {
    font-size: 12px;
    position: absolute;
}
.panel-body,
.todoItem {
  overflow-x:auto;
  color:black;
}

/* Registration/login/forgot page specific */
.loginLayout #tagLine {
    font-size: 20px;
    margin-top: 20px;
}
.loginLayout .row {
  padding-bottom:50px;
    background:url("/skins/responsive/images/homepage-bg.jpg");
}
.loginLayout .container {
  max-width:750px;
  margin-bottom:20px;
}
.loginLayout .navbar {
  min-height:35px;
  margin-top:100px;
  margin-bottom:0;
}
.loginLayout h1,
.loginLayout .lead {
  text-align:center;
}
.loginLayout form {
  background:white;
    border:thin solid #E7E7E7;
    border-radius:10px;
    padding:20px 15px;
}
.multi-scroll {
    max-height: 210px;
    overflow-y: auto;
}

/* Modal prevent zoom-in on iphone */
.modal .form-control,
.modal input, 
.modal select,
.modal textarea { font-size:16px !important; }

/* Modal Remote Content */
.modal-content .header,
.modal-content .navbar,
.modal-content .footer,
.modal-content #commentFormComments {
    display: none;
}
.modal-content .container { max-width:100%; }

/* X-Editable */
.editable {
    color: #0088cc;
    cursor: pointer;
}

/* MC Checkable */
.mc-checkable {
  color:#428bca;
  cursor:pointer;
}
.mc-checkable.working {
  cursor:progress;
  -webkit-transform: rotate(-720deg); /* Safari */
  -moz-transform: rotate(-720deg); /* Firefox */
  -ms-transform: rotate(-720deg); /* IE */
  -o-transform: rotate(-720deg);  /* Opera */
}

/* List.js */
.listHeader { margin-bottom:10px; }


/* TinyMCE fixes */
body#tinymce {
  padding:5px !important;
  color:black;
  font-size:14px;
}
.mce-container label {
  display:table;
}

/* TableSorter and Pager */
table.tablesorter thead tr .header {
    background-image: url('/skins/responsive/images/bg.gif');
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('/skins/responsive/images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
    background-image: url('/skins/responsive/images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #F0F3EA;
}
.pager {
    float: left;
    margin-top: 0;
    position: relative !important;
    top: 0 !important;
}
.pager span {
	cursor:pointer; 
}

/****SPINNER****/
#floatingBarsG {
  position:relative;
  width:20px;
  height:24px;
  float:right;
}

.blockG{
position:absolute;
background-color:#FFFFFF;
width:2px;
height:6px;
-moz-border-radius:2px 2px 0 0;
-moz-transform:scale(0.4);
-moz-animation-name:fadeG;
-moz-animation-duration:0.64s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:2px 2px 0 0;
-webkit-transform:scale(0.4);
-webkit-animation-name:fadeG;
-webkit-animation-duration:0.64s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:2px 2px 0 0;
-ms-transform:scale(0.4);
-ms-animation-name:fadeG;
-ms-animation-duration:0.64s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:2px 2px 0 0;
-o-transform:scale(0.4);
-o-animation-name:fadeG;
-o-animation-duration:0.64s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:2px 2px 0 0;
transform:scale(0.4);
animation-name:fadeG;
animation-duration:0.64s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#rotateG_01{
left:0;
top:7px;
-moz-animation-delay:0.24000000000000005s;
-moz-transform:rotate(-90deg);
-webkit-animation-delay:0.24000000000000005s;
-webkit-transform:rotate(-90deg);
-ms-animation-delay:0.24000000000000005s;
-ms-transform:rotate(-90deg);
-o-animation-delay:0.24000000000000005s;
-o-transform:rotate(-90deg);
animation-delay:0.24000000000000005s;
transform:rotate(-90deg);
}

#rotateG_02{
left:2px;
top:2px;
-moz-animation-delay:0.32s;
-moz-transform:rotate(-45deg);
-webkit-animation-delay:0.32s;
-webkit-transform:rotate(-45deg);
-ms-animation-delay:0.32s;
-ms-transform:rotate(-45deg);
-o-animation-delay:0.32s;
-o-transform:rotate(-45deg);
animation-delay:0.32s;
transform:rotate(-45deg);
}

#rotateG_03{
left:6px;
top:1px;
-moz-animation-delay:0.4s;
-moz-transform:rotate(0deg);
-webkit-animation-delay:0.4s;
-webkit-transform:rotate(0deg);
-ms-animation-delay:0.4s;
-ms-transform:rotate(0deg);
-o-animation-delay:0.4s;
-o-transform:rotate(0deg);
animation-delay:0.4s;
transform:rotate(0deg);
}

#rotateG_04{
right:2px;
top:2px;
-moz-animation-delay:0.4800000000000001s;
-moz-transform:rotate(45deg);
-webkit-animation-delay:0.4800000000000001s;
-webkit-transform:rotate(45deg);
-ms-animation-delay:0.4800000000000001s;
-ms-transform:rotate(45deg);
-o-animation-delay:0.4800000000000001s;
-o-transform:rotate(45deg);
animation-delay:0.4800000000000001s;
transform:rotate(45deg);
}

#rotateG_05{
right:0;
top:7px;
-moz-animation-delay:0.56s;
-moz-transform:rotate(90deg);
-webkit-animation-delay:0.56s;
-webkit-transform:rotate(90deg);
-ms-animation-delay:0.56s;
-ms-transform:rotate(90deg);
-o-animation-delay:0.56s;
-o-transform:rotate(90deg);
animation-delay:0.56s;
transform:rotate(90deg);
}

#rotateG_06{
right:2px;
bottom:2px;
-moz-animation-delay:0.64s;
-moz-transform:rotate(135deg);
-webkit-animation-delay:0.64s;
-webkit-transform:rotate(135deg);
-ms-animation-delay:0.64s;
-ms-transform:rotate(135deg);
-o-animation-delay:0.64s;
-o-transform:rotate(135deg);
animation-delay:0.64s;
transform:rotate(135deg);
}

#rotateG_07{
bottom:0;
left:6px;
-moz-animation-delay:0.72s;
-moz-transform:rotate(180deg);
-webkit-animation-delay:0.72s;
-webkit-transform:rotate(180deg);
-ms-animation-delay:0.72s;
-ms-transform:rotate(180deg);
-o-animation-delay:0.72s;
-o-transform:rotate(180deg);
animation-delay:0.72s;
transform:rotate(180deg);
}

#rotateG_08{
left:2px;
bottom:2px;
-moz-animation-delay:0.8s;
-moz-transform:rotate(-135deg);
-webkit-animation-delay:0.8s;
-webkit-transform:rotate(-135deg);
-ms-animation-delay:0.8s;
-ms-transform:rotate(-135deg);
-o-animation-delay:0.8s;
-o-transform:rotate(-135deg);
animation-delay:0.8s;
transform:rotate(-135deg);
}

@-moz-keyframes fadeG{
0%{
background-color:#7ea548}

100%{
background-color:#FFFFFF}

}

@-webkit-keyframes fadeG{
0%{
background-color:#7ea548}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes fadeG{
0%{
background-color:#7ea548}

100%{
background-color:#FFFFFF}

}

@-o-keyframes fadeG{
0%{
background-color:#7ea548}

100%{
background-color:#FFFFFF}

}

@keyframes fadeG{
0%{
background-color:#7ea548}

100%{
background-color:#FFFFFF}

}
/**************/

@media (min-width: 768px) {
  .navbar-nav {
    max-height: 52px;
  }
  .navbar-nav > li > a {
  }
  .navbar-nav > li:first-child > a {
  }
  .navbar-nav > li:last-child > a {
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  .higher-for-medium { margin-top:-50px; }
}

/* Responsive: Mobile and up */
@media (min-width:481px) {
}

/* Responsive: Down from portrait tablets */
@media (max-width:767px) {
  .loginLayout .navbar { /* don't need the extra margin here */
    margin-top:0;
  }
}