/*
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 24/07/2019, 14:23
 */
.switcher {
  /*width: 3.5em;*/
  width: auto;
  height: 1.375em;
  border-radius: 15px;
  background-color: #7ebafa;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.11), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  cursor: pointer;
  padding: 0 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.switcher.piedestal-switcher.trial {
  display: none;
}

.switcher-block.trial {
  display: none;
}

.switcher-off .switcher {
  background-color: #ededed;
  /*margin-top: 5px;*/
}

.switcher-off .switcher-switch {
  /*float: right;*/
  /*margin: 4px 4px 0 0;*/
  /*clear: both;*/
  /*margin-right: 3px;*/
}

.switcher-off .switcher-text {
  color: #6a6a6a;
  margin-top: 1px;
  order: 2;
}

.switcher-text {
  font-family: Alef;
  font-size: 0.9em;
  text-align: right;
  color: #ffffff;
  vertical-align: middle;
  /*margin: -2px 6px 0 3px;*/
  display: table-cell;
  /*order: 1;*/
  margin: 0 0.3em;
}

.switcher-switch {
  width: 0.7em;
  height: 0.7em;
  background-color: #ffffff;
  border: solid 1px #979797;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
}

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