.fontGray13 {
  font-family: "Tahoma, sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  color: #abb0b4;
}
.fontBlack15 {
  font-family: "Tahoma, sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: #343D45;
}
.fontPlaceholder {
  font-family: "Tahoma, sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #abb0b4;
}
.SimpleSelect > .label {
  font-family: "Tahoma, sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  color: #abb0b4;
  display: block;
  padding: 0;
  margin: 0 0 4px 0;
  text-align: left;
}
.SimpleSelect > .formElement {
  position: relative;
  width: 100%;
  display: block;
}
.SimpleSelect > .formElement > .input {
  background-color: #ffffff;
  border: 1px solid #99a0b5;
  font-family: "Tahoma, sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: #343D45;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 28px 10px 12px;
}
.SimpleSelect > .formElement > .input.isInvalid_true {
  border: 1px solid #E32A1D;
}
.SimpleSelect > .formElement > .input > .placeholder {
  font-family: "Tahoma, sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #abb0b4;
}
.SimpleSelect > .formElement:hover {
  cursor: pointer;
}
.SimpleSelect > .formElement:hover > .input {
  border: 1px solid #074185;
}
.SimpleSelect > .formElement > ._arrowChange {
  position: absolute;
  right: 16px;
  top: 18px;
  background-image: url(/npm/ybashanov/yb-simpleselect/public/lessfiles/icon-arrowdown.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 6px;
}
.SimpleSelect > .formElement > ._arrowChange.true {
  background-image: url(/npm/ybashanov/yb-simpleselect/public/lessfiles/icon-arrowup.svg);
}
.SimpleSelect > .formElement > .options {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #99a0b5;
  font-family: "Tahoma, sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: #343D45;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  margin-top: 5px;
  height: 0;
  opacity: 0;
  transition: 0.25s linear;
  overflow: hidden;
}
.SimpleSelect > .formElement > .options::-webkit-scrollbar {
  width: 12px;
  cursor: pointer !important;
}
.SimpleSelect > .formElement > .options::-webkit-scrollbar-track {
  border-left: 0.5px solid rgba(121, 131, 160, 0.71541);
  cursor: pointer !important;
}
.SimpleSelect > .formElement > .options::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 10px 10px #707A99;
  -moz-box-shadow: inset 0 0 10px 10px #707A99;
  box-shadow: inset 0 0 10px 10px #707A99;
  border: solid 3px transparent;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer !important;
}
.SimpleSelect > .formElement > .options > .scroll > .SimpleOption {
  padding: 12px;
  min-width: 125px;
}
.SimpleSelect > .formElement > .options > .scroll > .SimpleOption:hover {
  background-color: #ECEEF2;
}
.SimpleSelect > .formElement > .options > .scroll > .SimpleOption.true {
  background-color: #d4e6ff;
}
.SimpleSelect > .formElement.true > .input {
  border: 1px solid #074185;
}
.SimpleSelect > .formElement.true > .options {
  max-height: 200px;
  height: auto;
  opacity: 1;
  overflow: auto;
}
.SimpleSelect > .formElement.true > .options > .scroll {
  height: auto;
}
.SimpleSelect.TablecellSelect > .formElement > .input {
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: auto;
  overflow: hidden;
  font-size: inherit;
  padding: 0;
}
.SimpleSelect.TablecellSelect > .formElement > ._arrowChange {
  right: 0;
  top: 50%;
  height: 100%;
}
.SimpleSelect.TablecellSelect > .formElement > .options {
  font-size: inherit;
}
.SimpleSelect.TablecellSelect > .formElement > .options > .scroll > .SimpleOption {
  font-size: inherit;
}
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 {
  border: 1px solid #aaa;
  background-color: #f7f7ee;
  margin-top: 20px;
  margin-bottom: 20px;
}
.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;
}
.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;
}
