.sweet-alert {
  min-width: 300px;
}
@media (min-width: 600px) {
  .sweet-alert {
    min-width: 600px;
  }
}
.sweet-alert h2 {
  min-height: 20px;
  margin: 10px !important;
}
.sweet-alert p {
  font-size: 18px !important;
  padding: 12px 0 !important;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  text-align: left !important;
}
.sweet-alert .sa-button-container {
  text-align: right;
}
.sweet-alert .sa-button-container button {
  padding: 6px 20px !important;
}
.event-form .js_recurrent_editor_link {
  padding: 7px 0 20px;
  line-height: 2.7;
}
.event-form #image_area {
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
}
.event-form #image_area img.uploaded_image {
  max-width: 100%;
  height: auto;
}
.event-form #image_area .progress {
  margin: 40px 0;
}
.event-form #image_area .progress .bar {
  height: 20px;
  background: #68d2ff;
}
.event-form #image_area .inner_text {
  text-align: center;
  margin: 40px auto;
}
.event-form #image_area .btn_area {
  padding-top: 20px;
}
.event-form #image_area .btn_area + .inner_text {
  text-align: center;
  margin: 10px auto;
}
.event-form #image_area:hover {
  box-shadow: 0 0 3px #333;
}
.event-form #image_area.js_need_upgrade {
  opacity: 0.4;
}
.event-form #image_area.js_need_upgrade:hover {
  box-shadow: none;
}
.event-form .form-group > .checkbox {
  margin-top: -20px;
}
.event-form .form-group > .checkbox label {
  margin-right: 20px;
}
.panel h4 {
  margin-top: 0;
  border-bottom: 1px solid #f0f0f0;
}
.panel .css_categories_section + h4 {
  margin-top: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.panel label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: normal;
}
.panel label input[type=checkbox] {
  width: 20px;
}
.panel #js_tweet_text {
  width: 100%;
  min-height: 70px;
  height: auto;
}
.panel .js_autofill_tweet {
  text-align: center;
  position: relative;
}
.panel .js_tweet_counter {
  position: absolute;
  right: 7px;
  top: 1px;
  border-radius: 5px;
  border: 1px solid #bbb;
  padding: 0 8px;
  float: right;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  border-top-left-radius: 0;
}
.panel .checkboxes legend {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 0 none;
  margin-bottom: 0;
  margin-top: 8px;
}
.panel .checkboxes .checkbox {
  margin-bottom: -3px;
  padding-top: 0;
}
.panel .checkboxes:first-of-type legend {
  margin-top: 0;
}
.panel.panel-default {
  border: 2px solid #ccc;
}
.panel.panel-default .panel-heading {
  font-size: 24px;
  font-weight: 300;
  color: #333;
  background: #ccc;
  padding: 2px 15px;
  border-radius: 0;
}
.panel.panel-default .panel-body {
  background: #eee;
  font-weight: 300;
}
.panel.panel-default .panel-body label {
  font-weight: 300;
}
.invisible_section {
  margin-top: 10px;
  display: none;
}
.sweet-alert h2 {
  min-height: 2px;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 17px !important;
}
.sweet-alert p {
  border-top: 0 none;
  border-bottom: 0 none;
  padding: 0;
}
.sweet-alert .css_mcs_popup_block {
  padding: 12px;
  border-bottom: 1px solid #bbb;
}
.sweet-alert .css_mcs_popup_block:first-of-type {
  border-top: 1px solid #bbb;
}
.sweet-alert .css_mcs_popup_block:last-of-type {
  padding-bottom: 0;
  border-bottom: 0 none;
}
.sweet-alert .css_mcs_popup_block span {
  position: relative;
  top: 6px;
}
.sweet-alert .css_mcs_popup_block a.btn {
  width: 80px;
}
.sweet-alert .css_mcs_popup_block_single {
  padding: 12px;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
}
.select2-results__option {
  border-bottom: 1px solid #f0f0f0;
}
.select2-results__option.select2-results__option--highlighted .venue-selector-address {
  font-size: 12px;
  color: #ccc;
}
.select2-results__option .venue-selector-title {
  font-weight: bold;
}
.select2-results__option .venue-selector-address {
  font-size: 12px;
  color: #999;
}
.ui-dialog .btn.btn-primary {
  color: #fff;
}
#new_venue_dlg {
  min-width: 320px;
  text-align: left;
}
#event-color-cont {
  padding-left: 11px;
}
#js_placement_box .panel-body {
  padding-top: 3rem;
}
