/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  /* 2 */

}

/*
 * Removes default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
  color: #000;
  background: #ff0;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

/*
 * Sets consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  padding: 0;
  border: 0;
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * 1. Removes iframe's border 
 */

iframe[seamless] {
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  border: 0 none transparent;
}

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  /* 2 */

}

/*
 * Removes default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
  color: #000;
  background: #ff0;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

/*
 * Sets consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  padding: 0;
  border: 0;
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * 1. Removes iframe's border 
 */

iframe[seamless] {
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  border: 0 none transparent;
}

/* ==========================================================================
   Switch and Skins
   ========================================================================== */
.edSwitch {
  position: relative;
  display: inline-block;
}

.edSwitch:hover {
  cursor: pointer;
}

.edSwitch > input {
  display: none;
}

.edSwitch .edSwitch-inner {
  overflow: hidden;
}

.edSwitch .edSwitch-onset {
  display: block;
  float: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.edSwitch .edSwitch-unset {
    display: block;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.edSwitch .edSwitch-noset {
  display: block;
  float: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.edSwitch .edSwitch-check {
  position: absolute;
  top: 0;
}

.edSwitch .edSwitch-check:hover {
  cursor: pointer;
}
/* ==========================================================================
   =============================   Switch 02   ==============================
   ========================================================================== */
.edSwitch.edSwitch_skin-02 {
  width: 68px;
  height: 26px;
  border-radius: 3px;
}

.edSwitch.edSwitch_skin-02:after {
  position: absolute;
  content : "";
  z-index : 0;
  top     : -0.5px;
  left    : -0.5px;
  right   : -0.5px;
  bottom  : -0.5px;
  border  : 1px solid #323232;
  border-radius: 3px;
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 50%, rgba(245, 246, 241, 0.1) 100%);
}
.edSwitch.edSwitch_skin-02 .edSwitch-inbox {
  width: 110px;
  height: 26px;
}

.edSwitch.edSwitch_skin-02 .edSwitch-onset {
  width: 55px;
  height: 26px;
  font-family: "BPreplay", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-indent: 13px;
  background-color: #7ebdcb;
}

.edSwitch.edSwitch_skin-02 .edSwitch-noset {
  width: 55px;
  height: 26px;
  font-family: "BPreplay", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-indent: 24px;
  background-color: #cfcdc7;
}

.edSwitch.edSwitch_skin-02 .edSwitch-check {
  z-index         : 999;
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  border-radius   : 3px;
  -webkit-box-shadow: inset 0 0 1px 2px #ffffff;
          box-shadow: inset 0 0 1px 2px #ffffff;
}

.edSwitch.edSwitch_skin-02.is-onset {
  background-color: #7ebdcb;
  border: 2px solid #7ebdcb;
}

.edSwitch.edSwitch_skin-02.is-onset .edSwitch-inbox {
  margin-left: 0;
}

.edSwitch.edSwitch_skin-02.is-onset .edSwitch-noset {
  background-color: #7ebdcb;
}

.edSwitch.edSwitch_skin-02.is-onset .edSwitch-check {
  left: 42px;
}

.edSwitch.edSwitch_skin-02.is-noset {
  background-color: #cfcdc7;
  border: 2px solid #cfcdc7;
}

.edSwitch.edSwitch_skin-02.is-noset .edSwitch-inbox {
  margin-left: -42px;
}

.edSwitch.edSwitch_skin-02.is-noset .edSwitch-onset {
  background-color: #cfcdc7;
}

.edSwitch.edSwitch_skin-02.is-noset .edSwitch-check {
  left: 0;
}
/* ==========================================================================
   =============================   Switch 04   ==============================
   ========================================================================== */
.edSwitch.edSwitch_skin-04 {
  border-radius: 16px;
}                  
.edSwitch.edSwitch_skin-04:after {
  position     : absolute;
  top          : -3px;
  right        : -3px;
  bottom       : -3px;
  left         : -3px;
  z-index      : 0;
  border       : 1px solid;
  border-radius: 16px;
  content      : "";
}                
.edSwitch.edSwitch_skin-04 .edSwitch-inner {
  border-radius: 16px;
}
.edSwitch.edSwitch_skin-04 .edSwitch-onset {
  font-family: "BPreplay", sans-serif;
  font-size  : 14px;
  line-height: 24px;
  color      : #ffffff;
  text-align : right;
  text-indent: 25px;
  background-color: #3aadd3;
}
.edSwitch.edSwitch_skin-04 .edSwitch-noset {
  font-family: "BPreplay", sans-serif;
  font-size  : 14px;
  line-height: 24px;
  color      : #ffffff;
  text-align : left;
  text-indent: 25px;
  background-color: #cfcdc7;
}
.edSwitch.edSwitch_skin-04 .edSwitch-check {
  z-index         : 999;
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  -webkit-box-shadow: inset 0 0 1px 2px #ffffff;
          box-shadow: inset 0 0 1px 2px #ffffff;
}

.edSwitch.edSwitch_skin-04.is-onset {
  background-color: #3aadd3;
  border: 3px solid #3aadd3;
}

.edSwitch.edSwitch_skin-04.is-onset:after {
  border-color: #2ea7cf;
}

.edSwitch.edSwitch_skin-04.is-onset .edSwitch-noset {
  background-color: #3aadd3;
}

.edSwitch.edSwitch_skin-04.is-onset .edSwitch-check {
  -webkit-box-shadow: inset 0 -3px 3px -1px #8dd0e6;
          box-shadow: inset 0 -3px 3px -1px #8dd0e6;
}

.edSwitch.edSwitch_skin-04.is-noset {
  background-color: #979797;
  border: 3px solid #979797;
}

.edSwitch.edSwitch_skin-04.is-noset:after {
  border-color: #8f8f8f;
}

.edSwitch.edSwitch_skin-04.is-noset .edSwitch-inbox {
  margin-left: -40px;
}

.edSwitch.edSwitch_skin-04.is-noset .edSwitch-onset {
  background-color: #979797;
}

.edSwitch.edSwitch_skin-04.is-noset .edSwitch-check {
  left: 0;
  -webkit-box-shadow: inset 0 -3px 3px -1px #cacaca;
          box-shadow: inset 0 -3px 3px -1px #cacaca;
}
/* ==========================================================================
   =============================   Switch 06   ==============================
   ========================================================================== */
.edSwitch.edSwitch_skin-06 {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 30px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-box-shadow: inset 0 1px 3px 0px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0 1px 3px 0px rgba(0, 0, 0, 0.35);
}
.edSwitch.edSwitch_skin-06:after {
  position: absolute;
  content : "";
  z-index : 0;
  top     : -0.5px;
  left    : -0.5px;
  right   : -0.5px;
  bottom  : -0.5px;
  border  : 1px solid #323232;
  border-radius: 15px;
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 50%, rgba(245, 246, 241, 0.1) 100%);
}
.edSwitch.edSwitch_skin-06 .edSwitch-onset {
  overflow: hidden;
  font-size: 0;
  line-height: 30px;
  color: transparent;
  text-indent: 24px;
  white-space: nowrap;
  background-color: #40a5ec;
  background-position: 40% 50%;
  background-repeat: no-repeat;
}

.edSwitch.edSwitch_skin-06 .edSwitch-noset {
  overflow: hidden;
  font-size: 0;
  line-height: 30px;
  color: transparent;
  text-indent: 24px;
  white-space: nowrap;
  background-color: #888888;
  background-position: 60% 50%;
  background-repeat: no-repeat;
}

.edSwitch.edSwitch_skin-06 .edSwitch-check {
  z-index: 999;
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0 1px 2px #ffffff;
          box-shadow: inset 0 0 1px 2px #ffffff;
}
.edSwitch.edSwitch_skin-06.is-onset {
  border: 1px solid #6ebbf1;
  border-top-color: #1271b4;
  border-left-color: #1271b4;
}

.edSwitch.edSwitch_skin-06.is-onset .edSwitch-inbox {
  margin-left: 0;
}

.edSwitch.edSwitch_skin-06.is-onset .edSwitch-check {
  left: 52px;
}

.edSwitch.edSwitch_skin-06.is-noset {
  border: 1px solid #a2a2a2;
  border-top-color: #555555;
  border-right-color: #555555;
}

.edSwitch.edSwitch_skin-06.is-noset .edSwitch-inbox {
  margin-left: -52px;
}

.edSwitch.edSwitch_skin-06.is-noset .edSwitch-check {
  left: 0;
}
/* ==========================================================================
   =============================   Switch 08   ==============================
   ========================================================================== */
.edSwitch.edSwitch_skin-08 {
  border-radius   : 3px;
  background-color: #323232;
  border: 2px solid #323232;
}
.edSwitch.edSwitch_skin-08 .edSwitch-onset {
  font-family     : "BPreplay", sans-serif;
  font-size       : 14px;
  line-height     : 26px;
  color           : #ffffff;
  text-indent     : 13px;
  background-color: #323232;
}
.edSwitch.edSwitch_skin-08 .edSwitch-noset {
  font-family: "BPreplay", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-indent: 24px;
  background-color: #323232;
}
.edSwitch.edSwitch_skin-08.is-onset .edSwitch-inbox {
  margin-left: 0;
}
.edSwitch.edSwitch_skin-08.is-onset .edSwitch-check {
  background-color: #27acd8;
}
.edSwitch.edSwitch_skin-08.is-noset .edSwitch-inbox {
  margin-left: -42px;
}
.edSwitch.edSwitch_skin-08.is-noset .edSwitch-check {
  background-color: #ffffff;
}
/* ==========================================================================
   =============================   Switch 10   ==============================
   ========================================================================== */
.edSwitch.edSwitch_skin-10 {
  border-radius: 3px;
}
.edSwitch.edSwitch_skin-10:after {
  position: absolute;
  top    : -9px;
  right  : -9px;
  bottom : -9px;
  left   : -9px;
  z-index: -2;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWNlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY2ZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -webkit-gradient(linear, 0 0, 0% 100%, from(#ebece7), to(#f5f6f1));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebece7), color-stop(100%, #f5f6f1));
  background-image: -webkit-linear-gradient(top, #ebece7 0%, #f5f6f1 100%);
  background-image: -o-linear-gradient(top, #ebece7 0%, #f5f6f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebece7), to(#f5f6f1));
  background-image: linear-gradient(to bottom, #ebece7 0%, #f5f6f1 100%);
  border-radius: 3px;
  content: "";
}
.edSwitch.edSwitch_skin-10 .edSwitch-inner {
  border-radius: 3px;
}
.edSwitch.edSwitch_skin-10 .edSwitch-onset {
  overflow: hidden;
  font-size: 0;
  line-height: 32px;
  color: transparent;
  text-indent: 24px;
  white-space: nowrap;
  background-color: #73bb00;
/*  background-image: url("../images/on-check.png"); */
  background-position: 25% 50%;
  background-repeat: no-repeat;
}
.edSwitch.edSwitch_skin-10 .edSwitch-noset {
  overflow: hidden;
  font-size: 0;
  line-height: 32px;
  color: transparent;
  text-indent: 24px;
  white-space: nowrap;
  background-color: #999999;
/*  background-image: url("../images/noset-error.png"); */
  background-position: 75% 50%;
  background-repeat: no-repeat;
}
.edSwitch.edSwitch_skin-10 .edSwitch-check {
  z-index         : 999;
  border-radius   : 3px;
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  -webkit-box-shadow: inset 0 0 1px 2px #ffffff;
          box-shadow: inset 0 0 1px 2px #ffffff;
}
.edSwitch.edSwitch_skin-10 .edSwitch-check:after {
  position: absolute;
  content : "";
  top     : -1px;
  right   : -1px;
  bottom  : -1px;
  left    : -1px;
  z-index : 9999;
  border  : 1px solid #aaa;
  border-radius : 3px;
}
.edSwitch.edSwitch_skin-10.is-onset {
  background-color: #73bb00;
  border: 4px solid #73bb00;
}
.edSwitch.edSwitch_skin-10.is-onset .edSwitch-noset {
  background-color: #73bb00;
}
.edSwitch.edSwitch_skin-10.is-noset {
  background-color: #999999;
  border: 4px solid #999999;
}
.edSwitch.edSwitch_skin-10.is-noset .edSwitch-onset {
  background-color: #999999;
}
