/**
 * @file
 * @project 786
 * @package sftheme
 * @site app1
 */
h1, h2, h3, h4, h5, h6 {
  text-shadow: 1px 1px 0 #fff;
}

/** 
 * ------------------------------------------------------------------
 * @section BASE
 * ------------------------------------------------------------------
*/
body {
  background-color: #82ba61;
  color: #7d7253;
}

a:link {
  color: #82ba61;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

a:visited {
  color: #82ba61;
}

a:hover {
  color: #46ab0a;
}

/** 
 * ------------------------------------------------------------------
 * @section NAVIGATION
 * ------------------------------------------------------------------
 */
.sf_navigation ul li a {
  color: #5e563f;
}

.sf_navigation .nav > li.active-nav > a:after,
.sf_navigation .nav > li:hover > a:after,
.sf_navigation .nav > li.hover > a:after {
  border-bottom-color: #fcfcf2;
}

.sf_navigation ul li a:visited {
  color: #5e563f;
}

.sf_navigation ul li a:hover {
  color: #5e563f;
}

.sf_navigation .subnav {
  background-color: #fcfcf2;
  border-color: #B9AE88;
}

.sf_navigation .subnav li a:hover {
  background-color: #e8e8d3;
}

/** 
 * ------------------------------------------------------------------
 * @section CONTENT
 * ------------------------------------------------------------------
 */
.sf_outer_wrapper {
  background-color: #fcfcf2;
  border-color: #fcfcf2;
}

.sf_main_header {
  color: #fcfcf2;
}

.sf_pagetitle {
  color: #7d7253;
}

legend {
  color: #7d7253;
}

fieldset {
  border: 1px solid #7d7253;
}

.sf_outer_wrapper_r7 {
  border-right: 1px solid #e8e8d3 \0/IE8;
  *border-right: 1px solid #e8e8d3;
}

:root .sf_outer_wrapper_r7 {
  border-right: none \0/IE8;
}

/** 
 * @subsection buttons
 */
.btn {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d6e9cb), color-stop(100%, #65ad3b));
  background-image: -webkit-linear-gradient(#d6e9cb, #65ad3b);
  background-image: -moz-linear-gradient(#d6e9cb, #65ad3b);
  background-image: -o-linear-gradient(#d6e9cb, #65ad3b);
  background-image: linear-gradient(#d6e9cb, #65ad3b);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  border: 1px solid #7d7253;
  color: #fcfcf2;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}

.btn:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f8ef), color-stop(100%, #65ad3b));
  background-image: -webkit-linear-gradient(#f2f8ef, #65ad3b);
  background-image: -moz-linear-gradient(#f2f8ef, #65ad3b);
  background-image: -o-linear-gradient(#f2f8ef, #65ad3b);
  background-image: linear-gradient(#f2f8ef, #65ad3b);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
  border-color: #7d7253;
  color: #fcfcf2;
}

/** 
 * ------------------------------------------------------------------
 * @section FOOTER
 * ------------------------------------------------------------------
 */
.sf_outer_wrapper_r12 {
  background-color: #cfc8a7;
}

.sf_footer {
  color: #7d7253;
}

.sf_footer a:link,
.sf_footer a:visited,
.sf_footer a:hover {
  color: #7d7253;
}

/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
/** 
 * ------------------------------------------------------------------
 * @section DBNOW
 * ------------------------------------------------------------------
 */
.Data_Central_color7 {
  background-color: #5e563f;
  color: #fcfcf2;
}

.Data_Central_color1 {
  background-color: #7d7253;
  color: #fcfcf2;
}

.Data_Central_color3 {
  background-color: #e8e8d3;
}