/* line 2, /myapp/app/assets/stylesheets/changes.scss */
#search_stat_form {
  margin: 30px 0;
}
/* line 4, /myapp/app/assets/stylesheets/changes.scss */
#search_stat_form div {
  padding-left: 5px;
}
/* line 7, /myapp/app/assets/stylesheets/changes.scss */
#search_stat_form input, #search_stat_form select {
  width: 200px;
  display: inline-block;
}
/* line 11, /myapp/app/assets/stylesheets/changes.scss */
#search_stat_form .form-group {
  margin: 10px;
  padding: 0;
}
/* line 15, /myapp/app/assets/stylesheets/changes.scss */
#search_stat_form [type="submit"] {
  margin: 30px 0;
}

/* line 20, /myapp/app/assets/stylesheets/changes.scss */
.admin_stats_studio_or_trainer.select {
  height: 50px;
}
/* line 23, /myapp/app/assets/stylesheets/changes.scss */
.admin_stats_studio_or_trainer label.control-label {
  width: 220px !important;
}

/* line 28, /myapp/app/assets/stylesheets/changes.scss */
.static_search_time {
  width: 505px;
  height: 100px;
  position: relative;
  top: 0;
  left: 0;
}
/* line 34, /myapp/app/assets/stylesheets/changes.scss */
.static_search_time label {
  width: 100px;
}
/* line 37, /myapp/app/assets/stylesheets/changes.scss */
.static_search_time div {
  float: left;
  width: 200px;
}

/* line 48, /myapp/app/assets/stylesheets/changes.scss */
#booking_rebate_code {
  width: 300px;
}

/* line 53, /myapp/app/assets/stylesheets/changes.scss */
#check_anwser.success {
  color: #7AA344;
}
/* line 56, /myapp/app/assets/stylesheets/changes.scss */
#check_anwser.error {
  color: #EF5B00;
}

/* line 61, /myapp/app/assets/stylesheets/changes.scss */
#anmelde_hinweis {
  border: 1px solid black;
  margin-top: 10px;
}
/* line 64, /myapp/app/assets/stylesheets/changes.scss */
#anmelde_hinweis p {
  padding: 0 7px 10px 7px;
  margin: 0;
}

/* line 70, /myapp/app/assets/stylesheets/changes.scss */
#hinweis_header {
  display: block;
  padding: 7px;
}

/* line 74, /myapp/app/assets/stylesheets/changes.scss */
.search_wrap {
  margin: 20px 0;
}

/* line 77, /myapp/app/assets/stylesheets/changes.scss */
#q_cert_first_name, #q_last_name {
  margin: 0 10px 10px 0;
  width: 225px;
}

/* line 83, /myapp/app/assets/stylesheets/changes.scss */
span.red:hover, span.green:hover {
  cursor: default;
}

/* line 88, /myapp/app/assets/stylesheets/changes.scss */
.forum_topic {
  border-radius: 4px;
  border: solid 1px #d4d9de;
  box-shadow: 0 1px 4px rgba(82, 86, 91, 0.2);
  background: #f7f8f9;
  margin-bottom: 10px;
}

/* line 96, /myapp/app/assets/stylesheets/changes.scss */
.forum_topic_heading {
  padding-left: 10px;
}

/* line 104, /myapp/app/assets/stylesheets/changes.scss */
.further_subtopics_header {
  padding: 10px 10px 10px 10px;
  font-size: 105%;
  font-weight: bold;
}

/* line 110, /myapp/app/assets/stylesheets/changes.scss */
.further_subtopics_button {
  height: 30px;
  padding: 0 10px;
  margin-right: 5px;
  border: none;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, whitesmoke 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
  color: #52565b;
  cursor: pointer;
  font-weight: bold;
  font-size: 120%;
  line-height: 30px;
  white-space: nowrap;
}

/* line 130, /myapp/app/assets/stylesheets/changes.scss */
.further_subtopics_button_inactive {
  height: 30px;
  padding: 0 10px;
  margin-right: 5px;
  border: none;
  border-radius: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fca9a9+0,f28774+100 */
  background: #fca9a9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fca9a9 0%, #f28774 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fca9a9 0%, #f28774 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fca9a9 0%, #f28774 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca9a9', endColorstr='#f28774',GradientType=0 );
  /* IE6-9 */
  color: #52565b;
  cursor: pointer;
  font-weight: bold;
  font-size: 120%;
  line-height: 30px;
  white-space: nowrap;
}

/* line 153, /myapp/app/assets/stylesheets/changes.scss */
.admin-alert-info {
  background-color: #e9ffd9;
  border-color: #a6ca8a;
}

/* line 158, /myapp/app/assets/stylesheets/changes.scss */
.further_subtopics {
  padding: 5px 10px 5px 10px;
  margin: 3px 10px 3px 10px;
  font-weight: bold;
  font-size: 110%;
  background: none !important;
  background-color: #E8E7E7 !important;
  border-radius: 5px;
  color: #fff;
  text-transform: none !important;
}

