/* Global SCSS variables, used in order to simplify the life in general */
/* Backgroud Colors */
/* Text Colors */
/*  Box sizes */
/* Global SCSS variables, used in order to simplify the life in general */
/* Backgroud Colors */
/* Text Colors */
/*  Box sizes */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic&subset=latin,latin-ext);
.entry-last-update {
  font-size: 0.8em;
  font-style: italic; }

.content {
  width: 68%;
  float: left;
  background: #DDCCB2;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify; }
  .content::-webkit-scrollbar {
    width: 8px; }
  .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  .content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

#sidebar {
  width: 30%;
  float: right;
  background: #EBDECB; }
  #sidebar::-webkit-scrollbar {
    width: 8px; }
  #sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  #sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

p.continue-reading {
  display: inline; }
  p.continue-reading a:link, p.continue-reading a:visited {
    color: #d1050c; }

div#title {
  position: relative; }
  div#title p {
    margin: 0; }
  div#title form {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 7px 0; }
  div#title input {
    margin: 5px 0; }

.entry-header {
  white-space: normal; }

.entry-widgets {
  display: block; }

.entry-previous {
  float: left;
  width: 48%;
  margin: 20px 0 0 0; }
  .entry-previous a:link, .entry-previous a:visited {
    color: #d1050c; }
  .entry-previous p {
    font-size: 0.8em; }

.entry-next {
  float: right;
  width: 48%;
  text-align: right;
  margin: 20px 0 0 0; }
  .entry-next a:link, .entry-next a:visited {
    color: #d1050c; }
  .entry-next p {
    font-size: 0.8em; }

div.entry-image img {
  max-width: 90%; }

div.entry-body div.entry-content span.plugin_picture img {
  max-width: 30%;
  height: auto;
  float: left;
  margin: 0 30px 30px 0;
  border: 1px solid white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

/* Global SCSS variables, used in order to simplify the life in general */
/* Backgroud Colors */
/* Text Colors */
/*  Box sizes */
body {
  overflow-x: hidden; }

#topmenu {
  /* center the menu  */
  display: table;
  width: 100%; }

.nav_wrapper {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 53px;
  max-width: 944px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transition: top .5s ease-out;
  transition: top .5s ease-out;
  background: rgba(254, 254, 254, 0.8);
  z-index: 50;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2); }

.scroll {
  top: -90px; }

.no-scroll {
  top: 0;
  z-index: 9999; }

.spinner-master input[type=checkbox] {
  display: none; }

.spinner-master {
  height: 0; }

.menu {
  width: 100%;
  height: auto;
  background: rgba(254, 254, 254, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    display: inline-block; }
  .menu > li > ul.sub_menu {
    min-width: 10em;
    padding: 4px 0;
    background-color: rgba(254, 254, 254, 0.2);
    border: 1px solid #fff; }
  .menu ul li {
    padding: 0px; }
  .menu > ul > li {
    display: inline-block; }
  .menu ul li a {
    display: block;
    text-decoration: none;
    color: #565656; }
  .menu ul li a:hover {
    background: #fefefe;
    color: #d1050c; }
  .menu ul li:hover > a {
    background: #fefefe;
    color: #d1050c; }
  .menu ul li > a {
    padding: 15px; }
  .menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 160px;
    background: rgba(254, 254, 254, 0.2); }
  .menu ul li:hover > ul {
    display: block; }
  .menu ul ul > li {
    position: relative; }
  .menu ul ul > li a {
    padding: 10px 15px;
    height: auto;
    background: rgba(254, 254, 254, 0.6); }
  .menu ul ul > li a:hover {
    background: #fefefe;
    color: #d1050c; }
  .menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0; }

#menuSwitcherBtnContainer {
  position: fixed;
  width: 944px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 53px;
  color: #d1050c;
  z-index: 15; }

#menuSwitcherBtn {
  position: relative;
  float: left;
  z-index: 15;
  cursor: pointer;
  padding: 0 8px;
  height: 16px;
  background: white;
  text-align: center;
  font-size: 0.7em;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 3px 1px rgba(50, 50, 50, 0.75); }
  #menuSwitcherBtn:hover {
    color: red; }

#triangleTopleftMenu {
  position: relative;
  float: left;
  z-index: 15;
  cursor: pointer;
  width: 0;
  height: 0;
  border-top: 16px solid white;
  border-right: 16px solid transparent; }

#triangleTopRightMenu {
  position: relative;
  float: right;
  z-index: 20;
  cursor: pointer;
  width: 0;
  height: 0;
  border-top: 16px solid white;
  border-left: 16px solid transparent; }

#loggedInUser {
  position: relative;
  float: right;
  z-index: 20;
  background: white;
  text-align: center;
  font-size: 0.7em;
  color: gray;
  padding: 0 5px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 3px 1px rgba(50, 50, 50, 0.75); }

#myAccount {
  position: absolute;
  right: 0;
  z-index: 15;
  background: rgba(254, 254, 254, 0.8);
  text-align: center;
  font-size: 0.9em;
  color: gray;
  width: 150px;
  padding: 0;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 3px 1px rgba(50, 50, 50, 0.75); }
  #myAccount li {
    padding: 0;
    list-style-type: none;
    text-align: left; }
  #myAccount li:hover {
    background: #f0f0f0; }
  #myAccount a {
    display: block;
    width: inherit;
    padding: 5px; }

#avatar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 14px; }

li#avatar, li#lng, li#avatar li, li#avatar li:hover {
  list-style-type: none; }

li#avatar:hover {
  cursor: pointer; }

li#avatar:hover > ul {
  display: block;
  right: 0; }

#avatar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0;
  text-align: center;
  line-height: 12px;
  color: #565656;
  padding: 0 15px; }
  #avatar-menu:hover {
    color: crimson;
    background: #fff; }

