/* Taggy v0.1.0 */

div.taggy-container {
  position: relative;
}

img.taggy-img {
  max-width: 100%;
}

span.taggy-coord {
  position: absolute;
  height: 14px;
  width: 14px;
  margin-left: -7px;
  margin-top: -7px;
  background-color: #fdcc29;
  border-radius: 50%;
  cursor: pointer;
}

span.taggy-coord.iluminate{
  -moz-box-shadow: 0px 0px 30px #ffe17e;
  -webkit-box-shadow: 0px 0px 10px #ffe17e;
  box-shadow: 0 0 10px #ffe17e;
  border: 2px solid #ffe17e;
}

.confirm-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: .5;
}

.confirm-box {
  cursor: default;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.confirm-box a {
  text-decoration: none;
}

.confirm-box .confirm-dialog {
  transform: translate(0, 0);
  max-width: 400px;
  padding: 0 20px 0 20px;
  margin: 10% auto;
  position: relative;
}

.confirm-box .confirm-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  font-size: 24px;
  border-radius: .20em;
  font-family: sans-serif;
}

.confirm-box .confirm-title {
  background-color: #fdcc29;
  color: white;
  font-size: 18px;
  padding: 35px 30px;
  text-align: center;
  margin: 0;
}

.confirm-title.taggy-sm {
  padding: 15px 20px;
}

.confirm-box .confirm-text{
  padding: 10%;
  font-size: 15px;
}

.confirm-box .confirm-title .close{
  float: right;
  color: #fdcc29;
  background: white;
  border-radius: 200px;
  padding: 1%;
  font-size: 12px;
  width: 14px;
  height: 14px;
}

input.taggy-input {
  height: 50px;
  border: none;
  border-bottom: 2px solid black;
  font-size: 30px;
  width: 90%;
  margin-top: 3%;
  margin-bottom: 5%;
  font-weight: 200;
}

input.taggy-input:focus{
  outline: none;
}

textarea.taggy-textarea {
  height: 100px;
  font-size: 16px;
  width: 90%;
  margin-top: 3%;
  margin-bottom: 5%;
  font-weight: 400;
}

textarea.taggy-textarea:focus{
  outline: none;
}

.confirm-box .button {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  width: 50%;
  position: relative;
  padding: 25px;
  text-align: center;
}

.confirm-box .accept {
  background-color: #34BC9D;
  border-radius: 0 0 0 .20em;
}

.confirm-box .accept:hover { background-color: #46CFB0; }

.confirm-box .cancel {
  background-color: #fc7169;
  border-radius: 0 0 .20em 0;
}

.confirm-box .cancel-full{
  background-color: #34BC9D;
  border-radius: 0 0 .20em 0;
  width: 100%;
}

.confirm-box .cancel:hover { background-color: #fc8982; }

div#optionSelector{
  width: 80%;
}

#optionSelector ul li{
  list-style: none;
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  padding: 5%;
  font-size: 18px;
}

#optionSelector ul li input{
  margin-right: 5%;
}

div.taggy-get {
  padding-top: 30px;
  padding-bottom: 20px;
  font-weight: 300;
  min-height: 100px;
}
