/* line 9, ../sass/bootstrap-switch.scss */
.fui-cross,
.fui-check {
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

/* line 18, ../sass/bootstrap-switch.scss */
.fui-cross:before {
  content: "\2716";
}

/* line 21, ../sass/bootstrap-switch.scss */
.fui-check:before {
  content: "\2714";
}

/* Switch checkbox */
/* line 44, ../sass/bootstrap-switch.scss */
.has-switch {
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  line-height: 1.231;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 55px;
  height: 20px;
  -webkit-mask: url("../img/mask.png") 0 0 no-repeat;
  mask: url("../img/mask.png") 0 0 no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* line 58, ../sass/bootstrap-switch.scss */
.has-switch.deactivate {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5000);
  opacity: 50;
  cursor: default !important;
}
/* line 61, ../sass/bootstrap-switch.scss */
.has-switch.deactivate label, .has-switch.deactivate span {
  cursor: default !important;
}
/* line 66, ../sass/bootstrap-switch.scss */
.has-switch > div {
  width: 162%;
  position: relative;
  top: 0;
}
/* line 71, ../sass/bootstrap-switch.scss */
.has-switch > div.switch-animate {
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
/* line 75, ../sass/bootstrap-switch.scss */
.has-switch > div.switch-off {
  left: -63%;
}
/* line 78, ../sass/bootstrap-switch.scss */
.has-switch > div.switch-off label {
  background-color: #2a95c5;
  border-color: #bdc3c7;
  -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
/* line 85, ../sass/bootstrap-switch.scss */
.has-switch > div.switch-on {
  left: 0%;
}
/* line 88, ../sass/bootstrap-switch.scss */
.has-switch > div.switch-on label {
  background-color: #bdc3c7;
}
/* line 94, ../sass/bootstrap-switch.scss */
.has-switch input[type=checkbox] {
  display: none;
}
/* line 98, ../sass/bootstrap-switch.scss */
.has-switch span {
  cursor: pointer;
  font-size: 10.71px;
  font-weight: 700;
  float: left;
  height: 20px;
  line-height: 19px;
  margin: 0;
  padding-top: 1px;
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
/* line 114, ../sass/bootstrap-switch.scss */
.has-switch span.switch-left {
  border-radius: 30px 0 0 30px;
  background-color: #2a95c5;
  color: white;
  border-left: 1px solid transparent;
}
/* line 121, ../sass/bootstrap-switch.scss */
.has-switch span.switch-right {
  border-radius: 0 30px 30px 0;
  background-color: #bdc3c7;
  color: white;
  text-indent: 7px;
}
/* line 127, ../sass/bootstrap-switch.scss */
.has-switch span.switch-right [class*="fui-"] {
  text-indent: 0;
}
/* line 133, ../sass/bootstrap-switch.scss */
.has-switch label {
  border: 4px solid #2a95c5;
  border-radius: 50%;
  float: left;
  height: 12px;
  margin: 0 -12px 0 -10px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 12px;
  z-index: 100;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

/* line 150, ../sass/bootstrap-switch.scss */
.switch-square {
  border-radius: 6px;
  -webkit-mask: url("../img/mask.png") 0 0 no-repeat;
  mask: url("../img/mask.png") 0 0 no-repeat;
}
/* line 157, ../sass/bootstrap-switch.scss */
.switch-square > div.switch-off label {
  border-color: #2a95c5;
  border-radius: 6px 0 0 6px;
}
/* line 164, ../sass/bootstrap-switch.scss */
.switch-square span {
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
/* line 168, ../sass/bootstrap-switch.scss */
.switch-square span.switch-left {
  border-radius: 6px 0 0 6px;
}
/* line 170, ../sass/bootstrap-switch.scss */
.switch-square span.switch-left [class*="fui-"] {
  text-indent: -10px;
}
/* line 175, ../sass/bootstrap-switch.scss */
.switch-square span.switch-right {
  border-radius: 0 6px 6px 0;
}
/* line 177, ../sass/bootstrap-switch.scss */
.switch-square span.switch-right [class*="fui-"] {
  text-indent: 5px;
}
/* line 183, ../sass/bootstrap-switch.scss */
.switch-square label {
  border-radius: 0 6px 6px 0;
  border-color: #bdc3c7;
}