#lngChooser {
  position: absolute;
  top: 0;
  right: 150px;
  padding-left: 30px;
  margin: 0;
  font-size: 14px; }
  #lngChooser li {
    display: inline; }

.sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%; }

.sub-menu li {
  background: rgba(240, 240, 240, 0.8);
  min-width: 160px; }

.sub-menu li:hover {
  background: #f0f0f0;
  color: #d1050c; }

.sub-menu li a {
  color: #565655;
  display: block;
  padding: 10px 15px; }

.sub-menu li a:hover {
  color: #d1050c; }

.pagination {
  font-size: 0.875em;
  text-decoration: none; }
  .pagination .prototype, .pagination .page, .pagination .current,
  .pagination .disabled,
  .pagination .prev,
  .pagination .next, .pagination .ellipsis, .pagination span.current {
    display: block;
    float: left;
    padding: 3px 6px;
    text-align: center;
    margin-bottom: 2px;
    margin: 0 2px;
    border: 1px solid #998f7f; }
  .pagination .page {
    background: #AEA391; }
  .pagination .current,
  .pagination .disabled,
  .pagination .prev,
  .pagination .next {
    background: #998F7F; }
  .pagination span.current {
    background: #AEA391; }
  .pagination .page:hover {
    background: #998F7F; }
  .pagination a:first-of-type, .pagination a.current, .pagination a:last-of-type {
    display: block; }

#backToTop {
  display: none;
  position: fixed;
  right: 5px;
  bottom: 65px;
  width: 40px;
  height: 40px;
  background: url(/static/img/back-to-top.png) no-repeat center;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(120, 120, 120, 0.2);
          box-shadow: 0 0 2px 2px rgba(120, 120, 120, 0.2);
  z-index: 10;
  padding: 0; }
  #backToTop img:hover {
    -webkit-filter: invert(0.8);
    filter: invert(0.8); }

/* Global SCSS variables, used in order to simplify the life in general */
/* Backgroud Colors */
/* Text Colors */
/*  Box sizes */
.fieldWrapper {
  position: relative;
  margin: 5px 0; }
  .fieldWrapper li {
    list-style-type: none; }
  .fieldWrapper .helptext {
    font-size: 0.8em;
    text-align: left;
    font-weight: normal;
    font-style: italic; }
  .fieldWrapper .moreInfoSign {
    background: url("/static/img/icon_question-mark_25x25.png") no-repeat center center;
    width: 29px;
    height: 29px;
    float: left;
    margin-right: 10px; }
  .fieldWrapper .infoPopup {
    position: absolute;
    z-index: 100;
    top: 30px;
    left: 30px;
    min-width: 120px;
    padding: 5px;
    font-size: 0.8em;
    text-align: left;
    display: none;
    background: #F7F7BE;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 3px 1px rgba(50, 50, 50, 0.75); }
  .fieldWrapper #treeSize {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    min-height: 150px;
    min-width: 150px;
    text-align: left;
    display: none;
    background: #DDCCB2;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 3px 1px rgba(50, 50, 50, 0.75); }

sup {
  color: #d1050c; }

.fieldsetOrderNo {
  font-size: 1em;
  font-weight: bold; }

label.error {
  display: block;
  width: auto !important;
  height: auto;
  color: #d1050c;
  margin: 0 0 0 24px;
  font-size: 12px;
  text-align: right; }

input.error, input.error[type="file"], select.error {
  background: #fff url(/static/img/invalid.png) no-repeat 98% center;
  -webkit-box-shadow: 0 0 5px #d45252;
          box-shadow: 0 0 5px #d45252;
  border-color: #d1050c; }

input.error[type="file"], select.error[type="file"] {
  width: auto; }

select.error {
  background: #fff url(/static/img/invalid.png) no-repeat 90% center !important; }

.errorlist ul {
  margin-top: -20px; }

.errorlist li {
  color: red;
  font-size: 0.8em; }

.container {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 30px; }

.containerRow {
  display: table-row;
  height: auto; }

.containerColumn {
  display: table-cell;
  height: 100%; }

.mandatoryFields,
.mandatoryFieldsTree,
.additionalUserInfo,
.treeCondition,
.humanImpact,
.treeLocation,
.treeImportance {
  float: left;
  width: 50%; }
  .mandatoryFields label,
  .mandatoryFieldsTree label,
  .additionalUserInfo label,
  .treeCondition label,
  .humanImpact label,
  .treeLocation label,
  .treeImportance label {
    line-height: 29px; }

.mandatoryFieldsTree {
  width: 49%;
  margin-right: 1%; }
  .mandatoryFieldsTree input, .mandatoryFieldsTree select {
    width: 45%;
    float: none;
    padding: 6px 3px; }
  .mandatoryFieldsTree .mandatoryLabel {
    width: 170px;
    line-height: 29px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .mandatoryFieldsTree .narrow {
    width: 90px; }
  .mandatoryFieldsTree .wide {
    display: block;
    width: auto;
    margin-left: 39px; }
  .mandatoryFieldsTree .treeFormImg {
    display: block;
    margin-left: 39px;
    width: auto;
    font-size: 0.8em; }
  .mandatoryFieldsTree .fieldWrapper {
    margin: 16px 0; }

.mandatoryFieldsTree > label {
  width: 35%; }

.treeCondition label {
  width: auto; }

.treeCondition textarea {
  height: 3em;
  width: 98%; }

.humanImpact {
  width: 49%;
  margin-right: 1%;
  margin-top: 30px; }
  .humanImpact label {
    width: auto; }
  .humanImpact textarea {
    height: 7em;
    width: 98%; }

.treeLocation {
  margin-top: 30px; }
  .treeLocation label {
    width: auto;
    min-width: 100px;
    display: inline-block;
    vertical-align: top; }
  .treeLocation textarea {
    height: 23px;
    width: 65%;
    vertical-align: top; }
  .treeLocation ul {
    padding: 0; }
  .treeLocation #id_location {
    display: block;
    margin: 0 0 0 103px; }
  .treeLocation #id_private_public {
    margin: 0 0 0 103px; }
  .treeLocation #id_other {
    margin-left: -50px; }
  .treeLocation .landscapeOpts {
    width: 50%;
    float: left; }
  .treeLocation .grouppingOpts {
    margin: 0 0 0 100px; }

.treeImportance {
  margin-top: 30px;
  width: 100%; }
  .treeImportance textarea {
    height: 7em;
    width: 99%; }

.groupDescription textarea {
  height: 7em;
  width: 50%; }

.required_notification {
  color: #d1050c;
  float: right;
  font-size: 0.6em;
  font-weight: normal; }

input, select, textarea {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0px 0px 3px #fff, 0 10px 15px #fcf7ef inset;
          box-shadow: 0px 0px 3px #fff, 0 10px 15px #fcf7ef inset;
  border-radius: 2px;
  padding: 2px 3px;
  height: 23px;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: padding .25s;
  transition: padding .25s; }
  input -moz-placeholder, select -moz-placeholder, textarea -moz-placeholder {
    color: #666; }
  input -webkit-input-placeholder, select -webkit-input-placeholder, textarea -webkit-input-placeholder {
    color: #666; }

input:focus, select:focus, textarea:focus {
  background: #fff;
  border: 1px solid #555;
  -webkit-box-shadow: 0 0 3px #aaa;
          box-shadow: 0 0 3px #aaa; }

input[readonly], select[readonly], textarea[readonly] {
  background-color: #eeede6;
  color: gray;
  cursor: not-allowed; }

input[type="checkbox"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  vertical-align: bottom;
  *overflow: hidden; }

input[type="radio"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  vertical-align: text-bottom; }

input[type="file"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: auto;
  padding: 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

input[type="number"] {
  -moz-appearance: textfield; }

fieldset {
  border: 1px solid #998F7F; }

legend {
  padding: 3px 15px;
  border: none;
  font-weight: bold; }

.captcha {
  margin-top: 25px; }

.paddingTop {
  padding-top: 10px; }

.italic {
  font-style: italic;
  font-size: 0.7em; }

.right {
  float: right; }

.noMargin {
  margin: 0 0 0 25px; }

.grouppingOpts {
  margin-left: 53px; }

/* Global SCSS variables, used in order to simplify the life in general */
/* Backgroud Colors */
/* Text Colors */
/*  Box sizes */
#mapCanvas {
  height: auto;
  min-height: 600px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  margin: 0 0 25px 0;
  z-index: 0; }

.mapCanvas {
  height: auto;
  min-height: 435px;
  border: 1px solid #aaa;
  margin: 10px 0 25px 0;
  z-index: 0; }

#informationLinks {
  position: relative;
  width: 944px;
  margin: 0 auto;
  background: #F4F3F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  border-bottom: 1px solid #ddd;
  height: 60px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
  #informationLinks .controls {
    float: left;
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

#pac-input {
  display: table-cell;
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
  margin-bottom: 6px;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none; }

#pac-input:focus {
  border-color: #4d90fe; }

.pac-container {
  font-family: Roboto; }

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px; }

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300; }

.mapBtn {
  display: inline-block;
  height: 58px;
  float: right; }

#btnEnterFullScreen {
  background: url("/static/img/fullscreen.png") no-repeat center;
  width: 28px;
  height: 28px;
  border: 0px solid gray;
  border-radius: 3px;
  padding: 0;
  margin: 15px; }
  #btnEnterFullScreen:hover {
    cursor: pointer;
    -webkit-filter: invert(0.8);
    filter: invert(0.8); }

#btnExitFullScreen {
  position: fixed;
  top: 15px;
  right: 5px;
  z-index: 1000;
  background: url("/static/img/fullscreen_exit.png") no-repeat white center;
  width: 34px;
  height: 34px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  border: 1px solid gray;
  margin: 1px 0 0 0;
  padding: 2px; }
  #btnExitFullScreen:hover {
    border: 1px solid #4D90FE;
    cursor: pointer; }

.whereAmI {
  direction: ltr;
  overflow: hidden;
  text-align: center;
  position: relative;
  color: #565656;
  font-family: Roboto,Arial,sans-serif;
  -moz-user-select: none;
  font-size: 11px;
  background-color: white;
  padding: 8px;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  border-left: 0px none;
  min-width: 37px;
  cursor: pointer; }

#infoWindow {
  max-width: 240px; }
  #infoWindow p {
    margin: 0; }
  #infoWindow button {
    margin-top: 10px;
    padding: 6px;
    font-size: 12px; }

.treeRegBtn {
  background: greenyellow;
  border: 1px solid #666;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-bottom: 22px;
  text-align: center;
  padding: 5px; }

.treeRegBtn:hover {
  background: yellowgreen;
  color: #d1050c; }

.treeRegBtn:active {
  background: gold; }

#continueTreeRegistering,
#cancelTreeRegistering {
  margin: 5px 10px 5px 0;
  padding: 5px 10px;
  height: 35px; }

#loading {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  color: white; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #565655; }

h1 {
  font-size: 24px;
  margin: 0;
  padding: 7px;
  background-color: #E8D9C2; }

/* site-wise link rules */
a {
  text-decoration: none; }

a:link, a:visited {
  color: #d1050c; }

a:hover {
  color: #7d1619; }

#topmenu li a:link, #topmenu li a:visited {
  color: #000000; }

#topmenu li a:hover, #topmenu li a:active {
  color: #d1050c; }

#pageWrapper {
  background: #E8D9C2;
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -69px;
  min-width: 360px; }

#pageHeader {
  background-color: #424242;
  max-height: 352px; }

#pageHeaderMap {
  background: #424242; }

#pageBody {
  background-color: #E8D9C2;
  margin: 0 auto; }

#pageFooter {
  min-height: 69px;
  background-color: #424242;
  clear: both; }

