/* line 503, ../../app/stylesheets/framework/_admin.scss */
#flash_notice, #flash_alert {
  padding: 5px 8px;
  margin: 10px 0;
}
/* line 506, ../../app/stylesheets/framework/_admin.scss */
#flash_notice ul, #flash_alert ul {
  list-style-type: none;
  margin: 0px 10px;
  padding: 0px;
}
/* line 510, ../../app/stylesheets/framework/_admin.scss */
#flash_notice ul .field, #flash_alert ul .field {
  text-transform: capitalize;
  font-weight: bold;
}

/* line 516, ../../app/stylesheets/framework/_admin.scss */
#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
  margin: 10px;
}

/* line 521, ../../app/stylesheets/framework/_admin.scss */
#flash_alert {
  background-color: #FCC;
  border: solid 1px #C66;
  margin: 10px;
}

/* line 527, ../../app/stylesheets/framework/_admin.scss */
.alert_success {
  background: #CCFFCC none repeat scroll 0 0 !important;
  border-color: #5CE65C !important;
  color: #70BA70 !important;
}

/* line 533, ../../app/stylesheets/framework/_admin.scss */
.breadcrumb-link {
  color: white !important;
  float: left !important;
  margin-left: 11px !important;
  margin-right: -8px !important;
}

/* line 540, ../../app/stylesheets/framework/_admin.scss */
.admin #repeat_event_form {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
}
/* line 543, ../../app/stylesheets/framework/_admin.scss */
.admin #repeat_event_form .right {
  text-align: right;
  padding-right: 20px;
}
/* line 547, ../../app/stylesheets/framework/_admin.scss */
.admin #repeat_event_form .r_every_text {
  line-height: 25px;
  color: #888888;
}
/* line 551, ../../app/stylesheets/framework/_admin.scss */
.admin #repeat_event_form .row.collapse {
  margin-bottom: 5px;
}
/* line 554, ../../app/stylesheets/framework/_admin.scss */
.admin #repeat_event_form input[readonly] {
  color: #ccc;
  color: #ccc;
  border: 1px solid #ccc;
}
/* line 560, ../../app/stylesheets/framework/_admin.scss */
.admin #event_repeat {
  float: left;
  margin-top: 6px;
  margin-bottom: 0px;
}
/* line 565, ../../app/stylesheets/framework/_admin.scss */
.admin #summary {
  float: left;
  font-family: Helvetica, Arial, sans-serif !important;
  margin-top: 0px;
  clear: both;
}
/* line 571, ../../app/stylesheets/framework/_admin.scss */
.admin .repeat_yes {
  float: left;
  font-family: Helvetica, Arial, sans-serif !important;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 7px;
}
/* line 578, ../../app/stylesheets/framework/_admin.scss */
.admin #edit_repeat {
  margin-left: 5px;
  float: right;
  cursor: pointer;
  color: #4b741a;
}

/* line 586, ../../app/stylesheets/framework/_admin.scss */
#user-form .chosen-container.chosen-container-single {
  width: 310px !important;
}

/* line 590, ../../app/stylesheets/framework/_admin.scss */
.check_options_section, .check_options_category, .check_options_column, .check_options_milestone, .check_options_top_local_news, .check_options_event, .check_options_obituary, .check_options_c, .check_options_re, .check_options_d {
  margin-top: 10px;
  font-size: 13px;
}
/* line 593, ../../app/stylesheets/framework/_admin.scss */
.check_options_section input, .check_options_category input, .check_options_column input, .check_options_milestone input, .check_options_top_local_news input, .check_options_event input, .check_options_obituary input, .check_options_c input, .check_options_re input, .check_options_d input {
  margin-right: 3px;
  margin-left: 10px;
}
/* line 596, ../../app/stylesheets/framework/_admin.scss */
.check_options_section input#sponsor_show_home_page, .check_options_category input#sponsor_show_home_page, .check_options_column input#sponsor_show_home_page, .check_options_milestone input#sponsor_show_home_page, .check_options_top_local_news input#sponsor_show_home_page, .check_options_event input#sponsor_show_home_page, .check_options_obituary input#sponsor_show_home_page, .check_options_c input#sponsor_show_home_page, .check_options_re input#sponsor_show_home_page, .check_options_d input#sponsor_show_home_page {
  margin-left: 0px;
}

/* line 601, ../../app/stylesheets/framework/_admin.scss */
.check_options_milestone, .check_options_top_local_news, .check_options_event, .check_options_obituary, .check_options_c, .check_options_re, .check_options_d {
  margin-top: 2px;
}

/* line 604, ../../app/stylesheets/framework/_admin.scss */
.type_crop {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  padding-left: 45px;
}
/* line 609, ../../app/stylesheets/framework/_admin.scss */
.type_crop #dataWidth {
  width: 50px;
  margin-bottom: 10px;
}
/* line 613, ../../app/stylesheets/framework/_admin.scss */
.type_crop #dataHeight {
  width: 50px;
  margin-bottom: 10px;
}

