@import 'ui/jquery-ui.structure.min.css';
@import 'ui/jquery-ui.theme.min.css';
.smContainer {
  margin: 0 auto;
}
.smWindowHeight {
  min-height: 100%;
}
.smWindowHeight:after {
  content: " ";
  display: block;
}
.smRow:after {
  content: " ";
  display: block;
  clear: both;
}
.smCol {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  min-height: 1px;
}
.smRowC2:after,
.smRowC3:after,
.smRowC4:after,
.smRowC5:after,
.smRowC6:after,
.smRowC7:after,
.smRowC8:after,
.smRowC9:after,
.smRowC10:after {
  content: " ";
  display: block;
  clear: both;
}
.smColW2,
.smColW3,
.smColW4,
.smColW5,
.smColW6,
.smColW7,
.smColW8,
.smColW9,
.smColW10 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  min-height: 1px;
}
.smRowC2>.smCol {
  width: 50%;
}
.smRowC3>.smCol {
  width: 33.333333333333%;
}
.smRowC3>.smColW2 {
  width: 66.666666666667%;
}
.smRowC4>.smCol {
  width: 25%;
}
.smRowC4>.smColW2 {
  width: 50%;
}
.smRowC4>.smColW3 {
  width: 75%;
}
.smRowC5>.smCol {
  width: 20%;
}
.smRowC5>.smColW2 {
  width: 40%;
}
.smRowC5>.smColW3 {
  width: 60%;
}
.smRowC5>.smColW4 {
  width: 80%;
}
.smRowC6>.smCol {
  width: 16.666666666667%;
}
.smRowC6>.smColW2 {
  width: 33.333333333333%;
}
.smRowC6>.smColW3 {
  width: 50%;
}
.smRowC6>.smColW4 {
  width: 66.666666666667%;
}
.smRowC6>.smColW5 {
  width: 83.333333333333%;
}
.smRowC7>.smCol {
  width: 14.285714285714%;
}
.smRowC7>.smColW2 {
  width: 28.571428571429%;
}
.smRowC7>.smColW3 {
  width: 42.857142857143%;
}
.smRowC7>.smColW4 {
  width: 57.142857142857%;
}
.smRowC7>.smColW5 {
  width: 71.428571428571%;
}
.smRowC7>.smColW6 {
  width: 85.714285714286%;
}
.smRowC8>.smCol {
  width: 12.5%;
}
.smRowC8>.smColW2 {
  width: 25%;
}
.smRowC8>.smColW3 {
  width: 37.5%;
}
.smRowC8>.smColW4 {
  width: 50%;
}
.smRowC8>.smColW5 {
  width: 62.5%;
}
.smRowC8>.smColW6 {
  width: 75%;
}
.smRowC8>.smColW7 {
  width: 87.5%;
}
.smRowC9>.smCol {
  width: 11.111111111111%;
}
.smRowC9>.smColW2 {
  width: 22.222222222222%;
}
.smRowC9>.smColW3 {
  width: 33.333333333333%;
}
.smRowC9>.smColW4 {
  width: 44.444444444444%;
}
.smRowC9>.smColW5 {
  width: 55.555555555556%;
}
.smRowC9>.smColW6 {
  width: 66.666666666667%;
}
.smRowC9>.smColW7 {
  width: 77.777777777778%;
}
.smRowC9>.smColW8 {
  width: 88.888888888889%;
}
.smRowC10>.smCol {
  width: 10%;
}
.smRowC10>.smColW2 {
  width: 20%;
}
.smRowC10>.smColW3 {
  width: 30%;
}
.smRowC10>.smColW4 {
  width: 40%;
}
.smRowC10>.smColW5 {
  width: 50%;
}
.smRowC10>.smColW6 {
  width: 60%;
}
.smRowC10>.smColW7 {
  width: 70%;
}
.smRowC10>.smColW8 {
  width: 80%;
}
.smRowC10>.smColW9 {
  width: 90%;
}
.smFLCenter {
  position: relative;
  float: right;
  right: 50%;
}
.smFLCenter .smFLCenterSub {
  position: relative;
  float: left;
  left: 50%;
}
#formErr {
  display: none;
  position: absolute;
  background: #da4003;
  color: #fff;
  padding: 5px 10px;
  z-index: 9999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px -1px 3px 1px rgba(50,50,50,0.25);
  -webkit-box-shadow: 0px -1px 3px 1px rgba(50,50,50,0.25);
  -moz-box-shadow: 0px -1px 3px 1px rgba(50,50,50,0.25);
}
#formErr .bubble {
  position: absolute;
  left: 10px;
  bottom: -8px;
  width: 16px;
  height: 8px;
  background: url('img/bubble.png?1') center no-repeat;
}
.fieldError {
  color: #dc4336 !important;
}
.fieldError .placeholder {
  color: #dc4336 !important;
}
.fieldError::-webkit-input-placeholder {
  color: #dc4336 !important;
}
.fieldError::-moz-placeholder {
  color: #dc4336 !important;
}
.fieldError:-moz-placeholder {
  color: #dc4336 !important;
}
.fieldError:-ms-input-placeholder {
  color: #dc4336 !important;
}
.loading {
  opacity: 0.75;
  cursor: progress;
}
.loading * {
  pointer-events: none;
}
.fDone,
.fDoneInfo {
  display: none;
}
.breadcrumbs A {
  color: #7d8c95 !important;
}
#fProfileSave .profilePhoto {
  width: 160px;
  height: 160px;
  border: 1px solid #abbfc5;
  display: none;
}
#fProfileSave .profilePhoto.show {
  display: block;
}
HTML,
BODY {
  min-width: 800px;
}
.alert A {
  text-decoration: underline;
}
.bCertificate .photo {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
}
#fInviteFriend {
  max-width: 600px;
}
#fPaymentAdd {
  max-width: 300px;
}
.mybalance {
  max-width: 300px;
}
#fActionSave .togglebutton {
  text-align: left;
}
#fActionSave TEXTAREA[name=text] {
  height: 100px;
}
#fActionSave .actionPhoto {
  width: 160px;
  height: 160px;
  border: 1px solid #abbfc5;
  display: none;
}
#fActionSave .actionPhoto.show {
  display: block;
}
#profileMap {
  height: 383px;
}
#forestMap {
  height: 600px;
}
.bgles {
  background: url('img/bg_lk.jpg') center no-repeat;
  background-size: cover;
}
.bgles.volunteerbg {
  background: url('img/bg_ac.jpg') center no-repeat;
}
#navigation>li.active>a {
  background: linear-gradient(60deg,#04b266,#02763e);
}
.card-signup .header {
  background: linear-gradient(60deg,#04b266,#02763e);
}
.profile-page .profile-header {
  background: transparent url("img/bg_profile.jpg") repeat scroll center center/cover;
}
.level {
  width: 100%;
}
.level .icon {
  padding: 40px 0 20px;
  text-align: center;
}
.level .icon img {
  width: 100%;
  max-width: 145px;
}
.level .title {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}
.level .title .name {
  color: #F9F9FB;
}
.level .title .percentage {
  color: #73818E;
}
.level .progress {
  height: 3px;
  background-color: #E8EAED;
}
.level .progress .progress-bar {
  background-color: #5EBFE2;
}
.leftmenu-sm .level .icon,
.leftmenu-xs .level .icon {
  padding: 0 0 10px;
}
.leftmenu-sm .level .title .name,
.leftmenu-xs .level .title .name {
  display: none;
}
.custom-pin {
  height: 40px;
  width: 40px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  color: white;
  position: absolute;
  border-radius: 50%;
  border: 2px solid white;
  font-size: 20px;
  background: #00aced;
  background: -moz-linear-gradient(-45deg,#00aced 0%,#e91e63 100%);
  background: -webkit-linear-gradient(-45deg,#00aced 0%,#e91e63 100%);
  background: linear-gradient(135deg,#00aced 0%,#e91e63 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aced',endColorstr='#e91e63',GradientType=1);
}
.custom-pin:before {
  content: "×";
}
.form-group input[type=file].btn-raised {
  opacity: 1;
  position: static;
}
.number-list__item {
  display: flex;
  margin-top: 15px;
}
.number-list__item:first-child {
  margin-top: 0;
}
.number-list__number {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #F15F79;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 50%;
}
.number-list__text {
  padding-top: 5px;
}