.push {
  height: 69px;
  clear: both; }

#contentWrapper {
  width: 944px;
  min-height: 100%;
  margin: 0 auto; }

#pagePicture {
  background-color: rgba(121, 124, 128, 0.4);
  position: relative;
  top: -53px; }

.leftSideColumn {
  float: left;
  width: 65%; }

.rightSideColumn {
  float: right;
  width: 35%; }

.backgroundTwoCols {
  overflow: auto;
  background: #ddccb2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkY2NiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2RkY2NiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2RkY2NiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ViZGVjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmRlY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#ddccb2), color-stop(65%, #ddccb2), color-stop(65%, #ddccb2), color-stop(65%, #ebdecb), to(#ebdecb));
  background: linear-gradient(to right, #ddccb2 0%, #ddccb2 65%, #ddccb2 65%, #ebdecb 65%, #ebdecb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddccb2', endColorstr='#ebdecb',GradientType=1 );
  /* IE6-8 */ }

.leftContent {
  background: #DDCCB2;
  padding: 0 15px;
  text-align: justify; }
  .leftContent img {
    max-width: 100%;
    height: auto; }
  .leftContent a {
    display: block; }
  .leftContent p {
    margin-top: 0; }

.rightContent {
  background: #DDCCB2; }

.leftFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0; }
  .leftFooter img {
    margin-bottom: 5px;
    max-height: 50px;
    width: auto;
    padding: 0 5px 0 0; }
    .leftFooter img:last-child {
      padding: 0; }

.rightFooter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-left: -2px;
  font-size: 12px;
  color: white;
  height: 100%;
  background: #424242; }
  .rightFooter a {
    color: white;
    font-size: 12px;
    display: inline-block;
    padding: 0 8px 0 0;
    text-align: center; }
  .rightFooter a:hover {
    color: #d1050c; }

#col1 {
  height: 5px; }

.pageTitle {
  height: 45px;
  margin: 0; }

.title {
  font-size: 1.6em;
  font-weight: bold;
  float: left;
  padding: 3px 150px 3px 40px;
  background: #EBDECB;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2); }

.triangle-topleft {
  width: 0;
  height: 0;
  border-top: 42px solid #EBDECB;
  border-right: 42px solid transparent;
  float: left; }

#headerContent {
  position: relative;
  max-width: 944px;
  overflow-x: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4); }
  #headerContent p {
    margin: 0 0 16px 0; }