/* line 619, ../../app/stylesheets/framework/_admin.scss */
#crop-dialog .rotate {
  display: inline-block;
  float: right;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}
/* line 625, ../../app/stylesheets/framework/_admin.scss */
#crop-dialog .rotate::after {
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(200, 200, 200, 0.6);
  z-index: 2;
}
/* line 636, ../../app/stylesheets/framework/_admin.scss */
#crop-dialog .rotate #lbl_rotate_only {
  margin-left: 0;
}
/* line 639, ../../app/stylesheets/framework/_admin.scss */
#crop-dialog .rotate #rotate_only {
  position: relative;
  z-index: 3;
}

/* line 645, ../../app/stylesheets/framework/_admin.scss */
.crop-container {
  margin-bottom: 15px;
}

/* line 649, ../../app/stylesheets/framework/_admin.scss */
#crop-dialog input[type='submit'] {
  background: #609028;
  color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 700;
}

/* line 659, ../../app/stylesheets/framework/_admin.scss */
form#crop-form {
  margin-bottom: 8px;
}

/* line 109, ../../app/stylesheets/framework/_story_box.scss */
.calendar-index-box .box-contents .event-row a {
  margin-right: 5px;
}
/* line 113, ../../app/stylesheets/framework/_story_box.scss */
.calendar-index-box .box-contents .event-row a:link, .calendar-index-box .box-contents .event-row a:active, .calendar-index-box .box-contents .event-row a:visited {
  color: #717171;
}
/* line 116, ../../app/stylesheets/framework/_story_box.scss */
.calendar-index-box .box-contents .event-row a:hover {
  color: #000;
}
/* line 119, ../../app/stylesheets/framework/_story_box.scss */
.calendar-index-box .box-contents .event-row a:after {
  content: ",";
}
/* line 122, ../../app/stylesheets/framework/_story_box.scss */
.calendar-index-box .box-contents .event-row a:last-child:after {
  content: "";
}

/* line 128, ../../app/stylesheets/framework/_story_box.scss */
#primary h2.box-header {
  font-family: "Lato", Verdana, Arial, sans-serif;
  width: 70%;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* line 134, ../../app/stylesheets/framework/_story_box.scss */
#primary h2.box-header.form-box-header {
  width: 100%;
}
/* line 137, ../../app/stylesheets/framework/_story_box.scss */
#primary h2.box-header.no-top {
  padding-top: 0px !important;
}

/* line 149, ../../app/stylesheets/framework/_story_box.scss */
#controller.towns #action.show #primary .real-estate-box .box-contents .content h3,
#controller.towns #action.show #primary .business-listing-box .box-contents .content h3 {
  margin-bottom: 5px;
}
/* line 151, ../../app/stylesheets/framework/_story_box.scss */
#controller.towns #action.show #primary .real-estate-box .box-contents .content h3 a,
#controller.towns #action.show #primary .business-listing-box .box-contents .content h3 a {
  font-size: 16px;
  color: #333;
}
/* line 156, ../../app/stylesheets/framework/_story_box.scss */
#controller.towns #action.show #primary .real-estate-box .box-contents .content .stats,
#controller.towns #action.show #primary .business-listing-box .box-contents .content .stats {
  font-size: 14px;
  line-height: 19px;
}
/* line 166, ../../app/stylesheets/framework/_story_box.scss */
#controller.towns #action.show #primary h2.box-header.re-title a, #controller.towns #action.show #primary h2.box-header.bl-title a {
  font-weight: bold;
}

/* line 175, ../../app/stylesheets/framework/_story_box.scss */
#primary h2.box-header.event-name {
  width: 100% !important;
}

/* line 180, ../../app/stylesheets/framework/_story_box.scss */
#primary h2.box-header.full-width {
  width: 100% !important;
}

/* line 185, ../../app/stylesheets/framework/_story_box.scss */
#primary h2.box-header.round-width {
  width: 560px !important;
}

/* line 190, ../../app/stylesheets/framework/_story_box.scss */
#primary h2.box-header.title-event-index {
  width: 68% !important;
}

/* line 132, ../../app/stylesheets/framework/_layout.scss */
.tablet-show.header-sidebar .nearby_towns {
  padding: 0 15px;
}
/* line 133, ../../app/stylesheets/framework/_layout.scss */
.tablet-show.header-sidebar .nearby_towns h4.title {
  font-size: 12px !important;
  margin-bottom: 10px;
  text-decoration: underline;
}
/* line 139, ../../app/stylesheets/framework/_layout.scss */
.tablet-show.header-sidebar .nearby_towns ul {
  width: 100%;
  margin-left: 25px;
  margin-bottom: 10px;
}
/* line 143, ../../app/stylesheets/framework/_layout.scss */
.tablet-show.header-sidebar .nearby_towns ul li {
  padding-left: 0px;
}
/* line 145, ../../app/stylesheets/framework/_layout.scss */
.tablet-show.header-sidebar .nearby_towns ul li a {
  color: #4b741a;
}