/* line 171, /myapp/app/assets/stylesheets/changes.scss */
.topic_posts_container {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 176, /myapp/app/assets/stylesheets/changes.scss */
.topic-description {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 181, /myapp/app/assets/stylesheets/changes.scss */
.topic-new-post {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 186, /myapp/app/assets/stylesheets/changes.scss */
.topic-post-buttons-container {
  margin-right: 5px;
}

/* line 190, /myapp/app/assets/stylesheets/changes.scss */
.post-posted_at {
  text-transform: none !important;
}

/* line 194, /myapp/app/assets/stylesheets/changes.scss */
.post-edited {
  text-transform: none !important;
}

/* line 198, /myapp/app/assets/stylesheets/changes.scss */
.post-edit {
  text-transform: none !important;
}

/* line 202, /myapp/app/assets/stylesheets/changes.scss */
.post-remove {
  text-transform: none !important;
}

/* line 206, /myapp/app/assets/stylesheets/changes.scss */
.post-message {
  margin: 10px 10px 10px 10px;
}

/* line 210, /myapp/app/assets/stylesheets/changes.scss */
.post-message ul {
  list-style: circle !important;
  margin-left: 20px;
}

/* line 215, /myapp/app/assets/stylesheets/changes.scss */
.post-message ol {
  list-style: decimal !important;
  margin-left: 20px;
}

/* line 220, /myapp/app/assets/stylesheets/changes.scss */
.post-message h4 {
  text-transform: none !important;
  margin: 10px;
}

/* line 225, /myapp/app/assets/stylesheets/changes.scss */
.post_author_name {
  margin: 15px 0 10px 10px;
  font-size: larger;
  font-weight: bold;
  text-overflow: ellipsis;
}

/* line 232, /myapp/app/assets/stylesheets/changes.scss */
.topic_post_spacer {
  background-color: #a6ca8a;
  clear: both;
  width: 100%;
  height: 1px;
}

/* line 241, /myapp/app/assets/stylesheets/changes.scss */
.forum_body {
  border-top: 1px solid;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  margin: 10px;
}

/* line 250, /myapp/app/assets/stylesheets/changes.scss */
.forum_badge {
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(82, 86, 91, 0.2);
  background: grey;
  font-size: 55%;
  color: white;
  padding: 0px 5px;
  margin-right: 10px;
}

/* line 260, /myapp/app/assets/stylesheets/changes.scss */
.form-actions {
  text-align: right;
  margin-bottom: 10px;
}

/* line 265, /myapp/app/assets/stylesheets/changes.scss */
.alert-neutral {
  background-color: #f2f2f2 !important;
  border-color: #9fa9b1;
}

/* line 270, /myapp/app/assets/stylesheets/changes.scss */
header.forum {
  height: 300px !important;
}

/* line 274, /myapp/app/assets/stylesheets/changes.scss */
section.forum {
  padding-top: 20px !important;
}

/* line 279, /myapp/app/assets/stylesheets/changes.scss */
.modal-open {
  overflow: hidden;
}

/* line 282, /myapp/app/assets/stylesheets/changes.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 304, /myapp/app/assets/stylesheets/changes.scss */
.modal.in .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 310, /myapp/app/assets/stylesheets/changes.scss */
.modal-dialog {
  width: auto;
}

/* line 315, /myapp/app/assets/stylesheets/changes.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 20px;
}

/* line 337, /myapp/app/assets/stylesheets/changes.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 341, /myapp/app/assets/stylesheets/changes.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 345, /myapp/app/assets/stylesheets/changes.scss */
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 350, /myapp/app/assets/stylesheets/changes.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 353, /myapp/app/assets/stylesheets/changes.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 357, /myapp/app/assets/stylesheets/changes.scss */
.modal-body {
  position: relative;
  padding: 20px 15px 10px 15px;
}

/* line 361, /myapp/app/assets/stylesheets/changes.scss */
.modal-footer {
  padding: 0px 20px 5px;
  margin-top: 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 367, /myapp/app/assets/stylesheets/changes.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 371, /myapp/app/assets/stylesheets/changes.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 374, /myapp/app/assets/stylesheets/changes.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 378, /myapp/app/assets/stylesheets/changes.scss */
.modal-dialog {
  width: 80%;
  margin: auto auto;
}

@media (max-width: 340px) {
  /* line 384, /myapp/app/assets/stylesheets/changes.scss */
  a.button {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  /* line 391, /myapp/app/assets/stylesheets/changes.scss */
  .modal-dialog {
    width: 600px;
    margin: auto auto;
  }

  /* line 395, /myapp/app/assets/stylesheets/changes.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 399, /myapp/app/assets/stylesheets/changes.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 404, /myapp/app/assets/stylesheets/changes.scss */
  .modal-lg {
    width: 900px;
  }
}