#headerContentMap {
  position: relative;
  margin: 0 auto;
  padding: 75px 15px 15px 15px;
  width: 944px;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
  #headerContentMap p {
    margin: 0;
    color: #fff; }

#showMoreLessControl {
  display: none;
  margin: 0;
  padding: 7px 10px;
  text-align: center;
  color: black;
  background: #565655;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2; }

#bodyContent {
  background: #DDCCB2;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  width: 944px;
  margin: 0 auto;
  overflow: hidden; }

#bodyContentMap {
  position: relative;
  background: #DDCCB2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 944px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4); }

.footerContent {
  position: relative;
  background: #424242;
  overflow: auto;
  width: 944px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4); }
  .footerContent .leftSideColumn {
    width: 100%; }
  .footerContent .rightSideColumn {
    width: 100%; }
  .footerContent #horizontalDivider {
    margin: 0 15px;
    border: 1px solid gray !important; }

#languageChooser {
  position: absolute;
  bottom: 0;
  right: -36px;
  padding: 6px;
  margin: 0; }
  #languageChooser li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 100%; }
  #languageChooser li a {
    color: #777;
    font-weight: bold;
    font-size: 0.9em; }
  #languageChooser li.active a {
    color: #fff; }

.padding {
  padding: 20px 20px 20px 20px; }
  .padding img {
    max-width: 100%; }

.logo {
  max-height: 50px;
  width: auto;
  padding: 0 5px 0 0; }
  .logo:last-child {
    padding: 0; }

.popupPanel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  height: auto;
  padding: 10px;
  background-color: white;
  border: 1px solid #666;
  background: #E8D9C2;
  text-align: center;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  font-size: 0.9em; }

.btn, .btn.disabled,
.btn.disabled:hover, .btn-middle, .btn-small, .btn-alert, .btn-nomargin {
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 1px #AEA391;
          box-shadow: 1px 1px 1px #AEA391;
  padding: 6px 25px;
  margin-top: 20px;
  border: 1px solid #8F8678;
  background: #AEA391;
  display: inline-block; }
  .btn:hover,
  .btn.disabled:hover, .btn-middle:hover, .btn-small:hover, .btn-alert:hover, .btn-nomargin:hover {
    background: #998F7F;
    color: #d1050c;
    cursor: pointer; }

.disabled.btn,
.disabled.btn:hover, .disabled.btn-middle, .disabled.btn-small, .disabled.btn-alert, .disabled.btn-nomargin,
.disabled.btn:hover,
.disabled.btn-middle:hover,
.disabled.btn-small:hover,
.disabled.btn-alert:hover,
.disabled.btn-nomargin:hover {
  background: #AEA391;
  cursor: default;
  color: gray; }

.btn-middle {
  padding: 3px 8px;
  font-size: 0.9em;
  margin: 5px 2px; }

.btn-small {
  padding: 1px 3px;
  font-size: 0.7em;
  margin: 5px 2px; }