/* line 154, ../../app/stylesheets/framework/_layout.scss */
#local-news-bar .link_nearby_towns a {
  font-size: 14px !important;
  color: #4b741a;
  text-decoration: underline;
}
/* line 160, ../../app/stylesheets/framework/_layout.scss */
#local-news-bar ul.list_nearby_towns {
  width: 360px;
  margin: 10px 0px;
  overflow: inherit;
  float: right;
}
/* line 165, ../../app/stylesheets/framework/_layout.scss */
#local-news-bar ul.list_nearby_towns li {
  float: left;
  display: inline;
  width: 50%;
}
/* line 169, ../../app/stylesheets/framework/_layout.scss */
#local-news-bar ul.list_nearby_towns li a {
  color: #4b741a;
  font-size: 13px;
}

/* line 177, ../../app/stylesheets/framework/_layout.scss */
.category-name {
  float: right;
  font-size: 18px;
  font-weight: bold;
  padding-top: 3px;
}

/* line 183, ../../app/stylesheets/framework/_layout.scss */
.with-category-name {
  display: inline-block;
}

/* line 186, ../../app/stylesheets/framework/_layout.scss */
.hide-subscribe-box {
  height: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 0 !important;
}
/* line 192, ../../app/stylesheets/framework/_layout.scss */
.hide-subscribe-box .news-letter-float {
  height: 0 !important;
}

/* line 196, ../../app/stylesheets/framework/_layout.scss */
.ipad-vertical-show {
  display: none;
}

/* line 199, ../../app/stylesheets/framework/_layout.scss */
.spinner-email, .spinner-pass {
  float: left;
  top: 14px;
  position: relative;
  left: 270px;
}

/* dark color overrides */
/* line 4, ../../app/stylesheets/chosen_theme.scss */
.town-event-picker-widget #green {
  max-width: 268px;
}
/* line 7, ../../app/stylesheets/chosen_theme.scss */
.town-event-picker-widget #green .chosen-container.chosen-container-single {
  max-width: 216px;
}

/* line 12, ../../app/stylesheets/chosen_theme.scss */
#green {
  margin-bottom: 2px;
  /* Some IE 7-9 fun with this next one - filter likes to override background */
}
/* line 15, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container .chosen-results li {
  color: #555;
  padding-left: 15px;
}
/* line 18, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container .chosen-results li.optgroup {
  padding-left: 5px !important;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
}
/* line 28, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container .chosen-drop {
  background-color: #fff;
  color: #555;
}
/* line 34, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container-single .chosen-single {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
/* line 46, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container-single .chosen-single {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #4b741a;
  background-image: none;
  background: #4b741a none top left no-repeat;
  filter: none;
  border: none;
  display: block;
  height: 30px;
}
/* line 60, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container .chosen-drop {
  border: 1px solid #4b741a;
}
/* line 63, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container-single .chosen-single div {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4b741a), color-stop(0.6, #4b741a));
  background-image: -webkit-linear-gradient(center bottom, #4b741a 0%, #4b741a 60%);
  background-image: -moz-linear-gradient(center bottom, #4b741a 0%, #4b741a 60%);
  background-image: -o-linear-gradient(bottom, #4b741a 0%, #4b741a 60%);
  background-image: -ms-linear-gradient(top, #4b741a 0%, #4b741a 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$green', endColorstr='$green',GradientType=0 );
  background-image: linear-gradient(top, #4b741a 0%, #4b741a 60%);
  border-left: 1px solid #fff;
}
/* line 73, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container-active .chosen-single-with-drop {
  box-shadow: none;
}
/* line 77, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container .chosen-results .highlighted {
  background: #4b741a;
  color: #eeeeee;
}
/* line 81, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container .chosen-results .no-results {
  background: #333;
}
/* line 84, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container .chosen-results li em {
  background: none;
}
/* line 90, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container-single .chosen-single abbr {
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/chosen-sprite-dark.png") right top no-repeat;
}
/* line 93, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container-single .chosen-single div b {
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/chosen-sprite-dark.png") no-repeat 0 1px;
}
/* line 97, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container-single .chosen-search input {
  background: white url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/chosen-sprite-dark.png") no-repeat 100% -22px;
  color: #000;
  border: 1px solid #555555;
}
/* line 103, ../../app/stylesheets/chosen_theme.scss */
#green .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  background: url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/chosen-sprite-dark.png") right top no-repeat;
}

/* line 107, ../../app/stylesheets/chosen_theme.scss */
.chosen-container {
  margin: 5px auto 2px auto;
}

/* line 110, ../../app/stylesheets/chosen_theme.scss */
.chosen-rtl .chosen-search input {
  background: #333333 url("https://s3.amazonaws.com/tapinto-production/assets/images/icons/chosen-sprite-dark.png") no-repeat 100% -22px;
  color: #555;
  border: 1px solid #555555;
}

/* line 115, ../../app/stylesheets/chosen_theme.scss */
.group-result {
  cursor: pointer;
}
