/* copyright by Revolvy, LLC */
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 4px 12px;
  margin: 0 5px 0 5px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn:hover, .btn:focus {
  color: #333333;
  background-color: #c0c0dd;
  text-decoration: none;
  background-position: 0;
  -webkit-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }

.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #0044cc; }

.btn-orange {
  color: #f8f8f8;
  background-color: #ff8735;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffca4f), to(#ff8735));
  background-image: -webkit-linear-gradient(top, #ffca4f, #ff8735);
  background-image: -moz-linear-gradient(top, #ffca4f, #ff8735);
  background-image: linear-gradient(to bottom, #ffca4f, #ff8735);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-repeat: repeat-x; }

.btn-orange:hover {
  background-color: #ff8735;
  color: #fff; }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box; }

#revolvy_modal {
  position: absolute;
  width: 500px;
  margin-left: -250px;
  z-index: 10;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

#revolvy_modal_backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.5); }

#revolvy_modal_header {
  position: relative;
  z-index: 4;
  text-align: center; }

#revolvy_modal_title {
  text-align: center;
  color: #000;
  line-height: normal;
  margin: 15px 0px 0px 5%;
  max-width: 90%;
  max-height: 60px;
  overflow: hidden;
  padding-bottom: 1px; }

#revolvy_modal_close {
  position: absolute;
  right: 12px;
  top: 4px;
  font-family: sans-serif;
  line-height: 0.9;
  font-weight: normal;
  padding: 3px 6px 2px 6px !important;
  margin: 0px !important;
  text-shadow: 0 1px 0 #ffffff;
  font-size: 24px !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  outline: 0px transparent;
  float: right; }

#revolvy_modal_close:hover {
  color: #fff;
  background: #f00 !important;
  border-color: #f88 !important;
  text-decoration: none;
  opacity: 1;
  cursor: pointer; }

#revolvy_modal_body {
  position: relative;
  z-index: 1;
  outline: 0px transparent;
  color: #555;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  min-width: 95%;
  overflow-y: auto; }

#revolvy_modal_message {
  border: 0px solid #000;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center; }

h3#revolvy_subtitle {
  color: #666;
  padding: 4px;
  border: 2px solid rgba(69, 186, 193, 0.25);
  border-radius: 5px; }

#revolvy_modal_footer {
  text-align: center;
  padding: 14px 15px 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff; }

#revolvy_submit {
  min-width: 70px; }

#revolvy_cancel {
  min-width: 70px; }

/*# sourceMappingURL=../sourcemaps/alert.css.map */