.btn-info {
  color: #df1825;
  background: #c5c6c7; }
  .btn-info:hover {
    background: #939596;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#939596), to(#b4b7b8));
    background-image: linear-gradient(to bottom, #939596, #b4b7b8); }

.btn-alert {
  color: #A10F19 !important; }

.btn-nomargin {
  margin: 0; }

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  top: 0; }

#registerTree,
#treeList,
#treeForm {
  width: 944px;
  margin: 0 auto;
  padding: 20px; }

.treeFilter {
  display: none;
  padding: 10px; }

.rowEven {
  background: rgba(170, 170, 170, 0.1); }

.rowOdd {
  background: rgba(230, 230, 230, 0.3); }

#siteLogo {
  margin-top: -52px;
  margin-bottom: 25px;
  z-index: 10; }
  #siteLogo img {
    display: block;
    margin: 0 auto;
    max-height: 170px;
    height: auto; }

#userRegForm {
  background: inherit;
  width: auto;
  padding: 5px;
  text-align: center; }
  #userRegForm .register {
    text-align: center;
    color: #d1050c;
    padding: 0;
    margin: 0; }
  #userRegForm .userMsg {
    font-size: 0.8em;
    padding: 0;
    margin: 10px 0 0 0; }

.infoWindow {
  border-radius: 3px; }
  .infoWindow p {
    margin: 3px 0; }
  .infoWindow .icon-more img:hover {
    -webkit-filter: invert(0.8);
    filter: invert(0.8); }

.registeredTrees,
.registeredUsers {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 1em;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
  overflow: hidden; }
  .registeredTrees .small,
  .registeredUsers .small {
    display: block;
    margin: 0;
    font-size: 0.6em;
    color: #565655;
    min-height: 26px; }
  .registeredTrees .big,
  .registeredUsers .big {
    margin: 0;
    font-size: 1.5em;
    color: #d1050c;
    line-height: 1; }
  .registeredTrees .left,
  .registeredUsers .left {
    float: left; }
  .registeredTrees .right,
  .registeredUsers .right {
    float: right; }

div.partner {
  margin: 30px 0 30px 0;
  display: inline-block;
  text-align: justify; }
  div.partner p {
    margin: 0 0 0 0; }
  div.partner h3 {
    margin: 18px 0 0 0; }
  div.partner a {
    color: #d1050c; }
  div.partner img {
    width: 100px;
    height: auto;
    margin: 0 25px 0 0;
    float: left; }

div#leftCol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.8em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

div#middleCol, div#rightCol {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.8em; }

div#middleCol {
  width: 30%; }

div#rightCol {
  width: 70%; }

div.staffProfile {
  background: #DDCCB2;
  padding: 5px 10px;
  margin: 15px 0;
  overflow: hidden; }
  div.staffProfile .staffPhoto img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: inline-block; }
  div.staffProfile .staffContactInfo {
    width: 70%;
    float: left;
    padding: 0 0 0 3%; }
    div.staffProfile .staffContactInfo p {
      margin: 0; }
    div.staffProfile .staffContactInfo a {
      color: #d1050c; }

div.socialMedia img {
  margin-right: 10px; }

.contactPerson, .staffProfile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%; }

.contactPerson {
  background-color: #E8D9C2;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .contactPerson > img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .contactPerson p {
    margin: 5px 0 0; }
  .contactPerson h3 {
    margin: 0; }
  .contactPerson a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .contactPerson a img {
      margin-right: 5px !important; }

.clearfix {
  clear: both; }

.inactiveTxt {
  color: #808080; }

div#textContainer div.cms_plugin {
  background: #EBDECB;
  margin: 35px 0 0 0;
  padding: 15px;
  display: block; }

#treeList {
  width: 65%;
  float: left; }

#treeFilters {
  width: 30%;
  float: left;
  background: #E8D9C2;
  min-height: inherit; }

#treeSearchForm input#id_tree_id,
#treeSearchForm select#id_species {
  width: 96%; }

#treeSearchForm select#id_species option {
  width: auto; }

#treeSearchForm ul#id_size {
  list-style-type: none;
  margin: 0;
  padding-left: 0; }

#treeSearchForm p {
  margin: 1px;
  line-height: 29px; }

#treeSearchForm #id_size0, #treeSearchForm #id_size1 {
  width: 50px;
  height: 15px; }

#treeSearchForm label {
  line-height: 29px; }

#treeSearchForm input [type='checkbox'],
#treeSearchForm input [type='radio'] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0 3px 0 0;
  vertical-align: middle; }

#treeSearchForm legend {
  color: #d1050c; }

#treeSearchForm fieldset {
  position: relative; }

#treeSearchForm .activeFilter {
  font-weight: bold; }

#treeSearchForm .clear {
  background: #998F7F;
  border-radius: 3px;
  padding: 2px 6px;
  position: absolute;
  right: 3px;
  font-size: 0.7em;
  cursor: pointer; }

.choice .selectable option {
  color: black; }

.empty, .inactive {
  color: gray; }

.selectable {
  color: black; }

.treeItemDetails {
  position: relative;
  margin: 12px 5px;
  padding: 0 12px 6px;
  background-color: #ebdecb;
  border: 1px solid #c1b29c;
  border-radius: 3px;
  font-size: 14px;
  font-style: italic; }
  .treeItemDetails li {
    margin-left: 16px;
    font-size: 14px;
    font-style: normal;
    line-height: 1.6em; }
  .treeItemDetails label {
    margin-left: 20px;
    width: auto; }
  .treeItemDetails span {
    margin: 0 0 0 10px;
    display: inline-block;
    width: 2em;
    vertical-align: bottom; }
  .treeItemDetails .actionButtons {
    text-align: right;
    list-style-type: none; }
    .treeItemDetails .actionButtons a {
      margin-left: 15px;
      font-size: 0.9em; }
    .treeItemDetails .actionButtons a:first-child {
      margin-left: 0; }

