/*
    Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-bs.sp-container {
    border-radius: 4px;
    background-color: white;
    border: solid 1px #66afe9;
    padding: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-bs.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #aaa;
    background: transparent;
    color: #aaa;
    vertical-align: middle;
}
.sp-bs.sp-replacer:hover, .sp-bs.sp-replacer.sp-active {
    border-color: #aaa;
    color: #111;
}

/* Buttons */
.sp-bs.sp-container button {
  background-color: #fff;
  background-image: none;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
}
.sp-bs.sp-container button:hover {
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.sp-bs .sp-button-container .sp-cancel {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #337ab7 !important;
    margin:0;
    padding:10px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;
}
.sp-bs .sp-cancel:hover {
    color: #23527c !important;
    text-decoration: underline;
}
