.Checkbox {
  cursor: pointer;
  display: inline-block;
}
.Checkbox .icon {
  float: left;
  position: relative;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #111111;
}
.Checkbox .label {
  float: left;
  font-size: 16px;
  margin-left: 10px;
}
.Checkbox.active_true .icon {
  background-image: url(/npm/ybashanov/yb-checkbox/public/lessfiles/tick40.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.Checkbox.disabled_true {
  cursor: default;
}
.Checkbox.disabled_true .icon {
  border-color: #aaaaaa;
  background-color: transparent;
}
.Checkbox.disabled_true.active_true .icon {
  background-image: url(/npm/ybashanov/yb-checkbox/public/lessfiles/tick40.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.Checkbox .cle {
  clear: left;
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #ffffee;
  font-family: Tahoma, Arial, sans-serif;
}
@media (min-width: 1px) {
  .adaptive {
    display: block;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .adaptive {
    display: block;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .adaptive {
    width: 576px;
  }
}
@media (min-width: 768px) {
  .adaptive {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .adaptive {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .adaptive {
    width: 1200px;
  }
}
.adaptive {
  margin-left: auto;
  margin-right: auto;
}
.Test .header {
  border: 1px solid #aaa;
  background-color: #ffffff;
  text-align: center;
  font-size: 14px;
  color: #222;
  padding: 5px 0;
}
.Test .header a {
  color: inherit;
  text-decoration: inherit;
}
.Test .header a:hover {
  text-decoration: underline;
}
.Test .sandbox {
  position: relative;
  border: 1px solid #aaa;
  background-color: #f7f7ee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.Test .sandbox .label {
  border-bottom: 1px solid #aaa;
  background-color: #ffffff;
  padding: 3px 0;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
}
.Test .sandbox .button {
  display: inline-block;
  border: 1px solid #6b9aff;
  padding: 4px 20px;
  border-radius: 4px;
  background: linear-gradient(top, #e2e2ff, #7d7dff);
}
.Test .sandbox .button:hover {
  cursor: pointer;
  background: #c6d6ff;
}
.Test .sandbox .button:active {
  cursor: pointer;
  border: 1px solid #c6d6ff;
}
.Test .articleHeader {
  font-size: 14px;
  padding: 3px 10px;
}
.Test .articleValue {
  font-size: 12px;
  padding-left: 20px;
}
.b {
  font-weight: 700;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_l20 {
  margin-left: 20px;
}
.mar_r20 {
  margin-right: 20px;
}
.mar_20 {
  margin: 20px;
}
.mar_auto {
  margin: auto;
}
.center {
  text-align: center;
}
.font12 {
  font-size: 12px;
}
.flo {
  float: left;
}
.flo_r {
  float: right;
}
.cle {
  clear: left;
}
.cle_r {
  clear: right;
}