#searchBy {
  padding: 15px;
  font-size: 0.9em; }

.treeDetail {
  display: block;
  padding: 30px 0; }
  .treeDetail ul {
    margin: 0 auto; }
  .treeDetail li {
    list-style-type: none; }
  .treeDetail span {
    display: inline-block;
    border: 1px solid #aea391;
    padding: 5px;
    width: 15em; }
  .treeDetail table {
    border-collapse: collapse;
    margin: 2em 0;
    width: 100%;
    font-size: 0.9em; }
  .treeDetail tr.header {
    font-weight: bold;
    background-color: #aea391;
    padding: 10px !important; }
  .treeDetail tr.simpleRow:hover {
    background-color: rgba(174, 163, 145, 0.1); }
  .treeDetail .empty-row > td {
    border-left: 0;
    border-right: 0;
    height: 2em; }
  .treeDetail td {
    padding: 5px 10px !important;
    border: 1px solid #aea391; }
  .treeDetail img {
    width: auto;
    height: auto;
    max-height: 500px;
    margin: 0 auto;
    display: block; }
  .treeDetail .treePhoto {
    position: relative;
    background-color: #565047;
    padding: 5px; }
  .treeDetail .signature {
    position: absolute;
    right: 60px;
    bottom: 0; }
  .treeDetail .treeDetails {
    margin: 0 0 30px 0;
    padding: 0 0 0 16px; }
  .treeDetail .treeByVisitor {
    margin: 0 9px 7px 0; }
  .treeDetail .actionButtons {
    margin: 2em 0 0 0; }
  .treeDetail .gallery {
    position: relative;
    overflow: auto;
    background-color: #565047;
    padding: 0 5px 5px 5px; }
  .treeDetail #arrow-left {
    float: left;
    width: 5%; }
  .treeDetail #arrow-rigth {
    float: right;
    width: 5%;
    text-align: right; }
  .treeDetail #arrow-left > i, .treeDetail #arrow-rigth > i {
    line-height: 1.9em;
    color: #ccc;
    display: block;
    cursor: pointer; }
  .treeDetail #arrow-left > i:hover, .treeDetail #arrow-rigth > i:hover {
    color: #d1050c; }
  .treeDetail #gallery-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    overflow: hidden;
    float: left;
    max-width: 90%; }
  .treeDetail .gallery-item {
    position: relative;
    margin-right: 5px;
    border: 1px solid #999; }
  .treeDetail .gallery-item img {
    height: 60px;
    min-width: 70px;
    width: auto; }
  .treeDetail .gallery-item img:hover {
    opacity: 0.5; }
  .treeDetail .gallery-item .delete-btn {
    position: absolute;
    bottom: 0;
    right: 2px;
    border: none;
    color: #ccc;
    margin: 0;
    font-size: 1.2em; }
  .treeDetail .gallery-item .delete-btn:hover {
    color: #fff; }
  .treeDetail .gallery-item .approve-btn {
    position: absolute;
    bottom: 0px;
    left: 2px; }
    .treeDetail .gallery-item .approve-btn button {
      font-size: 1.2em;
      padding: 0;
      color: #ccc;
      background-color: rgba(254, 254, 254, 0);
      border: none; }
    .treeDetail .gallery-item .approve-btn button:hover {
      color: #fff; }
  .treeDetail .inactive {
    color: #565047 !important; }
  .treeDetail .img-upload-form {
    margin-top: 25px; }
  .treeDetail .image-owner {
    color: #ccc;
    font-size: 0.8em;
    text-align: center;
    margin: 8px 0 5px 0; }

img.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

#listTreeSpecies {
  min-width: 50%;
  margin-top: 30px; }
  #listTreeSpecies td a {
    text-align: -moz-center;
    text-align: -webkit-center; }
  #listTreeSpecies #species {
    text-align: left;
    width: 80%; }
  #listTreeSpecies tr:hover {
    background: rgba(100, 100, 100, 0.3); }

.unverified {
  font-size: 0.7em;
  color: #d1050c;
  display: inline-block;
  border: 1px solid gray;
  padding: 0 3px;
  border-radius: 5px; }

.verified {
  font-size: 0.7em;
  color: green;
  display: inline-block;
  border: 1px solid gray;
  padding: 0 3px;
  border-radius: 5px; }

.primary {
  font-size: 0.7em;
  display: inline-block;
  border: 1px solid gray;
  padding: 0 3px;
  border-radius: 5px; }

.hidden {
  visibility: hidden; }

.icon-down::before {
  font-size: 1em;
  content: "+";
  color: red; }

#accordion img {
  max-width: 100%; }

h3.accordionHeader {
  border: 1px solid #C5B9A5;
  background: #E8D9C2; }
  h3.accordionHeader:hover {
    border: 1px solid gray; }

hr {
  height: 1px;
  border: 0;
  -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.5);
  margin-top: 1em;
  margin-bottom: 1em; }

.newsInShort {
  padding: 0 15px; }

.newsItemsInShort {
  list-style-type: none;
  font-size: 0.9em;
  margin: 15px 0; }
  .newsItemsInShort p {
    margin: 2px; }
  .newsItemsInShort .newContent {
    font-style: italic; }

