/* line 9, ../scss/sounddogs-ui.scss */
.onoffswitch {
  position: relative;
  min-width: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 14, ../scss/sounddogs-ui.scss */
.onoffswitch-checkbox {
  display: none;
}

/* line 17, ../scss/sounddogs-ui.scss */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 3px;
  border: 1px solid #1b7098;
  border-color: #1b7098 #105684 #074174;
  color: white;
  overflow: hidden;
}

/* line 37, ../scss/sounddogs-ui.scss */
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: all, 1s, ease-in;
  -moz-transition: all, 1s, ease-in;
  -o-transition: all, 1s, ease-in;
  transition: all, 1s, ease-in;
}

/* line 42, ../scss/sounddogs-ui.scss */
.onoffswitch-inner > div {
  float: left;
  width: 50%;
  height: 28px;
  padding: 0;
  line-height: 28px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 54, ../scss/sounddogs-ui.scss */
.onoffswitch-inner .onoffswitch-active {
  padding-left: 4px;
  text-align: left;
  text-shadow: inset 3px 3px 3px white;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00aaff), color-stop(100%, #0c5ac0));
  background: -webkit-linear-gradient(#00aaff, #0c5ac0);
  background: -moz-linear-gradient(#00aaff, #0c5ac0);
  background: -o-linear-gradient(#00aaff, #0c5ac0);
  background: linear-gradient(#00aaff, #0c5ac0);
}

/* line 60, ../scss/sounddogs-ui.scss */
.onoffswitch-inner .onoffswitch-inactive {
  padding-right: 4px;
  text-align: right;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7f7f7f), color-stop(100%, #6e6e6e));
  background: -webkit-linear-gradient(#7f7f7f, #6e6e6e);
  background: -moz-linear-gradient(#7f7f7f, #6e6e6e);
  background: -o-linear-gradient(#7f7f7f, #6e6e6e);
  background: linear-gradient(#7f7f7f, #6e6e6e);
}

/* line 65, ../scss/sounddogs-ui.scss */
.onoffswitch-switch {
  width: 30px;
  margin: 0px;
  margin-left: 1px;
  margin-top: 3px;
  height: 22px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #c8c8c8));
  background: -webkit-linear-gradient(#ffffff, #c8c8c8);
  background: -moz-linear-gradient(#ffffff, #c8c8c8);
  background: -o-linear-gradient(#ffffff, #c8c8c8);
  background: linear-gradient(#ffffff, #c8c8c8);
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all, 1s, ease-in;
  -moz-transition: all, 1s, ease-in;
  -o-transition: all, 1s, ease-in;
  transition: all, 1s, ease-in;
}

/* line 77, ../scss/sounddogs-ui.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 80, ../scss/sounddogs-ui.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 2px;
}

/* line 84, ../scss/sounddogs-ui.scss */
.blue-button {
  border: 1px solid #003bae;
  border-bottom: 1px solid #002b85;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #25c7ff;
  -moz-box-shadow: inset 0 1px 0 0 #25c7ff;
  box-shadow: inset 0 1px 0 0 #25c7ff;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana, Trebuchet, Arial, sans-serif;
  background-color: #00aaff;
  background-image: deprecated-webkit-gradient(linear, left top, left bottom, #00aaff 0%, #0078de 50%, #005fcf 50%, #0064d1 100%);
  background-image: -webkit-linear-gradient(top, #00aaff 0%, #0078de 50%, #005fcf 50%, #0064d1 100%);
  background-image: -moz-linear-gradient(top, #00aaff 0%, #0078de 50%, #005fcf 50%, #0064d1 100%);
  background-image: -ms-linear-gradient(top, #00aaff 0%, #0078de 50%, #005fcf 50%, #0064d1 100%);
  background-image: -o-linear-gradient(top, #00aaff 0%, #0078de 50%, #005fcf 50%, #0064d1 100%);
  background-image: linear-gradient(top, #00aaff 0%, #0078de 50%, #005fcf 50%, #0064d1 100%);
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #001d8d;
}
/* line 152, ../scss/mixins/_button.scss */
.blue-button:hover:not(:disabled) {
  cursor: pointer;
  background-color: #009bed;
  background-image: deprecated-webkit-gradient(linear, left top, left bottom, #009bed 0%, #006ccc 50%, #0055bd 50%, #005ac0 100%);
  background-image: -webkit-linear-gradient(top, #009bed 0%, #006ccc 50%, #0055bd 50%, #005ac0 100%);
  background-image: -moz-linear-gradient(top, #009bed 0%, #006ccc 50%, #0055bd 50%, #005ac0 100%);
  background-image: -ms-linear-gradient(top, #009bed 0%, #006ccc 50%, #0055bd 50%, #005ac0 100%);
  background-image: -o-linear-gradient(top, #009bed 0%, #006ccc 50%, #0055bd 50%, #005ac0 100%);
  background-image: linear-gradient(top, #009bed 0%, #006ccc 50%, #0055bd 50%, #005ac0 100%);
}
/* line 172, ../scss/mixins/_button.scss */
.blue-button:active:not(:disabled) {
  -webkit-box-shadow: inset 0 0 20px 0 #003685, 0 1px 0 white;
  -moz-box-shadow: inset 0 0 20px 0 #003685, 0 1px 0 white;
  box-shadow: inset 0 0 20px 0 #003685, 0 1px 0 white;
}
/* line 38, ../scss/mixins/_button.scss */
.blue-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*Forms*/
/* line 89, ../scss/sounddogs-ui.scss */
.form_group {
  display: block;
  margin: 0 auto;
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

/* line 96, ../scss/sounddogs-ui.scss */
.form_item {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 102, ../scss/sounddogs-ui.scss */
.form_item_label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  display: cell;
  font-size: 11px;
  font-family: Verdana, Trebuchet, Arial, sans-serif;
}

/* line 108, ../scss/sounddogs-ui.scss */
.form_component {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  display: cell;
}

/* line 112, ../scss/sounddogs-ui.scss */
.form_item_desc {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  display: cell;
  font-size: 10px;
}

/* line 117, ../scss/sounddogs-ui.scss */
.form_first_item {
  display: table;
}

/* line 122, ../scss/sounddogs-ui.scss */
.form_item_submit {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

/* line 129, ../scss/sounddogs-ui.scss */
.form_item_button {
  display: block;
  margin: 0 auto;
}

/* line 134, ../scss/sounddogs-ui.scss */
.form_submit {
  height: 40px;
}

/*
 * The dropdown customization was adapted from :
 * 
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
/* line 148, ../scss/sounddogs-ui.scss */
.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 150px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 whitesmoke;
  border-radius: 3px;
  background-color: #f2f2f2;
  background-image: deprecated-webkit-gradient(linear, left top, left bottom, #f2f2f2, #f2f2f2);
  background-image: -webkit-linear-gradient(top, #f2f2f2, #f2f2f2);
  background-image: -moz-linear-gradient(top, #f2f2f2, #f2f2f2);
  background-image: -ms-linear-gradient(top, #f2f2f2, #f2f2f2);
  background-image: -o-linear-gradient(top, #f2f2f2, #f2f2f2);
  background-image: linear-gradient(top, #f2f2f2, #f2f2f2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
/* line 161, ../scss/sounddogs-ui.scss */
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none;
}
/* line 174, ../scss/sounddogs-ui.scss */
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
/* line 179, ../scss/sounddogs-ui.scss */
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

/* line 186, ../scss/sounddogs-ui.scss */
.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
/* line 204, ../scss/sounddogs-ui.scss */
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 213, ../scss/sounddogs-ui.scss */
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
/* line 225, ../scss/sounddogs-ui.scss */
.lt-ie9 .dropdown {
  z-index: 1;
}
/* line 226, ../scss/sounddogs-ui.scss */
.lt-ie9 .dropdown-select {
  z-index: -1;
}
/* line 227, ../scss/sounddogs-ui.scss */
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  /* line 231, ../scss/sounddogs-ui.scss */
  .dropdown-select {
    padding-left: 6px;
  }
}

/* line 233, ../scss/sounddogs-ui.scss */
.dropdown-dark {
  background: #444;
  border-color: #111111 #0a0a0a black;
  background-color: transparent;
  background-image: deprecated-webkit-gradient(linear, left top, left bottom, transparent, rgba(0, 0, 0, 0.4));
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 239, ../scss/sounddogs-ui.scss */
.dropdown-dark:before {
  border-bottom-color: #aaa;
}
/* line 240, ../scss/sounddogs-ui.scss */
.dropdown-dark:after {
  border-top-color: #aaa;
}
/* line 242, ../scss/sounddogs-ui.scss */
.dropdown-dark .dropdown-select {
  color: #aaa;
  text-shadow: 0 1px black;
  /* Fallback for IE 8 */
  background: #444;
}
/* line 248, ../scss/sounddogs-ui.scss */
.dropdown-dark .dropdown-select:focus {
  color: #ccc;
}
/* line 250, ../scss/sounddogs-ui.scss */
.dropdown-dark .dropdown-select > option {
  background: #444;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}
