/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* @theme:                 #3ABEB4; //emerald*/
/* @theme:                 #F34541; //rose */
/* @theme:                 #FAA732; //orange */
/* @theme:                 #3498DB; //blue */
/* @theme:				   #74ac24; //green */
/*
@themeBackground:       lighten(@theme, 30%);
@themeBorder:           lighten(@theme, 20%);
@themeText:             darken(@theme, 15%);
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*
// Block level inputs
.input-block-level {
  display: block;
  width: 100%;
  min-height: @inputHeight; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
  .box-sizing(border-box); // Makes inputs behave like true block-level elements
}

*/
/* @import "reset.less"; */
a {
  color: #74ac24;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #496d17;
  text-decoration: underline;
}
/*
@import "grid.less";
@import "layouts.less";
*/
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  color: #74ac24;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
/*
@import "code.less";
@import "forms.less";
*/
.table.theme th {
  color: #74ac24;
}
.table tbody tr.theme > td {
  background-color: #a7dc5a;
}
.table-hover tbody tr.theme:hover > td {
  background-color: #9bd845;
}
/* @import "sprites.less"; */
/* @import "dropdowns.less"; */
/*
@import "wells.less";
@import "component-animations.less";
@import "close.less";
*/
.btn-theme.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-theme {
  color: #ffffff;
  background-color: #74ac24;
  border-color: #74ac24;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active {
  color: #ffffff;
  background-color: #669720;
  border-color: #58821b;
}
.btn-theme.disabled,
.btn-theme[disabled],
fieldset[disabled] .btn-theme,
.btn-theme.disabled:hover,
.btn-theme[disabled]:hover,
fieldset[disabled] .btn-theme:hover,
.btn-theme.disabled:focus,
.btn-theme[disabled]:focus,
fieldset[disabled] .btn-theme:focus,
.btn-theme.disabled:active,
.btn-theme[disabled]:active,
fieldset[disabled] .btn-theme:active,
.btn-theme.disabled.active,
.btn-theme[disabled].active,
fieldset[disabled] .btn-theme.active {
  background-color: #74ac24;
  border-color: #74ac24;
}
.btn-group.open .btn-theme.dropdown-toggle {
  background-color: #58821b;
}
.btn-theme .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.alert a {
  color: inherit;
}
.alert-theme {
  background-color: #bde584;
  border-color: #a7dc5a;
  color: #496d17;
}
.alert-theme a {
  color: #74ac24;
}
.alert-theme h4 {
  color: #496d17;
}
/* @import "navs.less"; */
#orgm_navbar .navbar-brand {
  color: #777777;
}
#orgm_navbar .navbar-text {
  color: #777777;
}
#orgm_navbar .navbar-link {
  color: #777777;
}
#orgm_navbar .navbar-link:hover,
#orgm_navbar .navbar-link:focus {
  color: #333333;
}
#orgm_navbar .divider-vertical {
  height: 40px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