.newsList {
  font-size: 0.9em;
  margin-bottom: 15px; }
  .newsList p {
    margin: 0; }
  .newsList .newsTitleSmall {
    font-weight: bold; }
  .newsList .newsMoreLink a {
    font-style: italic;
    color: #d1050c; }

.newsTitleNormal {
  margin-top: 0; }

.author {
  font-style: italic;
  font-size: 0.9em; }

.entry-previous {
  margin: 0px;
  font-size: 12px; }

.story li {
  list-style-type: none; }

.story li a {
  color: #d1050c; }

.right {
  float: right; }

.edit {
  display: block;
  height: 16px;
  width: 16px;
  background: url("../img/icon-edit_16x16.png") no-repeat center center;
  padding: 3px;
  margin: 3px; }

.delete {
  display: block;
  height: 16px;
  width: 16px;
  background: url("../img/icon-delete_16x16.png") no-repeat center center;
  padding: 3px;
  margin: 3px; }

.approve {
  display: block;
  height: 16px;
  width: 16px;
  background: url("../img/icon-approve_16x16.png") no-repeat center center;
  padding: 3px;
  margin: 3px; }

.instructions {
  display: inline-block;
  height: 28px;
  width: 28px;
  background: url("../img/icon_more-info.png") no-repeat center center;
  margin: 15px; }

.more {
  display: inline-block;
  height: 28px;
  width: 28px;
  background: url("../img/icon-more.png") no-repeat center center;
  margin: 9px 25px 3px 3px; }

.edit:hover,
.delete:hover,
.approve:hover,
.instructions:hover,
.more:hover {
  -webkit-filter: invert(0.8);
  filter: invert(0.8); }

.ui-widget {
  font-family: "Open Sans", sans-serif !important;
  font-size: 0.9em !important; }

.ui-dialog-titlebar {
  font-weight: normal !important; }

.ui-widget-header {
  background: #AEA391 !important;
  border: 1px solid #aaaaaa;
  color: #222222;
  font-weight: bold; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-radius: 0px !important; }

.ui-button {
  -webkit-box-shadow: 1px 1px 1px #AEA391 !important;
          box-shadow: 1px 1px 1px #AEA391 !important;
  border: 1px solid #8F8678 !important;
  background: #AEA391 !important;
  display: inline-block !important;
  padding: 3px 8px;
  font-size: 0.9em;
  margin: 5px 2px; }

.ui-button:hover {
  background: #998F7F !important;
  color: #d1050c !important; }

.ui-widget-content a {
  color: #d1050c !important; }

.signup label, .changePassword label, .userLogin label {
  width: 40%;
  text-align: right;
  display: inline-block; }

.readonly {
  pointer-events: none;
  opacity: 0.5; }

#group_form .fieldWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem;
  width: 100%; }
  #group_form .fieldWrapper label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    text-align: right;
    width: 40%; }
  #group_form .fieldWrapper input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 2.2em;
    max-width: none;
    padding: 5px 10px;
    width: 58%; }
  #group_form .fieldWrapper textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: none;
    padding: 5px 10px;
    width: 58%;
    height: 5em;
    font-size: 0.8em; }
  #group_form .fieldWrapper div {
    text-align: right;
    padding-right: 2%; }
  #group_form .fieldWrapper input:disabled,
  #group_form .fieldWrapper textarea:disabled {
    color: #939596; }
  #group_form .fieldWrapper input::-webkit-input-placeholder, #group_form .fieldWrapper textarea::-webkit-input-placeholder {
    font-family: sans-serif; }
  #group_form .fieldWrapper input::-moz-placeholder, #group_form .fieldWrapper textarea::-moz-placeholder {
    font-family: sans-serif; }
  #group_form .fieldWrapper input:-ms-input-placeholder, #group_form .fieldWrapper textarea:-ms-input-placeholder {
    font-family: sans-serif; }
  #group_form .fieldWrapper input::-ms-input-placeholder, #group_form .fieldWrapper textarea::-ms-input-placeholder {
    font-family: sans-serif; }
  #group_form .fieldWrapper input::placeholder,
  #group_form .fieldWrapper textarea::placeholder {
    font-family: sans-serif; }
  #group_form .fieldWrapper .approved, #group_form .fieldWrapper .notApproved {
    display: inline-block;
    border: 1px solid rgba(0, 128, 0, 0.35);
    border-radius: 1px;
    padding: 2px 5px;
    background: #d2e4c8;
    color: green;
    font-size: 0.8em; }
  #group_form .fieldWrapper .notApproved {
    color: red;
    border: 1px solid rgba(209, 5, 12, 0.29);
    background: rgba(209, 5, 12, 0.21); }

.publisingInfo {
  font-style: italic;
  font-size: 0.9em; }

