@font-face {
  font-family: "source";
  src: url("../font/SourceSansPro/SourceSansPro-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source-l";
  src: url("../font/SourceSansPro/SourceSansPro-Light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source-sb";
  src: url("../font/SourceSansPro/SourceSansPro-Semibold.otf");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #454545;
  font: 12px "source", helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
.large {
  font: 14px "source-sb", helvetica, arial, sans-serif !important;
  line-height: 27px !important;
}
.disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}
.bg-white {
  background: #fff;
  font-size: 12px;
  padding: 20px;
}
.bg-lightgray {
  background: #dfe2e2;
  font-size: 12px;
  padding: 20px;
}
.bg-slategray {
  background: #3a3f42 url("../img/bg_dark.png") repeat-x;
  color: #c7c7c7;
  font-size: 12px;
  padding: 20px;
}
.bg-white .title {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
.bg-lightgray .title {
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 1px 0 #fff;
}
.bg-slategray .title {
  color: #fff;
  font-size: 18px;
  text-shadow: 0 -1px 0 #000;
}
.bg-slategray .group-label {
  color: #a4b4b7;
  font-size: 14px;
  text-shadow: 0 -1px 0 #000;
}
.button.large {
  height: 27px !important;
  line-height: 28px;
  margin: 0 10px 10px 0 !important;
  padding: 0 15px !important;
}
.button.large.no-label {
  padding: 0 !important;
}
.button.large.no-label i {
  margin-left: 6px;
}
.button,
.button.disabled:hover,
.button.disabled:active {
  background-clip: padding-box !important;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  height: 21px;
  line-height: 21px;
  min-width: 15px;
  margin: 0 5px 5px 0;
  max-width: 150px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  background-image: none, linear-gradient(top, #e5e9e9, #e5e9e9);
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(#e5e9e9), to(#e5e9e9));
  background-position: center;
  background-repeat: none;
  border: 1px solid #9b9d9d;
  box-shadow: inset 0 1px 0 #fff;
  color: #454545;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
}
.button:hover {
  background-image: none, linear-gradient(top, #edf1f1, #edf1f1);
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(#edf1f1), to(#edf1f1));
  background-position: center;
  background-repeat: none;
}
.button:active {
  background-color: #d3d7d7;
  background-image: none;
  background-position: center;
  background-repeat: none;
  box-shadow: inset 0 1px 0px rgba(0,0,0,0.12);
  text-decoration: none;
}
.button:focus {
  border: 1px solid #093ffd;
  box-shadow: 0 0 0 2px #6fb5f1;
  outline: none;
}
.button.quiet,
.button.quiet.disabled:hover,
.button.quiet.disabled:active {
  background-clip: padding-box !important;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  height: 21px;
  line-height: 21px;
  min-width: 15px;
  margin: 0 5px 5px 0;
  max-width: 150px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0)));
  box-shadow: none;
  color: #454545;
  text-shadow: none;
}
.button.quiet:hover {
  background-image: linear-gradient(top, #edf1f1, #edf1f1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edf1f1), to(#edf1f1));
  border: 1px solid #9b9d9d;
  box-shadow: inset 0 1px 0 #fff;
}
.button.quiet:active {
  background: #d3d7d7;
  box-shadow: inset 0 1px 0px rgba(0,0,0,0.12);
  text-decoration: none;
}
.button.quiet:focus {
  border: 1px solid #093ffd;
  box-shadow: 0 0 0 2px #6fb5f1;
  outline: none;
}
.button.dark,
.button.dark.disabled:hover,
.button.dark.disabled:active {
  background-image: none, linear-gradient(top, #595b5b, #595b5b);
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(#595b5b), to(#595b5b));
  background-position: center;
  background-repeat: none;
  border: 1px solid #2d2f31;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
  color: #c5c7c7;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.69);
}
.button.dark:hover {
  background-image: none, linear-gradient(top, #646666, #646666);
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(#646666), to(#646666));
  background-position: center;
  background-repeat: none;
}
.button.dark:active {
  background-color: #404141;
  background-image: none;
  background-position: center;
  background-repeat: none;
  box-shadow: inset 0 1px 0px rgba(0,0,0,0.18);
  text-decoration: none;
}
.button.dark:focus {
  border: 1px solid rgba(34,238,51,0) 1;
  box-shadow: 0 0 0 2px #6086a7;
  outline: none;
}
.button.quiet.dark,
.button.quiet.dark.disabled:hover,
.button.quiet.dark.disabled:active {
  background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0)));
  border: 1px solid rgba(0,0,0,0);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0);
  color: #c5c7c7;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.69);
}
.button.quiet.dark:hover {
  background-image: linear-gradient(top, #646666, #646666);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#646666), to(#646666));
}
.button.quiet.dark:active {
  background: #2b2d2d;
  box-shadow: inset 0 1px 0px rgba(0,0,0,0.06);
  text-decoration: none;
}
.button.quiet.dark:focus {
  border: 1px solid rgba(9,64,253,0.84);
  box-shadow: 0 0 4px 0 rgba(0,136,255,0.69);
  outline: none;
}
.button.no-label {
  padding: 0 0 0 8px;
}
.button.drop-down {
  min-width: 70px;
  overflow: visible;
  padding: 0 30px 0 5px !important;
  position: relative;
}
.menu {
  background: #fff;
  border-top: none !important;
  border-radius: 3px;
  box-shadow: 0 3px 9px rgba(0,0,0,0.3);
  left: 0px;
  margin: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  top: 22px;
  min-width: 94%;
  z-index: 1000;
}
.menu li {
  list-style: none;
}
.menu li:last-child {
  border-radius: 3px;
}
.menu a {
  color: #454545;
  display: block;
  outline: none;
  padding: 0 0 0 10px;
  text-shadow: none;
}
.menu a:hover,
.menu a:focus {
  background-color: #e0f0fa;
}
.menu a:active {
  text-decoration: none;
}
.dark .menu {
  border-top: none !important;
}
.large .menu {
  border-top: none !important;
  top: 28px !important;
}
.large.dark .menu {
  border-top: none !important;
  top: 28px !important;
}
.button.drop-down.large {
  min-width: 100px;
  padding: 0 30px 0 10px !important;
}
.button.drop-down.large .menu {
  top: 28px;
}
.button-group {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: top;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  overflow: visible;
  position: relative;
}
.button-group .menu {
  font-size: 12px;
  line-height: 21px;
  left: 1px;
  top: 23px;
}
.button.start {
  border-right: none;
  border-radius: 3px 0 0 3px !important;
  margin: 0;
}
.button.inside {
  border-left: 1px solid #9b9d9d;
  border-right: none;
  border-radius: 0;
  margin: 0 0 0 -1px !important;
}
.button.end {
  border-left: 1px solid #9b9d9d;
  border-radius: 0 3px 3px 0 !important;
  margin: 0 5px 5px -1px;
}
.button.more {
  border-right: 1px solid #9b9d9d;
  border-radius: 0 3px 3px 0 !important;
  margin: 0 5px 5px -1px;
  padding: 0;
  width: 20px;
}
.button.start.dark {
  border-left: 1px solid #2d2f31;
  border-radius: 3px 0 0 3px !important;
  margin: 0;
}
.button.inside.dark {
  border-left: 1px solid #2d2f31;
  border-right: none;
  border-radius: 0;
  margin: 0 0 0 -2px !important;
}
.button.end.dark {
  border-left: 1px solid #2d2f31;
  border-radius: 0 3px 3px 0 !important;
  margin: 0 5px 5px -1px;
}
.button.more.dark {
  border-right: 1px solid #2d2f31;
  border-radius: 0 3px 3px 0 !important;
  margin: 0 5px 5px -1px;
  padding: 0;
  width: 20px;
}
.button:focus {
  z-index: 1;
  border-left: 1px solid #093ffd;
  border-right: 1px solid #093ffd;
}
.button.dark:focus {
  border-left: 1px solid rgba(34,238,51,0) 1;
  border-right: 1px solid rgba(34,238,51,0) 1;
}
.button-group.large {
  margin: 0 10px 10px 0 !important;
}
.button-group.large .menu {
  top: 29px !important;
}
.button.inside.large {
  margin: 0 0 0 -3px !important;
}
.button.start.large {
  margin: 0 !important;
}
.button.end.large {
  margin: 0 5px 5px -4px !important;
}
.button.more.large {
  margin: 0 5px 5px -4px !important;
  padding: 0 !important;
}
select.button {
  background-image: url("../img/pop-up-triangle.png"), linear-gradient(top, #e5e9e9, #e5e9e9);
  background-image: url("../img/pop-up-triangle.png"), -webkit-gradient(linear, left top, left bottom, from(#e5e9e9), to(#e5e9e9));
  background-position: right;
  background-repeat: no-repeat;
  border: 1px solid #9b9d9d;
  box-shadow: inset 0 1px 0 #fff;
  color: #454545;
  text-shadow: 0 1px 0 #fff;
  height: 23px;
  min-width: 70px;
  padding: 0 30px 0 5px;
  -webkit-appearance: none !important;
  font: 12px "source", helvetica, arial, sans-serif;
}
select.button:hover {
  background-image: url("../img/pop-up-triangle.png"), linear-gradient(top, #edf1f1, #edf1f1);
  background-image: url("../img/pop-up-triangle.png"), -webkit-gradient(linear, left top, left bottom, from(#edf1f1), to(#edf1f1));
  background-position: right;
  background-repeat: no-repeat;
}
select.button:active {
  background-color: #d3d7d7;
  background-image: url("../img/pop-up-triangle.png");
  background-position: right;
  background-repeat: no-repeat;
  box-shadow: inset 0 1px 0px rgba(0,0,0,0.12);
  text-decoration: none;
}
select.button:focus {
  border: 1px solid #093ffd;
  box-shadow: 0 0 0 2px #6fb5f1;
  outline: none;
}
select.button.dark {
  background-image: url("../img/pop-up-triangle-dark.png"), linear-gradient(top, #595b5b, #595b5b);
  background-image: url("../img/pop-up-triangle-dark.png"), -webkit-gradient(linear, left top, left bottom, from(#595b5b), to(#595b5b));
  background-position: right;
  background-repeat: no-repeat;
  border: 1px solid #2d2f31;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
  color: #c5c7c7;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.69);
  height: 23px;
  min-width: 70px;
  padding: 0 30px 0 5px;
  -webkit-appearance: none !important;
}
select.button.dark:hover {
  background-image: url("../img/pop-up-triangle-dark.png"), linear-gradient(top, #646666, #646666);
  background-image: url("../img/pop-up-triangle-dark.png"), -webkit-gradient(linear, left top, left bottom, from(#646666), to(#646666));
  background-position: right;
  background-repeat: no-repeat;
}
select.button.dark:active {
  background-color: #404141;
  background-image: url("../img/pop-up-triangle-dark.png");
  background-position: right;
  background-repeat: no-repeat;
  box-shadow: inset 0 1px 0px rgba(0,0,0,0.18);
  text-decoration: none;
}
select.button.dark:focus {
  border: 1px solid rgba(34,238,51,0) 1;
  box-shadow: 0 0 0 2px #6086a7;
  outline: none;
}
select.button.dark option {
  color: #454545;
}
select.button.large {
  height: 29px !important;
  min-width: 70px;
  padding: 0 30px 0 10px !important;
}
.button.cta,
.button.cta.disabled:hover,
.button.cta.disabled:active {
  background-clip: padding-box !important;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  height: 21px;
  line-height: 21px;
  min-width: 15px;
  margin: 0 5px 5px 0;
  max-width: 150px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  background-color: #278ddf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#278ddf), to(#278ddf));
  background-image: linear-gradient(top, #278ddf, #278ddf);
  border: 1px solid #133150;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.27);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.36);
}
.button.cta:hover {
  background-color: #379ef0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#379ef0), to(#379ef0));
  background-image: linear-gradient(top, #379ef0, #379ef0);
}
.button.cta:active {
  background: #1976c3;
  box-shadow: inset 0 1px 0px rgba(0,0,0,0.36);
  text-decoration: none;
  outline: none;
}
.text,
.inline-block {
  background-clip: padding-box !important;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  height: 21px;
  line-height: 21px;
  min-width: 15px;
  margin: 0 5px 5px 0;
  max-width: 150px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  min-width: auto;
  max-width: auto;
  padding-left: 0;
  padding-right: 0;
}
.text-field {
  border: 1px solid #a5a8a8;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  box-sizing: border-box;
  color: #000;
  font-family: "Source Sans Pro", "source", helvetica, arial, sans-serif;
  -webkit-border-radius: 4px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  height: 21px;
  margin: 0 3px 3px 0;
  padding: 1px 3px 0 3px;
  min-width: 150px;
}
.text-field.large {
  font-size: 14px;
  padding: 1px 4px 0 4px;
  height: 27px;
}
.text-field.dark {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(0,0,0,0.7);
  color: #fff;
}
.text-field.error {
  border: 1px solid #ea015e;
  -webkit-box-shadow: 0 0 4px #ff0078;
  box-shadow: 0 0 4px #ff0078, inset 0px 1px 0px rgba(0,0,0,0.15);
}
.text-field.dark.error {
  border: 1px solid #ea015e;
  -webkit-box-shadow: 0 0 4px #ff0078;
  box-shadow: 0 0 4px #ff0078, inset 0px 1px 0px rgba(0,0,0,0.15);
}
.text-field:focus {
  border: 1px solid #0940fd;
  -webkit-box-shadow: 0 0 4px #08f;
  box-shadow: 0 0 4px #08f;
  outline: none;
}
.text-field.dark:focus {
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 4px #222;
  box-shadow: 0 0 4px #222;
  outline: none;
}
.text-field[disabled=disabled] {
  opacity: 0.6;
}
a {
  color: #0083e8;
  text-decoration: none;
}
a:active {
  text-decoration: underline;
}
.link {
  background-clip: padding-box !important;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  height: 21px;
  line-height: 21px;
  min-width: 15px;
  margin: 0 5px 5px 0;
  max-width: 150px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  color: #0083e8;
  min-width: auto;
  max-width: auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}
.link:active {
  text-decoration: underline;
}
.link:focus {
  outline: none;
  text-shadow: 0 0 0 2px #6fb5f1;
  box-shadow: 0 0 0 2px #6fb5f1;
  border: 1px solid;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
}
.link.dark {
  color: #5dc1ff;
}
.link.dark:focus {
  box-shadow: ;
  border-color: ;
}
.drop-down-triangle {
  background-image: url("../img/drop-down-triangle.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 6px;
  top: 9px;
  width: 9px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.drop-down-triangle.dark {
  background-image: url("../img/drop-down-triangle-dark.png") !important;
  top: 8px;
}
.large .drop-down-triangle {
  background-image: url("../img/drop-down-triangle.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 6px;
  top: 12px;
  width: 9px;
}
.icon-xs {
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #aaa;
  height: 13px;
  width: 13px;
  margin: 4px 4px 0 -3px;
}
.icon-sm {
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #aaa;
  height: 16px;
  width: 16px;
  margin: 5px 6px 0 -9px;
}
.approx-slider {
  background: #d3d7d7;
  border: 1px solid #9b9d9d;
  border-radius: 3px;
  box-shadow: inset 0 1px 0px rgba(0,0,0,0.12);
  display: inline-block;
  height: 3px;
  outline: none;
  width: 100px;
  -webkit-appearance: none !important;
}
.approx-slider::-webkit-slider-thumb {
  background-image: none, linear-gradient(top, #e5e9e9, #e5e9e9);
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(#e5e9e9), to(#e5e9e9));
  background-position: center;
  background-repeat: none;
  border: 1px solid #9b9d9d;
  box-shadow: inset 0 1px 0 #fff;
  color: #454545;
  text-shadow: 0 1px 0 #fff;
  border-radius: 3px;
  cursor: pointer;
  height: 12px;
  width: 8px;
  -webkit-appearance: none !important;
}
.approx-slider:focus::-webkit-slider-thumb {
  border: 1px solid #093ffd;
  box-shadow: 0 0 0 2px #6fb5f1;
  outline: none;
}
.approx-slider.large {
  height: 5px;
  width: 140px !important;
}
.approx-slider.large::-webkit-slider-thumb {
  height: 15px;
  width: 10px;
}
.approx-slider.dark {
  background: #414545;
  border: 1px solid #2d2f31;
  box-shadow: inset 0 1px 0px rgba(0,0,0,0.18);
}
.approx-slider.dark::-webkit-slider-thumb {
  background-image: none, linear-gradient(top, #595b5b, #595b5b);
  background-image: none, -webkit-gradient(linear, left top, left bottom, from(#595b5b), to(#595b5b));
  background-position: center;
  background-repeat: none;
  border: 1px solid #2d2f31;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
  color: #c5c7c7;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.69);
}
.approx-slider.dark:focus::-webkit-slider-thumb {
  border: 1px solid rgba(34,238,51,0) 1;
  box-shadow: 0 0 0 2px #6086a7;
  outline: none;
}
input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
input[type=checkbox] input[type=checkbox] + label {
  background: url("../img/checkbox_unchecked.png") no-repeat 0 50%;
  display: inline-block;
  font-weight: 400;
  padding: 0 0 0 20px;
}
input[type=checkbox] input[type=checkbox]:checked + label {
  background: url("../img/checkbox_checked.png") no-repeat 0 50%;
  display: inline-block;
  padding: 0 0 0 20px;
}
input[type=checkbox] input.dark[type=checkbox] + label {
  background: url("../img/checkbox_unchecked_dark.png") no-repeat 0 50%;
  display: inline-block;
  padding: 0 0 0 20px;
}
input[type=checkbox] input.dark[type=checkbox]:checked + label {
  background: url("../img/checkbox_checked_dark.png") no-repeat 0 50%;
  display: inline-block;
  padding: 0 0 0 20px;
}
input[type=checkbox] input[type=checkbox]:focus + label {
  border: 1px solid #093ffd;
  box-shadow: 0 0 0 2px #6fb5f1;
  outline: none;
  border-radius: 3px;
  padding: 2px 2px 2px 22px;
  background-position: 2px 50%;
  margin: -3px;
}
input[type=checkbox] input.dark[type=checkbox]:focus + label {
  border: 1px solid rgba(34,238,51,0) 1;
  box-shadow: 0 0 0 2px #6086a7;
  outline: none;
  border-radius: 3px;
  padding: 2px 2px 2px 22px;
  background-position: 2px 50%;
  margin: -3px;
}
input.slide-switch[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
input.slide-switch[type=checkbox] + label {
  background-clip: padding-box !important;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  height: 21px;
  line-height: 21px;
  min-width: 15px;
  margin: 0 5px 5px 0;
  max-width: 150px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  margin: 0 5px 5px 5px;
  background-color: #ccc;
  background-image: none !important;
  border: 1px solid #9b9d9d;
  font-family: source-sb;
  cursor: pointer;
  padding: 0;
  position: relative;
  width: 54px;
  vertical-align: middle;
}
input.slide-switch[type=checkbox]:checked + label .wrapper {
  left: 0px;
  padding: 0 0 0 0;
}
input.slide-switch[type=checkbox]:checked + label .wrapper .on {
  visibility: visible;
  -moz-transition: visibility 0s linear 0s;
  -webkit-transition: visibility 0s linear 0s;
  transition: visibility 0s linear 0s;
}
input.slide-switch[type=checkbox]:checked + label .wrapper .off {
  visibility: hidden;
  -moz-transition: visibility 0s linear 0.2s;
  -webkit-transition: visibility 0s linear 0.2s;
  transition: visibility 0s linear 0.2s;
}
input.slide-switch[type=checkbox]:focus + label {
  border: 1px solid #093ffd;
  box-shadow: 0 0 0 2px #6fb5f1;
  outline: none;
  padding: 0 0 0 0;
  margin: 0 5px 5px 5px;
}
input.slide-switch[type=checkbox]:focus + label .switch {
  border: 1px solid #093ffd;
  box-shadow: 0 0 0 2px #6fb5f1;
}
input.slide-switch.dark[type=checkbox]:focus + label {
  border: 1px solid rgba(34,238,51,0) 1;
  box-shadow: 0 0 0 2px #6086a7;
  outline: none;
  padding: 0 0 0 0;
  margin: 0 5px 5px 5px;
}
input.slide-switch.dark[type=checkbox]:focus + label .switch {
  border: 1px solid rgba(34,238,51,0) 1;
  box-shadow: 0 0 0 2px #6086a7;
}
input.slide-switch[type=checkbox] + label .wrapper {
  display: block;
  height: 21px;
  position: relative;
  top: 0px;
  left: -38px;
  -moz-transition: left 0.2s ease-out;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  width: 90px;
  z-index: 1;
}
input.slide-switch[type=checkbox] + label .switch,
input.slide-switch[type=checkbox] + label .on,
input.slide-switch[type=checkbox] + label .off {
  display: block;
  height: 21px;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  top: 0;
}
input.slide-switch[type=checkbox] + label .switch {
  background: #e5e9e9;
/* Old browsers */
  background: -moz-linear-gradient(top, #e5e9e9, #e5e9e9);
/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e9e9), to(#e5e9e9));
/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5e9e9, #e5e9e9);
/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5e9e9, #e5e9e9);
/* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e9e9, #e5e9e9);
/* IE10+ */
  background: linear-gradient(top, #e5e9e9, #e5e9e9);
/* W3C */
  border: 1px solid #9b9d9d;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 #fff;
  left: 37px;
  width: 16px;
  top: -1px;
  z-index: 1;
}
input.slide-switch[type=checkbox] + label .on {
  background: #e0f0fa;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: inset 0 1px 0px rgba(0,0,0,0.12);
  color: light-blue-text;
  width: 38px;
  padding-right: 3px;
  visibility: hidden;
  -moz-transition: visibility 0s linear 0.2s;
  -webkit-transition: visibility 0s linear 0.2s;
  transition: visibility 0s linear 0.2s;
}
input.slide-switch[type=checkbox] + label .off {
  background: #d3d7d7;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: inset 0 1px 0px rgba(0,0,0,0.12);
  left: 51px;
  width: 38px;
  padding-left: 3px;
  visibility: visible;
  -moz-transition: visibility 0s linear 0s;
  -webkit-transition: visibility 0s linear 0s;
  transition: visibility 0s linear 0s;
}
input.slide-switch.dark[type=checkbox] + label {
  background-color: #404141;
  border: 1px solid #2d2f31;
  padding: 0 0 0 0;
}
input.slide-switch.dark[type=checkbox] + label .switch,
input.slide-switch.dark[type=checkbox] + label .on,
input.slide-switch.dark[type=checkbox] + label .off {
  text-shadow: 0 -1px 0 rgba(0,0,0,0.69);
}
input.slide-switch.dark[type=checkbox] + label .switch {
  background: #595b5b;
/* Old browsers */
  background: -moz-linear-gradient(top, #595b5b, #595b5b);
/* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#595b5b), to(#595b5b));
/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #595b5b, #595b5b);
/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #595b5b, #595b5b);
/* Opera 11.10+ */
  background: -ms-linear-gradient(top, #595b5b, #595b5b);
/* IE10+ */
  background: linear-gradient(top, #595b5b, #595b5b);
/* W3C */
  border: 1px solid #2d2f31;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}
input.slide-switch.dark[type=checkbox] + label .on {
  background: #404141;
  box-shadow: inset 0 1px 0px rgba(0,0,0,0.18);
  color: dark-blue-text;
}
input.slide-switch.dark[type=checkbox] + label .off {
  background: #404141;
  box-shadow: inset 0 1px 0px rgba(0,0,0,0.18);
  color: #999;
}
input.slide-switch.large[type=checkbox] + label {
  height: 27px;
  width: 69px;
}
input.slide-switch.large[type=checkbox] + label .wrapper {
  display: block;
  height: 27px;
  position: relative;
  top: 0px;
  left: -48px;
  -moz-transition: left 0.2s ease-out;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  z-index: 1;
}
input.slide-switch.large[type=checkbox] + label .switch,
input.slide-switch.large[type=checkbox] + label .on,
input.slide-switch.large[type=checkbox] + label .off {
  height: 27px;
  font-size: 14px;
  line-height: 28px;
}
input.slide-switch.large[type=checkbox] + label .switch {
  left: 47px;
  width: 21px;
}
input.slide-switch.large[type=checkbox] + label .on {
  width: 48px;
}
input.slide-switch.large[type=checkbox] + label .off {
  left: 66px;
  width: 48px;
}
input.slide-switch.large[type=checkbox]:checked + label .wrapper {
  left: 0px;
}
.spinner {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.75s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0.75s;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}
.spinner {
  display: inline-block;
  margin: 0 5px 5px 0;
  width: 16px;
  height: 16px;
  background: url("../img/spinner.png") 50% no-repeat;
  background-size: 100%;
}
.spinner.large {
  width: 36px;
  height: 36px;
  background: url("../img/spinner2x.png") 50% no-repeat;
  background-size: 100%;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}
.swatch.large {
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  height: 27px;
  width: 27px;
}
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  background: url("../img/breadcrumb.png") no-repeat right 3px;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 3px 0 0;
  padding: 0 11px 0 0;
}
.breadcrumbs li:last-child {
  background: none;
}
.bg-slategray .breadcrumbs li {
  color: #fff;
}
.breadcrumbs a {
  color: #888;
  text-decoration: none;
}
.bg-slategray .breadcrumbs a {
  color: #bbb;
}