#orgm_navbar .nav > li > a {
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
#orgm_navbar .nav > li > a:focus,
#orgm_navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
}
#orgm_navbar .nav > .active > a,
#orgm_navbar .navbar .nav > .active > a:hover,
#orgm_navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
}
#orgm_navbar .nav > li > .dropdown-menu {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
#orgm_navbar .nav li.dropdown.open > .dropdown-menu > li > a.active,
#orgm_navbar .nav li.dropdown.open > .dropdown-menu > li > a:hover,
#orgm_navbar .nav li.dropdown.open > .dropdown-menu > li > a:focus {
  background-color: #74ac24;
}
#orgm_navbar .nav li.dropdown > a:hover .caret,
#orgm_navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
#orgm_navbar .nav li.dropdown.open > .dropdown-toggle,
#orgm_navbar .nav li.dropdown.active > .dropdown-toggle,
#orgm_navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
#orgm_navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
#orgm_navbar .nav li.dropdown.open > .dropdown-toggle .caret,
#orgm_navbar .nav li.dropdown.active > .dropdown-toggle .caret,
#orgm_navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
#orgm_navbar.navbar-inverse .navbar-brand,
#orgm_navbar.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: none;
}
#orgm_navbar.navbar-inverse .navbar-brand:hover,
#orgm_navbar.navbar-inverse .nav > li > a:hover,
#orgm_navbar.navbar-inverse .navbar-brand:focus,
#orgm_navbar.navbar-inverse .nav > li > a:focus {
  color: #74ac24;
}
#orgm_navbar.navbar-inverse .brand {
  color: #999999;
}
#orgm_navbar.navbar-inverse .navbar-text {
  color: #999999;
}
#orgm_navbar.navbar-inverse .nav > li > a:focus,
#orgm_navbar.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #74ac24;
}
#orgm_navbar.navbar-inverse .nav .active > a,
#orgm_navbar.navbar-inverse .nav .active > a:hover,
#orgm_navbar.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #74ac24;
  /*     .box-shadow(0 0 0 rgba(0,0,0,0)); */

}
#orgm_navbar.navbar-inverse .navbar-link {
  color: #999999;
}
#orgm_navbar.navbar-inverse .navbar-link:hover,
#orgm_navbar.navbar-inverse .navbar-link:focus {
  color: #74ac24;
}
#orgm_navbar.navbar-inverse .divider-vertical {
  border-left-color: #2d430e;
  border-right-color: #222222;
}
#orgm_navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
#orgm_navbar.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
#orgm_navbar.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #74ac24;
}
#orgm_navbar.navbar-inverse .nav li.dropdown > a:hover .caret,
#orgm_navbar.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #74ac24;
  border-bottom-color: #74ac24;
}
#orgm_navbar.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
#orgm_navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
#orgm_navbar.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
#orgm_navbar.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #74ac24;
  border-bottom-color: #74ac24;
}
#orgm_navbar.navbar-inverse .share_buttons ul.nav > li > a {
  color: #999999;
  text-shadow: none;
}
#orgm_menu .nav > li.active > a,
#orgm_menu .nav .nav > li.active > a {
  font-weight: bold;
}
#orgm_menu .nav > li > a:hover {
  background-color: transparent;
}
.nav.nav-stacked > li.active > a {
  background-color: #74ac24;
  color: #fff;
}
.nav.nav-stacked > li.active > a [class^="icon-"] {
  background-image: url("../../img/glyphicons-halflings-white.png");
  opacity: 1;
}
.list-group-item {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #5a5a5a;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item .list-group-item-text {
  color: #555555;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #74ac24;
  border-color: #74ac24;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text {
  color: #d4eeae;
}
#contents .panel-heading .panel-title {
  line-height: 1.1;
}
#contents .panel-heading .panel-title a:hover {
  color: inherit;
}
/* @import "breadcrumbs.less"; */
/* @import "pagination.less"; */
/* @import "pager.less"; */
/*
@import "modals.less";
@import "tooltip.less";
@import "popovers.less";
*/
/*
@import "thumbnails.less";
@import "media.less";
*/
/* @import "labels-badges.less"; */
/*
@import "progress-bars.less";
@import "accordion.less";
@import "carousel.less";
@import "hero-unit.less";
*/
/* @import "utilities.less"; // Has to be last to override when necessary */
.alert-theme {
  background-color: #74ac24;
  border-color: #74ac24;
  color: #ffffff;
}
.alert-theme a {
  color: #eeeeee;
}
.alert-theme h1,
.alert-theme h1 a,
.alert-theme h2,
.alert-theme h2 a,
.alert-theme h3,
.alert-theme h3 a,
.alert-theme h4,
.alert-theme h4 a,
.alert-theme .nav > li > a,
.alert-theme .nav .nav > li > a {
  color: #ffffff;
}
.alert-theme h1 a:hover,
.alert-theme h2 a:hover,
.alert-theme h3 a:hover,
.alert-theme h4 a:hover,
.alert-theme .nav > li > a:hover,
.alert-theme .nav .nav > li > a:hover {
  color: #496d17;
  text-decoration: none;
}
#orgm_menu .nav > li > a,
#orgm_menu .nav .nav > li > a {
  color: #000000;
}
#orgm_menu .nav > li.active > a,
#orgm_menu .nav .nav > li.active > a {
  color: #74ac24;
}
#orgm_menu .nav > li > a:hover {
  color: #999999;
}
#orgm_menu .alert-theme .nav > li > a,
#orgm_menu .alert-theme .nav .nav > li > a {
  color: #ffffff;
}
#orgm_menu .alert-theme .nav > li > a:hover,
#orgm_menu .alert-theme .nav .nav > li > a:hover {
  color: #496d17;
}