.adoption_history {
  font-size: 0.9em;
  margin: 3em 0 0 0; }
  .adoption_history .container {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .adoption_history .action-icon {
    width: 1.2em; }
  .adoption_history .info-txt {
    border-left: 3px solid #aea391;
    padding-left: 10px;
    margin-left: 10px; }

span.adopting-group {
  width: auto;
  padding: 1px 5px;
  margin: 0 2px;
  background-color: #ebdecb;
  border-radius: 2px;
  font-size: 0.8em;
  border: 1px solid #c1b29c;
  color: #998f7f; }

.adoption-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .adoption-container span {
    margin: 0 0 10px 0; }
  .adoption-container div {
    width: 50%;
    margin-left: 5px;
    padding-left: 5px;
    text-align: inherit; }
  .adoption-container li {
    list-style-type: none;
    margin: 0;
    font-size: 0.9em; }

.form-block {
  width: 100%; }
  .form-block .field-wrapper {
    width: 100%;
    margin: 20px 0; }
    .form-block .field-wrapper p {
      text-align: right;
      padding-right: 10%;
      margin: 0; }
  .form-block .simple-label {
    width: 40%;
    display: inline-block;
    text-align: right; }
  .form-block input {
    width: 50%;
    display: inline-block;
    height: 3em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px 10px; }

.form-block-half {
  width: 50%;
  float: left; }

.field-wrapper {
  margin: 2em 0;
  background: #ebdecb;
  padding: 1em;
  border: 1px solid #c1b29c; }
  .field-wrapper label {
    font-weight: bold; }
  .field-wrapper input {
    vertical-align: middle; }
  .field-wrapper .help-text {
    padding: 5px;
    font-size: 0.8em; }
  .field-wrapper .asterisk {
    color: #7d1619; }
  .field-wrapper li {
    list-style-type: none; }
  .field-wrapper textarea {
    height: auto;
    width: 100%; }
  .field-wrapper ul {
    padding: 0; }

.notification {
  font-size: small;
  color: red;
  margin: 0.3em 1em; }

details {
  margin-bottom: 1em;
  padding: 1em;
  background: #e8d9c2; }

summary {
  cursor: pointer; }

.ws-img {
  margin: 1em 0; }

.bga-logo {
  border-top: 1px solid #c1b29c;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0; }
  .bga-logo p {
    text-align: center; }
  .bga-logo img {
    margin: 0 auto;
    display: block; }

.cms-toolbar-expanded body .nav_wrapper {
  top: 46px; }

.leftColumn {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .leftColumn .imgDiv {
    margin: 1em 1em 0 0;
    float: left; }
  .leftColumn .treeItemDetails {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%; }
    .leftColumn .treeItemDetails h2 {
      border-bottom: 1px solid gray; }

.toc-container {
  text-align: justify; }

#tc-terms-form {
  text-align: center; }
  #tc-terms-form input {
    padding: 6px 25px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px #AEA391;
            box-shadow: 1px 1px 1px #AEA391;
    border: 1px solid #8F8678;
    background: #AEA391; }
    #tc-terms-form input:hover {
      background: #998F7F;
      color: #d1050c;
      cursor: pointer; }

#termsandconditions {
  background-color: #ddccb2 !important;
  color: #565655 !important;
  width: 50% !important;
  margin: 0 auto; }
  #termsandconditions #toc-header {
    background-color: gray !important;
    background-color: #998F7F !important;
    color: #565655 !important; }
    #termsandconditions #toc-header h6, #termsandconditions #toc-header a {
      color: #565655 !important; }
  #termsandconditions #toc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #termsandconditions #toc-content #toc-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: auto !important; }
      #termsandconditions #toc-content #toc-footer .toc-accept-all-btn {
        color: #565655 !important;
        -webkit-box-shadow: 1px 1px 1px #AEA391;
                box-shadow: 1px 1px 1px #AEA391;
        padding: 6px 25px !important;
        border: 1px solid #8F8678;
        background: #AEA391;
        border-radius: 2px !important;
        text-align: center; }

#userLogin .termCheckbox {
  display: none;
  width: 100%;
  text-align: justify; }

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4); }

/* Modal content styles */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  /* Limit the maximum width of the modal content */ }

/* Modal header styles */
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc; }

.modal-header h1 {
  background: none; }

.modal-header .close {
  padding: 5px;
  font-size: 30px;
  cursor: pointer;
  float: right; }

/* Modal body styles */
.modal-body {
  padding: 10px 0;
  max-height: 60vh;
  /* Limit the height of the modal body */
  overflow-y: auto;
  /* Enable vertical scrolling */ }

/* Modal footer styles */
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.modal-content .modal-footer label {
  width: auto; }

/* Style for accordion header */
.accordion-header {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 1.5em;
  font-weight: bolder; }

/* Style for active accordion header */
.accordion-header.active {
  background-color: #ddd; }

/* Style for accordion content */
.accordion-content {
  display: none;
  padding: 10px;
  border-bottom: 1px solid #ddd; }

/* Style for active accordion content */
.accordion-item.active .accordion-content {
  display: block; }

.fieldWrapper.fullWidth label {
  width: 100%;
  text-align: left; }

#group_form #informedConsentModal div {
  text-align: left; }

#group_form .modal-footer input, #group_form .modal-footer label {
  width: unset; }

#group_form .fieldWrapper.fullWidth label {
  width: 100%;
  text-align: left; }

#group_form .fieldWrapper.fullWidth input {
  width: unset; }

#cc_div #cm, #s-inr #s-hdr, #s-inr #s-bl, #s-inr #s-bns, .desc.b-acc {
  /* cookie banner, modal: header, body, footer (buttons) */
  background: #E8D9C2; }

#cm #c-p-bn,
#s-bns #s-all-bn {
  background-color: #998F7F;
  color: #d1050c; }

#cm #c-s-bn, #s-sv-bn, #s-c-bn,
#s-cnt button.b-tl.exp, #s-inr #s-bl tbody tr:hover {
  background: #ddccb2; }

#s-inr #s-hdr, #s-inr #s-bl .desc.b-acc thead tr {
  border-bottom: 2px solid #ddccb2; }

#s-inr #s-bns {
  border-top: 2px solid #ddccb2; }

#s-inr .desc.b-acc {
  border: 2px solid #ddccb2; }
  #s-inr .desc.b-acc:hover {
    background: #E8D9C2; }

#s-cnt .b-bn .b-tl.exp:active, #s-cnt .b-bn .b-tl.exp:hover,
#s-inr #s-bl .c-bl:hover, #s-c-bnc #s-c-bn:hover, #s-cnt #s-bns #s-sv-bn:hover {
  background: #998F7F; }

#s-cnt #s-bl .c-bl {
  border: 1px solid #ddccb2; }
  #s-cnt #s-bl .c-bl:first-child {
    border: none; }
    #s-cnt #s-bl .c-bl:first-child:hover {
      pointer-events: none; }
    @media screen and (max-width: 943px) {
  #bodyContent {
    width: auto; } }
    @media (max-width: 768px) {
  .leftColumn .treeItemDetails {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    /* Switch to single column layout on smaller screens */ } }

/*# sourceMappingURL=default.css.map */
