@CHARSET "UTF-8";

.label {
  border-radius: 0;
  text-shadow: none;
  font-weight: normal;
  color: #000;
  display: inline-block;
  background-color: #ABBAC3;
}
.label[class*="col-"][class*="arrow"] {
  min-height: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::safari-only,
  .label:empty {
    display: inline-block;
  }
  ::safari-only,
  .badge:empty {
    display: inline-block;
  }
}
.badge {
  text-shadow: none;
  font-size: 12px;
  padding-top: 1px;
  padding-bottom: 3px;
  font-weight: normal;
  line-height: 15px;
  background-color: #ABBAC3;
}
.badge.no-radius {
  border-radius: 0;
}
.badge.radius-1 {
  border-radius: 1px;
}
.badge.radius-2 {
  border-radius: 2px;
}
.badge.radius-3 {
  border-radius: 3px;
}
.badge.radius-4 {
  border-radius: 4px;
}
.badge.radius-5 {
  border-radius: 5px;
}
.badge.radius-6 {
  border-radius: 6px;
}
.label.label-transparent,
.label-transparent,
.badge.badge-transparent,
.badge-transparent {
  background-color: transparent;
}
.label-grey,
.label.label-grey,
.badge.badge-grey,
.badge-grey {
  background-color: #A0A0A0;
}
.label-info,
.label.label-info,
.badge.badge-info,
.badge-info {
  background-color: #3A87AD;
}
.label-primary,
.label.label-primary,
.badge.badge-primary,
.badge-primary {
  background-color: #ff0000;
}
.label-success,
.label.label-success,
.badge.badge-success,
.badge-success {
  background-color: #ccffff;
}
.label-danger,
.label.label-danger,
.badge.badge-danger,
.badge-danger {
  background-color: #00ccff;
}
.label-important,
.label.label-important,
.badge.badge-important,
.badge-important {
  background-color: #00ff00;
}
.label-inverse,
.label.label-inverse,
.badge.badge-inverse,
.badge-inverse {
  background-color:#fffc00;
}
.label-warning,
.label.label-warning,
.badge.badge-warning,
.badge-warning {
  background-color: #ff9b00;
}
.label-pink,
.label.label-pink,
.badge.badge-pink,
.badge-pink {
  background-color: #D6487E;
}
.label-purple,
.label.label-purple,
.badge.badge-purple,
.badge-purple {
  background-color: #9585BF;
}
.label-yellow,
.label.label-yellow,
.badge.badge-yellow,
.badge-yellow {
  background-color: #FEE188;
}
.label-light,
.label.label-light,
.badge.badge-light,
.badge-light {
  background-color: #E7E7E7;
}
.badge-yellow,
.label-yellow {
  color: #996633;
  border-color: #FEE188;
}
.badge-light,
.label-light {
  color: #888;
}
.label.arrowed,
.label.arrowed-in {
  position: relative;
  z-index: 1;
}
.label.arrowed:before,
.label.arrowed-in:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  border: 1px solid transparent;
  border-right-color: #ABBAC3;
}
.label.arrowed-in:before {
  border-color: #ABBAC3;
  border-left-color: transparent;
}
.label.arrowed-right,
.label.arrowed-in-right {
  position: relative;
  z-index: 1;
}
.label.arrowed-right:after,
.label.arrowed-in-right:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  border: 1px solid transparent;
  border-left-color: #ABBAC3;
}
.label.arrowed-in-right:after {
  border-color: #ABBAC3;
  border-right-color: transparent;
}
.label-info.arrowed:before {
  border-right-color: #3A87AD;
}
.label-info.arrowed-in:before {
  border-color: #3A87AD #3A87AD #3A87AD transparent;
}
.label-info.arrowed-right:after {
  border-left-color: #3A87AD;
}
.label-info.arrowed-in-right:after {
  border-color: #3A87AD transparent #3A87AD #3A87AD;
}
.label-primary.arrowed:before {
  border-right-color: #ff0000;
}
.label-primary.arrowed-in:before {
  border-color: #ff0000 #ff0000 #ff0000 transparent;
}
.label-primary.arrowed-right:after {
  border-left-color: #ff0000;
}
.label-primary.arrowed-in-right:after {
  border-color: #ff0000 transparent #ff0000 #ff0000;
}
.label-success.arrowed:before {
  border-right-color: #ccffff;
}
.label-success.arrowed-in:before {
  border-color: #ccffff #ccffff #ccffff transparent;
}
.label-success.arrowed-right:after {
  border-left-color: #ccffff;
}
.label-success.arrowed-in-right:after {
  border-color: #ccffff transparent #ccffff #ccffff;
}
.label-warning.arrowed:before {
  border-right-color: #ff9b00;
}
.label-warning.arrowed-in:before {
  border-color: #ff9b00 #ff9b00 #ff9b00 transparent;
}
.label-warning.arrowed-right:after {
  border-left-color: #ff9b00;
}
.label-warning.arrowed-in-right:after {
  border-color: #ff9b00 transparent #ff9b00 #ff9b00;
}
.label-important.arrowed:before {
  border-right-color: #00ff00;
}
.label-important.arrowed-in:before {
  border-color: #00ff00 #00ff00 #00ff00 transparent;
}
.label-important.arrowed-right:after {
  border-left-color: #00ff00;
}
.label-important.arrowed-in-right:after {
  border-color: #00ff00 transparent #00ff00 #00ff00;
}
.label-danger.arrowed:before {
  border-right-color: #00ccff;
}
.label-danger.arrowed-in:before {
  border-color: #00ccff #00ccff #00ccff transparent;
}
.label-danger.arrowed-right:after {
  border-left-color: #00ccff;
}
.label-danger.arrowed-in-right:after {
  border-color: #00ccff transparent #00ccff #00ccff;
}
.label-inverse.arrowed:before {
  border-right-color: #fffc00;
}
.label-inverse.arrowed-in:before {
  border-color: #fffc00 #fffc00 #fffc00 transparent;
}
.label-inverse.arrowed-right:after {
  border-left-color: #fffc00;
}
.label-inverse.arrowed-in-right:after {
  border-color: #fffc00 transparent #fffc00 #fffc00;
}
.label-pink.arrowed:before {
  border-right-color: #D6487E;
}
.label-pink.arrowed-in:before {
  border-color: #D6487E #D6487E #D6487E transparent;
}
.label-pink.arrowed-right:after {
  border-left-color: #D6487E;
}
.label-pink.arrowed-in-right:after {
  border-color: #D6487E transparent #D6487E #D6487E;
}
.label-purple.arrowed:before {
  border-right-color: #9585BF;
}
.label-purple.arrowed-in:before {
  border-color: #9585BF #9585BF #9585BF transparent;
}
.label-purple.arrowed-right:after {
  border-left-color: #9585BF;
}
.label-purple.arrowed-in-right:after {
  border-color: #9585BF transparent #9585BF #9585BF;
}
.label-yellow.arrowed:before {
  border-right-color: #FEE188;
}
.label-yellow.arrowed-in:before {
  border-color: #FEE188 #FEE188 #FEE188 transparent;
}
.label-yellow.arrowed-right:after {
  border-left-color: #FEE188;
}
.label-yellow.arrowed-in-right:after {
  border-color: #FEE188 transparent #FEE188 #FEE188;
}
.label-light.arrowed:before {
  border-right-color: #E7E7E7;
}
.label-light.arrowed-in:before {
  border-color: #E7E7E7 #E7E7E7 #E7E7E7 transparent;
}
.label-light.arrowed-right:after {
  border-left-color: #E7E7E7;
}
.label-light.arrowed-in-right:after {
  border-color: #E7E7E7 transparent #E7E7E7 #E7E7E7;
}
.label-grey.arrowed:before {
  border-right-color: #A0A0A0;
}
.label-grey.arrowed-in:before {
  border-color: #A0A0A0 #A0A0A0 #A0A0A0 transparent;
}
.label-grey.arrowed-right:after {
  border-left-color: #A0A0A0;
}
.label-grey.arrowed-in-right:after {
  border-color: #A0A0A0 transparent #A0A0A0 #A0A0A0;
}
.label {
  font-size: 12px;
  line-height: 1.15;
  height: 20px;
  width:56px;
}
.label.arrowed {
  margin-left: 5px;
}
.label.arrowed:before {
  left: -10px;
  border-width: 10px 5px;
}
.label.arrowed-in {
  margin-left: 5px;
}
.label.arrowed-in:before {
  left: -5px;
  border-width: 10px 5px;
}
.label.arrowed-right {
  margin-right: 5px;
}
.label.arrowed-right:after {
  right: -10px;
  border-width: 10px 5px;
}
.label.arrowed-in-right {
  margin-right: 5px;
}
.label.arrowed-in-right:after {
  right: -5px;
  border-width: 10px 5px;
}
.label-lg {
  padding: 0.3em 0.6em 0.4em;
  font-size: 13px;
  line-height: 1.1;
  height: 24px;
}
.label-lg.arrowed {
  margin-left: 6px;
}
.label-lg.arrowed:before {
  left: -12px;
  border-width: 12px 6px;
}
.label-lg.arrowed-in {
  margin-left: 6px;
}
.label-lg.arrowed-in:before {
  left: -6px;
  border-width: 12px 6px;
}
.label-lg.arrowed-right {
  margin-right: 6px;
}
.label-lg.arrowed-right:after {
  right: -12px;
  border-width: 12px 6px;
}
.label-lg.arrowed-in-right {
  margin-right: 6px;
}
.label-lg.arrowed-in-right:after {
  right: -6px;
  border-width: 12px 6px;
}
.label-xlg {
  padding: 0.3em 0.7em 0.4em;
  font-size: 14px;
  line-height: 1.3;
  height: 28px;
}
.label-xlg.arrowed {
  margin-left: 7px;
}
.label-xlg.arrowed:before {
  left: -14px;
  border-width: 14px 7px;
}
.label-xlg.arrowed-in {
  margin-left: 7px;
}
.label-xlg.arrowed-in:before {
  left: -7px;
  border-width: 14px 7px;
}
.label-xlg.arrowed-right {
  margin-right: 7px;
}
.label-xlg.arrowed-right:after {
  right: -14px;
  border-width: 14px 7px;
}
.label-xlg.arrowed-in-right {
  margin-right: 7px;
}
.label-xlg.arrowed-in-right:after {
  right: -7px;
  border-width: 14px 7px;
}
.label-sm {
  padding: 0.2em 0.4em 0.3em;
  font-size: 11px;
  line-height: 1;
  height: 18px;
}
.label-sm.arrowed {
  margin-left: 4px;
}
.label-sm.arrowed:before {
  left: -8px;
  border-width: 9px 4px;
}
.label-sm.arrowed-in {
  margin-left: 4px;
}
.label-sm.arrowed-in:before {
  left: -4px;
  border-width: 9px 4px;
}
.label-sm.arrowed-right {
  margin-right: 4px;
}
.label-sm.arrowed-right:after {
  right: -8px;
  border-width: 9px 4px;
}
.label-sm.arrowed-in-right {
  margin-right: 4px;
}
.label-sm.arrowed-in-right:after {
  right: -4px;
  border-width: 9px 4px;
}
.label > span,
.label > .ace-icon {
  line-height: 1;
  vertical-align: bottom;
}
.label.label-white {
  color: #879da9;
  border: 1px solid #ABBAC3;
  background-color: #f2f5f6;
  border-right-width: 1px;
  border-left-width: 2px;
}
.label-white.label-success {
  color: #7b9e6c;
  border-color: #9fbf92;
  background-color: #edf3ea;
}
.label-white.label-warning {
  color: #d9993e;
  border-color: #e4ae62;
  background-color: #fef6eb;
}
.label-white.label-primary {
  color: #6688a6;
  border-color: #8aafce;
  background-color: #eaf2f8;
}
.label-white.label-danger {
  color: #bd7f75;
  border-color: #d28679;
  background-color: #fcf4f2;
}
.label-white.label-info {
  color: #4e7a8f;
  border-color: #7aa1b4;
  background-color: #eaf3f7;
}
.label-white.label-inverse {
  color: #404040;
  border-color: #737373;
  background-color: #ededed;
}
.label-white.label-pink {
  color: #af6f87;
  border-color: #d299ae;
  background-color: #fbeff4;
}
.label-white.label-purple {
  color: #7d6fa2;
  border-color: #b7b1c6;
  background-color: #efedf5;
}
.label-white.label-yellow {
  color: #cfa114;
  border-color: #ecd181;
  background-color: #fdf7e4;
}
.label-white.label-grey {
  color: #878787;
  border-color: #cecece;
  background-color: #ededed;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.08) and (-webkit-max-device-pixel-ratio: 1.15), screen and (min--moz-device-pixel-ratio: 1.08) and (max--moz-device-pixel-ratio: 1.15) {
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before {
    border-width: 10.5px 6px 11px;
    left: -11px;
  }
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after {
    border-width: 10.5px 6px 11px;
    right: -11px;
  }
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before {
    border-width: 10.5px 5px 11px;
    left: -6px;
  }
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after {
    border-width: 10.5px 5px 11px;
    right: -6px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.2) and (-webkit-max-device-pixel-ratio: 1.45), screen and (min--moz-device-pixel-ratio: 1.2) and (max--moz-device-pixel-ratio: 1.45), screen and (-webkit-min-device-pixel-ratio: 1.6) and (-webkit-max-device-pixel-ratio: 1.9), screen and (min--moz-device-pixel-ratio: 1.6) and (max--moz-device-pixel-ratio: 1.9) {
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before {
    border-width: 10.5px 6px;
    left: -11px;
  }
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after {
    border-width: 10.5px 6px;
    right: -11px;
  }
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before {
    border-width: 10.5px 5px 10px;
    left: -6px;
  }
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after {
    border-width: 10.5px 5px 10px;
    right: -6px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.6), screen and (min--moz-device-pixel-ratio: 1.5) and (max--moz-device-pixel-ratio: 1.6) {
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before {
    border-width: 10px 6px;
    left: -12px;
  }
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after {
    border-width: 10px 6px;
    right: -12px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.7) and (-webkit-max-device-pixel-ratio: 1.8), screen and (min--moz-device-pixel-ratio: 1.7) and (max--moz-device-pixel-ratio: 1.8) {
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before {
    border-width: 10px 6px;
    left: -11.5px;
  }
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after {
    border-width: 10px 6px;
    right: -11.5px;
  }
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before {
    border-width: 10px 5px;
    left: -6px;
  }
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after {
    border-width: 10px 5px;
    right: -6px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0.8) and (-webkit-max-device-pixel-ratio: 0.9), screen and (min--moz-device-pixel-ratio: 0.8) and (max--moz-device-pixel-ratio: 0.9) {
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before {
    border-width: 11px 6px;
    left: -11.5px;
  }
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after {
    border-width: 11px 6px;
    right: -11.5px;
  }
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before {
    border-width: 11px 5px;
    left: -6px;
  }
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after {
    border-width: 11px 5px;
    right: -6px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.08) and (-webkit-max-device-pixel-ratio: 1.15), screen and (min--moz-device-pixel-ratio: 1.08) and (max--moz-device-pixel-ratio: 1.15) {
  .label-lg.arrowed:before {
    left: -11px;
  }
  .label-lg.arrowed-right:after {
    right: -11px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.7) and (-webkit-max-device-pixel-ratio: 1.8), screen and (min--moz-device-pixel-ratio: 1.7) and (max--moz-device-pixel-ratio: 1.8) {
  .label-lg.arrowed:before {
    left: -11.5px;
  }
  .label-lg.arrowed-right:after {
    right: -11.5px;
  }
  .label-lg.arrowed-in:before {
    border-width: 12.5px 6px 12px;
    left: -6px;
  }
  .label-lg.arrowed-in-right:after {
    border-width: 12.5px 6px 12px;
    right: -6px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.08) and (-webkit-max-device-pixel-ratio: 1.15), screen and (min--moz-device-pixel-ratio: 1.08) and (max--moz-device-pixel-ratio: 1.15) {
  .label-xlg.arrowed:before {
    left: -13px;
  }
  .label-xlg.arrowed-right:after {
    right: -13px;
  }
  .label-xlg.arrowed-in:before {
    border-width: 14px 7px 14.5px;
  }
  .label-xlg.arrowed-in-right:after {
    border-width: 14px 7px 14.5px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.2) and (-webkit-max-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.2) and (max--moz-device-pixel-ratio: 1.3) {
  .label-xlg.arrowed:before {
    border-width: 14.5px 7px;
    left: -13.5px;
  }
  .label-xlg.arrowed-right:after {
    border-width: 14.5px 7px;
    right: -13.5px;
  }
  .label-xlg.arrowed-in:before {
    border-width: 14.5px 7px 14.5px;
  }
  .label-xlg.arrowed-in-right:after {
    border-width: 14.5px 7px 14.5px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.3) and (-webkit-max-device-pixel-ratio: 1.4), screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.6), screen and (min--moz-device-pixel-ratio: 1.3) and (max--moz-device-pixel-ratio: 1.4), screen and (min--moz-device-pixel-ratio: 1.5) and (max--moz-device-pixel-ratio: 1.6) {
  .label-xlg.arrowed:before {
    border-width: 14.5px 7.5px;
    left: -14.5px;
  }
  .label-xlg.arrowed-right:after {
    border-width: 14.5px 7.5px;
    right: -14.5px;
  }
  .label-xlg.arrowed-in:before {
    border-width: 14.5px 7px;
  }
  .label-xlg.arrowed-in-right:after {
    border-width: 14.5px 7px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.08) and (-webkit-max-device-pixel-ratio: 1.15), screen and (min--moz-device-pixel-ratio: 1.08) and (max--moz-device-pixel-ratio: 1.15) {
  .label-sm.arrowed:before {
    border-width: 9px 5px;
    left: -9px;
  }
  .label-sm.arrowed-right:after {
    border-width: 9px 5px;
    right: -9px;
  }
  .label-sm.arrowed-in:before {
    border-width: 10px 4px;
  }
  .label-sm.arrowed-in-right:after {
    border-width: 10px 4px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.2) and (-webkit-max-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.2) and (max--moz-device-pixel-ratio: 1.3) {
  .label-sm.arrowed:before {
    border-width: 9.5px 5px;
    left: -10px;
  }
  .label-sm.arrowed-right:after {
    border-width: 9.5px 5px;
    right: -10px;
  }
  .label-sm.arrowed-in:before {
    border-width: 9.5px 4px;
  }
  .label-sm.arrowed-in-right:after {
    border-width: 9.5px 4px;
  }
}
.water1{
	background-color:#00d6cf;
}
.water2{
	background-color:#00c67f;
}
.water3{
	background-color:#ec9203;
}
.water4{
	background-color:#f02d30;
}
.water5{
	background-color:#655534;
}
.water6{
	background-color:#25272c;
}
