html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.clearfix {
  clear: both;
}
input.has-error {
  border-color: #ee6767;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
textarea.has-error {
  border-color: #ee6767;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
label.has-error {
  color: #ee6767;
}
.has-error {
  color: #ee6767;
}
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #ee6767;
  box-shadow: inset 0 2px rgba(0, 0, 0, 0.04), 0 0 4px rgba(185, 74, 72, 0.2);
}
.form-horizontal .form-control.has-error,
.form-control.has-error {
  border-color: #ee6767;
  box-shadow: inset 0 2px rgba(0, 0, 0, 0.04), 0 0 4px rgba(185, 74, 72, 0.2);
}
.form-horizontal .form-control:focus,
.form-control:focus {
  border-color: #498dff;
  box-shadow: 0 0 8px rgba(73, 141, 255, 0.3);
}
.text-success,
.text-success:hover {
  color: #51d186 !important;
}
.text-danger,
.text-danger:hover {
  color: #ee6767 !important;
}
.text-disabled,
.text-disabled:hover {
  color: #83888e !important;
}
.flex-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row.vert-align-middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex-row.horz-align-middle {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
}
.flex-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-column.vert-align-middle {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex-column.horz-align-middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.green-btn {
  border: none;
  box-shadow: 0 1px #ddbf11;
  text-shadow: 0 1px rgba(0, 0, 0, 0.11), 0 0 2px rgba(0, 0, 0, 0.14);
  background: #f9d811;
  color: #fff;
  border-radius: 3px;
  padding: 6px 12px;
}
.green-btn:hover {
  background: #ffda00;
  color: #fff;
  box-shadow: 0 1px #e7cc30;
  text-decoration: none;
}
.green-btn:active {
  background: #f5d413;
  color: #fff;
  box-shadow: 0 1px #ddbf11;
  text-decoration: none;
}
.green-btn:visited,
.green-btn:focus {
  color: white;
  text-decoration: none;
}
.green-btn[disabled] {
  background-color: #e2e2e2 !important;
  border: none !important;
  box-shadow: none !important;
}
.btn-fb {
  background: #3b579d;
  color: #fff !important;
  border: 1px solid #263864;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.33), 0 1px rgba(0, 0, 0, 0.18);
  text-shadow: 0 2px rgba(0, 0, 0, 0.28);
  position: relative;
}
.btn-fb:hover {
  background: #4c6dbe;
  color: #fff;
}
.btn-fb:active {
  background: #3b579d;
}
.btn-email {
  background: #7c7c7c;
  color: #fff !important;
  border: 1px solid #545454;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.33), 0 1px rgba(0, 0, 0, 0.18);
  text-shadow: 0 2px rgba(0, 0, 0, 0.28);
  position: relative;
}
.btn-email:hover {
  background: #868686;
  color: #fff;
}
.btn-email:active {
  background: #737373;
}
input::-webkit-input-placeholder {
  color: #ccc !important;
}
textarea::-webkit-input-placeholder {
  color: #ccc !important;
}
input:-moz-placeholder {
  color: #ccc !important;
}
textarea:-moz-placeholder {
  color: #ccc !important;
}
.datepicker-dropdown {
  z-index: 1100 !important;
}
.btn {
  border-radius: 2px;
  font-weight: bold;
  padding: 10px 25px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.22), 0 0 5px rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn > .glyphicon,
.btn .fa {
  margin-right: 5px;
}
.btn,
.btn:active {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
}
.btn:active {
  opacity: 0.75;
}
.btn,
.btn:hover,
.btn:active,
.btn:focus {
  color: white;
}
.btn.btn-large {
  font-size: 18px;
  padding: 20px 30px;
}
.btn.btn-x-large {
  font-size: 26px;
  padding: 25px 50px;
}
.btn.btn-medium {
  font-size: 16px;
  padding: 20px 30px;
}
.btn.btn-small {
  font-size: 12px;
  padding: 7px 15px;
}
.btn.btn-micro {
  font-size: 10px;
  padding: 5px 12px;
}
.btn .badge {
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 8px;
  font-weight: 800;
  padding: 3px 5px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  cursor: pointer;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:disabled {
  background: #4a8eff !important;
}
.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background: #51d186;
}
.btn-success:disabled {
  background: #51d18660;
}
.btn-default {
  text-shadow: 0 1px #fff;
}
.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #f9fafb;
  color: #30404a;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.09), inset 0 0 0 1px #e7e7e9, inset 0 2px rgba(255, 255, 255, 0.7);
}
.btn-default.selected {
  background: #e3e6e8;
  color: #46545d;
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.04), inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(255, 255, 255, 0.65);
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.btn-yellow {
  background: #f0d128;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #ee6767;
}
.btn-purple {
  background: #753c96;
}
.btn-link {
  text-shadow: none;
  box-shadow: none;
  padding: 7px 18px;
}
.btn-link,
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #4a8eff;
}
.btn-link:active,
.btn-link.active {
  box-shadow: none;
  text-decoration: none;
}
.btn-link.btn-small {
  padding: 7px 8px;
}
.btn-dark-gray {
  background: #424a4e;
}
.btn-yellow-outline,
a.btn-yellow-outline {
  color: #ffd800;
  border: 1px solid #ffd800;
  background: none;
  text-shadow: none;
  box-shadow: none;
}
.btn-yellow-outline,
a.btn-yellow-outline,
.btn-yellow-outline:link,
a.btn-yellow-outline:link,
.btn-yellow-outline:hover,
a.btn-yellow-outline:hover,
.btn-yellow-outline:active,
a.btn-yellow-outline:active,
.btn-yellow-outline:focus,
a.btn-yellow-outline:focus {
  color: #ffd800;
}
.btn-yellow-outline:hover,
a.btn-yellow-outline:hover {
  background: rgba(255, 216, 0, 0.21);
  text-decoration: none;
}
.btn-yellow-outline:active,
a.btn-yellow-outline:active {
  box-shadow: none;
}
.btn-blue-outline,
a.btn-blue-outline {
  border: 1px solid #4a8eff;
  background: none;
  text-shadow: none;
  box-shadow: none;
}
.btn-blue-outline,
a.btn-blue-outline,
.btn-blue-outline:link,
a.btn-blue-outline:link,
.btn-blue-outline:hover,
a.btn-blue-outline:hover,
.btn-blue-outline:active,
a.btn-blue-outline:active,
.btn-blue-outline:focus,
a.btn-blue-outline:focus {
  color: #4a8eff;
}
.btn-blue-outline:hover,
a.btn-blue-outline:hover {
  background: #4a8eff33;
}
.btn-blue-outline:active,
a.btn-blue-outline:active {
  box-shadow: none;
}
.btn-white-outline,
a.btn-white-outline {
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: none;
  text-shadow: none;
  box-shadow: none;
}
.btn-white-outline,
a.btn-white-outline,
.btn-white-outline:link,
a.btn-white-outline:link,
.btn-white-outline:hover,
a.btn-white-outline:hover,
.btn-white-outline:active,
a.btn-white-outline:active,
.btn-white-outline:focus,
a.btn-white-outline:focus {
  color: #fff;
}
.btn-white-outline:hover,
a.btn-white-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}
.btn-white-outline:active,
a.btn-white-outline:active {
  box-shadow: none;
}
.btn-semi-trans-black,
a.btn-semi-trans-black {
  color: #fff;
  background: rgba(0, 0, 0, 0.17);
}
.btn-semi-trans-black:hover,
a.btn-semi-trans-black:hover {
  background: rgba(0, 0, 0, 0.3);
}
.facebook-color {
  color: #3969af;
}
.twitter-color {
  color: #59adec;
}
.spotify-color {
  color: #2ebd59;
}
.instagram-color {
  color: #a27450;
}
.soundcloud-color {
  color: #ff8800;
}
.youtube-color {
  color: #b31217;
}
.pinterest-color {
  color: #ab171e;
}
.facebook-background,
.btn-facebook {
  background-color: #3969af;
}
.twitter-background,
.btn-twitter {
  background-color: #59adec;
}
.spotify-background,
.btn-spotify {
  background-color: #2ebd59;
}
.instagram-background,
.btn-instagram {
  background-color: #a27450;
}
.soundcloud-background,
.btn-soundcloud {
  background-color: #ff8800;
}
.youtube-background,
.btn-youtube {
  background-color: #b31217;
}
.pinterest-background,
.btn-pinterest {
  background-color: #ab171e;
}
.btn-shopify {
  background-color: #7cb460;
}
.btn-smile {
  background-color: #ffc828;
}
.btn-zapier {
  background-color: #ff4a00;
}
.btn-eventbrite {
  background-color: #ff8000;
}
.btn-mailchimp {
  background-color: #4cb9e1;
}
.btn-etix {
  background-color: #02559f;
}
.btn-dice {
  background-color: #484848;
}
.btn-see-tickets {
  background-color: #4a8eff;
}
.btn-campaign-monitor {
  background-color: #002b45;
}
.btn-csv-import {
  background-color: #000;
}
.male-color {
  color: #acd6f7;
}
.female-color {
  color: #ffc6d2;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ee6767;
}
.iti {
  color: #000000;
  width: 100%;
  max-width: 100%;
}
