/****** FILE: themes/default/css/base.css *****/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0;
}
html {
  height: 100%;
  margin-bottom: 1px;
}
body {
  position: relative;
}
a {
  color: #3764aa;
  text-decoration: none;
}
a:hover {
  color: #008cff;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 0;
  padding: 0;
}
h1 {
  font-size: 150%;
  color: #004276;
}
h2 {
  font-size: 125%;
  color: #004276;
  margin-bottom: 0.2em;
}
h3 {
  font-size: 150%;
  color: #333;
}
h4 {
  font-size: 175%;
  color: #333;
}
h5 {
  font-size: 150%;
  color: #333;
}
h6 {
  font-size: 125%;
  color: #333;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
}
div#left {
  width: 200px;
}
div#middle .layoutleft div#left {
  float: left;
}
div#middle .layoutright div#left {
  float: right;
}
div#right {
  width: 340px;
  float: right;
}
div#equalright {
  width: 50%;
  padding: 0;
  float: right;
}
div#footer {
  width: auto;
  clear: both;
}
div#underfooter {
  width: auto;
}
.clearingfix:after {
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.clearingfix {
  display: block;
}
.floatbox {
  overflow: hidden;
}
.hide {
  display: none;
}
div.map {
  border: #999 1px solid;
  width: 800px;
  height: 480px;
}
#mapStatus {
  float: left;
  background-color: #e1e1e1;
  border-left: solid 1px #999;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  font-size: 10px;
  width: 800px;
}
#mapStatus div {
  float: left;
  display: inline-block;
  padding: 4px 6px 4px 6px;
  border-right: solid 1px #999;
}
#mapMousePosition {
  min-width: 135px;
  text-align: center;
}
#mapOutput sup {
  height: 0;
  line-height: 1;
  vertical-align: text-top;
  position: relative;
  font-size: 8px;
}
div.graph-holder {
  height: 150px;
  overflow: hidden;
  width: 805px;
}
div.slider-holder {
  font-size: 70%;
  height: 70px;
  margin-top: 1em;
  width: 554px;
  padding-left: 1em;
}
div.slider-holder label {
  color: #666;
}
ul {
  padding-left: 1.5em;
}
#reports-box {
  float: left;
  width: 600px;
}
#filters-box {
  float: left;
  width: 280px;
  margin-left: 20px;
}
.f-clear {
  float: right;
}
.report-stats-container {
  clear: both;
}
.btn-less {
  display: none;
}
.r_categories,
.r_location {
  display: none;
}
#tooltip-box {
  display: none;
}
.f-location-box .rb_location-radius {
  width: 259px;
  height: 280px;
}
#rb_map-view {
  display: none;
  width: 590px;
  height: 384px;
}
ul.filter-list li a.selected {
  background: #dbdbdb;
}
.report_map {
  overflow: hidden;
  width: 100%;
  width: 450px;
  height: 350px;
  position: relative;
}
.report-find-location .btns {
  float: left;
}
.report-find-location .btns ul {
  padding: 4px;
}
.report-find-location .btn_find {
  float: left;
  margin: 10px 0 0 5px;
}
.report-find-location input.findtext {
  margin-top: 9px;
  padding: 5px 3px 0 3px;
  height: 24px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  width: 250px;
  border: 1px #ccc solid;
}
.report-find-loading {
  float: left;
  height: 31px;
  margin: 9px 0 0 3px;
}
.step-1 .map-wrapper .map-holder {
  overflow: hidden;
  width: 387px;
  height: 325px;
}
.step-1 .alert_slider {
  padding: 15px 15px 35px 15px;
}
.btns ul {
  margin: 0;
  padding: 9px 10px 0;
  clear: both;
  overflow: hidden;
  font-size: 90%;
}
.btns ul li {
  padding: 0 2px;
  float: left;
  list-style: none;
}
.btns ul li a {
  padding: 0 6px;
  color: #5c5c5c;
  background: #f2f7fa;
  float: left;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid #d1d1d1;
}
.btns ul li a.btns_red {
  background: #ffe9ec;
}
.btns ul li a.btns_gray {
  background: #eee;
}
.btns ul li a:hover {
  text-decoration: underline;
}
#geometryLabelerHolder {
  position: absolute;
  bottom: 0;
  display: none;
  width: 100%;
  background-color: #00008b;
  opacity: 0.8;
  z-index: 5000;
}
#geometryLabeler {
  padding: 10px;
}
#geometryLabeler label {
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
}
#geometryLabeler .lbl_text {
  width: 80px;
  margin-right: 15px;
}
#geometryLabeler .lbl_text2 {
  width: 180px;
}
#geometryLabeler #geometryLabelComment {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dotted #fff;
}
#geometryLat,
#geometryLon {
  display: none;
}
#geometryLabelerClose {
  z-index: 5001;
  position: absolute;
  top: 2px;
  right: 0;
  width: 18px;
  height: 18px;
  background: url("/media/img/openlayers/layer-switcher-minimize.png") no-repeat;
  cursor: pointer;
}

/****** FILE: themes/default/css/accordion.css *****/
#accordion .ui-accordion-header .ui-icon {
  right: 0.5em;
}
.ui-accordion .ui-accordion-header a {
  padding: 0.5em 2.2em 0.5em 0.5em;
  color: #797979;
  font-weight: bold;
}
#accordion .ui-accordion-header .small-link-button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: underline;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  background: #efefef url(/themes/default/images/bg_filter-accordion-title.png)
    top repeat-x;
}
.ui-state-active a.f-title {
  color: #2f4079;
}
.ui-accordion .ui-accordion-content {
  background: #efefef;
}
.ui-accordion .ui-accordion-content {
  padding: 0 8px 18px 8px;
  font-size: 11px;
}
.ui-accordion .ui-accordion-content p {
  margin-bottom: 8px;
}
.ui-accordion .ui-accordion-content a {
  color: #1f5e82;
}
.ui-accordion .ui-accordion-content a.reset,
.ui-accordion .ui-accordion-header a.reset,
a.reset {
  color: #981e01;
}

/****** FILE: themes/default/css/slider.css *****/
.ui-slider {
  clear: both;
  top: 5px;
  text-decoration: none !important;
}
.ui-slider .ui-slider-handle {
  overflow: visible !important;
}
.ui-slider .ui-slider-tooltip {
  display: none;
}
.ui-slider .screenReaderContext {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -999999999px;
}
.ui-slider .ui-state-active .ui-slider-tooltip,
.ui-slider .ui-state-focus .ui-slider-tooltip,
.ui-slider .ui-state-hover .ui-slider-tooltip {
  display: block;
  position: absolute;
  bottom: 2.5em;
  text-align: center;
  padding: 0.3em 0.2em 0.4em;
  font-size: 0.9em;
  width: 8em;
  margin-left: -3.7em;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down,
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-width: 0;
  background: none;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down {
  border-left: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-top-width: 8px;
  bottom: -8px;
  right: auto;
  left: 50%;
  margin-left: -7px;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
  border-left: 6px dashed transparent;
  border-right: 6px dashed transparent;
  border-top: 7px solid #fff;
  bottom: auto;
  top: -9px;
  left: -6px;
}
.ui-slider a {
  text-decoration: none;
}
.ui-slider ol,
.ui-slider li,
.ui-slider dl,
.ui-slider dd,
.ui-slider dt {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ui-slider ol,
.ui-slider dl {
  position: relative;
  top: 1.3em;
  width: 100%;
}
.ui-slider dt {
  top: 1.5em;
  position: absolute;
  padding-top: 0.2em;
  text-align: center;
  border-bottom: 1px dotted #ddd;
  height: 0.7em;
  color: #999;
}
.ui-slider dt span {
  background: #fff;
  padding: 0 0.5em;
}
.ui-slider li,
.ui-slider dd {
  position: absolute;
  overflow: visible;
  color: #666;
}
.ui-slider span.ui-slider-label {
  position: absolute;
}
.ui-slider li span.ui-slider-label,
.ui-slider dd span.ui-slider-label {
  display: none;
}
.ui-slider li span.ui-slider-label-show,
.ui-slider dd span.ui-slider-label-show {
  display: block;
}
.ui-slider span.ui-slider-tic {
  position: absolute;
  left: 0;
  height: 0.8em;
  top: -1.3em;
}
.ui-slider li span.ui-widget-content,
.ui-slider dd span.ui-widget-content {
  border-right: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-top: 0;
  border-bottom: 0;
}
.ui-slider .first .ui-slider-tic,
.ui-slider .last .ui-slider-tic {
  display: none;
}

/****** FILE: themes/default/css/style.css *****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-top: 0;
  padding: 0;
}
h1 {
  font-size: 150%;
  color: #004276;
}
h2 {
  font-size: 125%;
  color: #004276;
  margin-bottom: 0.2em;
}
h3 {
  font-size: 150%;
  color: #333;
}
h4 {
  font-size: 175%;
  color: #333;
}
h5 {
  font-size: 150%;
  color: #333;
  line-height: 33px;
}
h6 {
  font-size: 125%;
  color: #333;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  background: #585858 url(/themes/default/images/wall4.png) repeat;
}
div.wrapper,
div.rapidxwpr {
  margin: auto;
  width: 1200px;
}
div#header {
  position: relative;
  height: 144px;
  margin-bottom: 55px;
}
div#logo {
  border: 0;
  background: #e2e2e2;
  padding: 35px 24px;
  float: left;
  margin: 14px 0 0 0;
}
div#logo h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
div#logo a {
  text-decoration: none;
}
div#logo span {
  font-size: 14px;
}
div#middle {
  width: auto;
  margin: 0;
  clear: both;
  background: #fff;
  margin-top: 20px;
}
div#middle .background {
  min-height: 140px;
}
div#middle .layoutleft {
  background: none;
  padding-bottom: 0;
}
div#middle .layoutright {
  background: none;
}
div#left {
  width: 200px;
}
div#middle .layoutleft div#left {
  float: left;
  padding: 0;
}
div#middle .layoutright div#left {
  float: right;
  padding: 0;
}
div#right {
  width: 340px;
  padding: 0;
  float: right;
}
div#equalright {
  width: 50%;
  padding: 0;
  float: right;
}
div#main {
  width: auto;
  margin: 0;
  padding: 15px 29px;
}
div#mainmiddle {
  margin: 0;
}
div#main .withoutright {
  background: transparent;
}
div#content {
  width: auto;
}
div#main .withright div#content {
  margin: 0 325px 0 0;
  padding: 0;
}
div#main .withoutright div#content {
  margin: 0;
  padding: 0;
}
div#footer {
  width: auto;
  clear: both;
  color: #fff;
  background-color: #a8a8a8;
  padding-bottom: 20px;
}
div#underfooter {
  width: auto;
  height: 28px;
  background-color: #a8a8a8;
  position: relative;
  top: -28px;
  z-index: -1;
}
div#searchbox {
  position: absolute;
  top: 0;
  right: 0;
  background: #bebebe;
  border: #9f9f9f 2px solid;
  border-top: 0;
  width: 380px;
  padding: 0 0 10px 0;
}
div#loggedin_user_action {
  float: right;
  width: 100%;
  text-align: right;
  padding: 0 15px 0 0;
}
div.language-box {
  padding: 0;
  float: right;
  margin: -40px 11% 0 15px;
}
div.language-box select {
  width: 160px;
  margin-top: 2px;
  padding: 1px;
  font-size: 11px;
  color: #00789f;
}
div.search-form {
  padding: 0;
  float: right;
  position: absolute;
  right: 0;
  display: block;
  height: 31px;
  width: 247px;
  background: url(/media/img/search-box.png);
}
div.search-form ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div.search-form ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}
div.search-form input.text {
  left: 15px;
  position: absolute;
  padding: 2px 0 2px 0;
  border: none;
  margin: 0;
  background: none;
  width: 145px;
  font-size: 13px;
}
div.search-form input.text:hover {
  opacity: 0.8;
}
div.search-form input.searchbtn {
  border: #868686 1px solid;
  background: none;
  width: 24px;
  height: 21px;
  margin: 0 0 0 -4px;
  text-indent: -10000px;
  cursor: pointer;
  padding: 1px 0 19px 0;
  text-transform: uppercase;
}
div.submit-incident {
  margin: 60px 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
div.submit-incident a,
div.submit-incident a:hover {
  padding: 10px;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  float: left;
}
div#mainmenu {
  background: #c2c2c2;
  border: #fff 2px solid;
  padding: 7px 10px;
}
div#mainmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div#mainmenu li {
  float: left;
  display: block;
  margin-right: 15px;
}
div#mainmenu a {
  display: block;
  position: relative;
  padding: 7px 12px;
  color: #fff;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 120%;
}
div#mainmenu a:hover,
div#mainmenu a.active {
  text-decoration: none;
  background: #2e8ab8;
}
.feedicon {
  float: right;
}
.feedicon img {
  vertical-align: middle;
  border: 0;
}
div.filters {
  font-size: 85%;
  text-transform: uppercase;
  margin: 5px 0 15px;
}
div.filters strong {
  float: left;
  margin: 0 10px 0 0;
  background: url(/themes/default/images/filters-bg.jpg) 100% 3px no-repeat;
  padding: 0 15px 0 0;
}
div.filters ul {
  list-style: none;
}
div.filters li {
  float: left;
  display: block;
  margin-right: 10px;
}
div.filters ul li a {
  color: #996;
  padding: 0 5px;
  text-decoration: none;
}
div.filters ul li a:hover,
div.filters ul li a.active {
  color: #fff;
  padding: 0 5px;
  background: #39c;
  text-decoration: none;
}
div.filters .media-filters {
  float: left;
  width: 100%;
}
a.share {
  float: left;
  border-right: 1px solid #999;
  margin-top: 7px;
  padding: 5px 25px 5px 5px;
  background: url(/themes/default/images/share.jpg) no-repeat center;
  text-indent: -2000px;
  width: 125px;
  height: 18px;
}
div.map {
  border: #999 1px solid;
  width: 800px;
  height: 480px;
  position: relative;
}
div.map.timeline-enabled {
  height: 418px;
}
#mapStatus {
  float: left;
  background-color: #e1e1e1;
  border-left: solid 1px #999;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  font-size: 10px;
  width: 800px;
}
#mapStatus div {
  float: left;
  display: inline-block;
  padding: 4px 6px 4px 6px;
}
#mapScale {
  border-right: solid 1px #999;
}
#mapMousePosition {
  min-width: 135px;
  border-right: solid 1px #999;
  text-align: center;
}
#mapProjection {
  border-right: solid 1px #999;
}
#mapOutput sup {
  height: 0;
  line-height: 1;
  vertical-align: text-top;
  position: relative;
  font-size: 8px;
}
div.graph-holder {
  height: 150px;
  overflow: hidden;
  width: 787px;
}
div.slider-holder {
  font-size: 70%;
  height: 70px;
  margin-top: 15px;
  width: 554px;
  padding-left: 11px;
}
div.slider-holder label {
  color: #666;
}
.slider-holder .play {
  float: right;
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 3px 6px 3px 15px;
  color: #666;
  font-weight: bold;
  background-image: url(/media/img/arrow-play.gif);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  font-size: 1.2em;
}
.slider-holder .pause {
  background-image: url(/themes/default/images/pause.gif);
}
.slider-holder .play a {
  color: #666;
  text-decoration: none;
}
.slider-holder .play:hover {
  background-color: #ffc;
}
.slider-holder .play a:hover {
  text-decoration: underline;
}
div.cat-filters {
  font-size: 85%;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
div.cat-filters strong {
  float: left;
  margin: 0 10px 0 0;
  background: url(/themes/default/images/cat-filters-bg.jpg) 0 3px no-repeat;
  padding: 0 0 0 10px;
}
div.cat-filters span {
  font-weight: normal;
  font-size: 90%;
  margin-left: 5px;
  color: #666;
  letter-spacing: 2px;
}
div.cat-filters span a {
  color: #666;
}
ul.category-filters,
ul.category-filters ul {
  margin-left: 0;
}
ul.category-filters {
}
ul.category-filters li {
  padding: 0;
  margin-bottom: 2px;
  list-style-type: none;
}
ul.category-filters li a {
  display: block;
  padding: 8px 10px 8px 5px;
  font-size: 12px;
  text-decoration: none;
  color: #222;
  border: #e7e3da 1px solid;
  font-family: "Ubuntu", arial, sans-serif;
  position: relative;
  line-height: 15px;
  overflow: hidden;
}
ul.category-filters li a:hover,
ul.category-filters li a.active {
  border: 1px solid #eaeaea;
  color: #222;
  background-color: #3484ac;
  border: #3484ac 1px solid;
}
ul.category-filters li.child {
  display: none;
}
ul.category-filters li li {
  padding-left: 20px;
}
div.layers-filters {
  font-size: 85%;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
}
div.additional-content {
  padding: 15px;
  background: #eaeaea;
}
div.additional-content ol {
  margin-left: 2em;
}
div.how-to-report-methods div {
  margin-bottom: 10px;
}
div.content-container {
  background: white;
}
ul.content-column {
  width: 100%;
  padding: 0;
  margin: 0px 0;
  list-style: none;
}
ul.content-column li {
  float: left;
  width: 460px;
  padding: 0;
  margin: -160px 0 0 0;
  display: inline;
}
div.content-block {
  margin-right: 15px;
  padding: 15px;
  background-color: #fff;
}
div.content-block h5 span {
  font-size: 75%;
}
div.content-block img {
  width: 89%;
  padding: 5%;
  background: #fff;
  margin: 0 auto;
  display: block;
  -ms-interpolation-mode: bicubic;
}
div.content-block-left {
  padding: 15px;
  background: #fff;
  width: 427px;
  float: left;
  margin-right: 15px;
}
div.content-block-left h5 span {
  font-size: 75%;
}
div.content-block-right {
  padding: 15px;
  background: #fff;
  width: 427px;
  float: right;
}
div.site-footer {
  padding: 15px 15px 0 15px;
  background: #fff;
}
div.footermenu {
  float: right;
}
div.footermenu ul {
  list-style: none;
  margin: 0 0 10px 0;
}
div.footermenu ul li {
  list-style: none;
  float: left;
}
div.footermenu ul li a {
  color: #ef5d39;
  border-left: #fffdcc 1px solid;
  padding: 0 10px;
  text-decoration: none;
}
div.footermenu ul li a.item1 {
  border: 0;
  padding-left: 0;
}
div.footermenu ul li a:hover {
  text-decoration: underline;
}
div.footer-credits {
  clear: both;
  text-align: center;
  clear: both;
  float: right;
  font-size: 11px;
  color: #eaeaea;
  margin: 40px 0 0;
  text-transform: none;
}
div.footer-credits .footer-logo {
  vertical-align: middle;
}
#main .left-col {
  float: left;
  width: 520px;
  margin-right: 20px;
}
#main .right-col {
  float: right;
  width: 350px;
}
div.report-details {
  width: 300px;
  float: right;
  margin: 20px 0 0 0;
}
.report_detail .r_verified,
.report_detail .r_unverified {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  display: block;
  float: right;
  margin: 4px 0 0 18px;
  padding: 3px 5px;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.report_detail .r_verified {
  background: #368c00;
}
.report_detail .r_unverified {
  background: #a60003;
}
.report_detail .r_location {
  background: transparent url(/media/img/icon_sprite.png) -5px -163px no-repeat;
}
.report_detail .r_date {
  background: transparent url(/media/img/icon_sprite.png) -4px -133px no-repeat;
}
.report-when-where {
  color: #908b88;
  margin-bottom: 10px;
}
.report-when-where span {
  padding: 3px 5px 3px 18px;
}
div.report-category-list {
  border-top: 1px dotted #c0c2b8;
  border-bottom: 1px dotted #c0c2b8;
  padding: 10px 0;
  overflow: auto;
}
div.report-category-list a {
  font-size: 11px;
  padding: 1px 5px;
  margin: 0 5px 5px 0;
  background: #fffded;
  display: inline-block;
  float: left;
  line-height: 18px;
  color: #828784;
}
div.report-category-list a:hover {
  text-decoration: none;
  color: #333;
}
div.report-category-list a span.r_cat-box {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 3px 3px 3px 0;
}
div.report-media {
  padding: 10px 0;
  border-bottom: 1px dotted #c0c2b8;
}
#report-video {
  padding: 10px 0 0 0;
}
#report-video ul,
#report-video ol {
  overflow: auto;
}
#report-video ul li,
#report-video ol li {
  float: left;
  list-style: none;
  margin-right: 10px;
}
div.report-description-text {
  padding: 10px 0;
  margin-bottom: 18px;
}
div.report-description-text h5 {
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}
div.report-description-text .feature_label,
div.report-description-text .feature_comment {
  font-size: 90%;
  margin: 0 0 0 10px;
  padding: 3px;
  background-color: #fffded;
}
div.report-description-text .feature_label {
  font-weight: bold;
}
div.report-description-text .feature_comment {
  font-size: 90%;
}
div.credibility {
  margin-top: 10px;
  padding: 3px;
  border-top: 1px dotted #c0c2b8;
}
div.report-title {
  padding-bottom: 0;
}
div.report-comments {
  border-bottom: #000 dotted 1px;
  padding: 5px 0;
}
div.report-comments h5 {
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}
div.report-comment-box {
  margin-bottom: 15px;
  padding: 5px 0 0 10px;
}
div.comment-block {
  padding: 5px 0;
  background: #f2f2f2;
}
div.comment-block h5 {
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}
div.comment-block form {
  padding: 0 0 0 10px;
}
div.report-media-box-tabs {
  float: right;
}
div.report-media-box-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
div.report-media-box-tabs li {
  display: inline;
  list-style-type: none;
  margin: 0 0 0 2px;
  text-align: right;
}
div.report-media-box-tabs a {
  display: inline-block;
  padding: 2px 7px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}
div.report-media-box-tabs a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
div.report-media-box-tabs .report-tab-selected a {
  background: #c0c2b8;
  color: #333;
}
div.report-media-box-tabs .report-tab-selected a:hover {
  text-decoration: none;
}
div.report-media-box-content {
  clear: both;
  padding: 5px 0;
}
ul.map-toggles {
  overflow: auto;
}
ul.map-toggles li {
  display: none;
  float: right;
  list-style-type: none;
}
ul.map-toggles li a,
ul.map-toggles li a:active {
  display: inline-block;
  padding: 3px 5px 3px 17px;
  outline: 0;
}
a.wider-map {
  background: transparent url(/media/img/icon_sprite.png) -4px -202px no-repeat;
}
a.taller-map {
  background: transparent url(/media/img/icon_sprite.png) -4px -221px no-repeat;
}
a.shorter-map {
  background: transparent url(/media/img/icon_sprite.png) -4px -241px no-repeat;
}
a.smaller-map {
  background: transparent url(/media/img/icon_sprite.png) -4px -182px no-repeat;
}
div.report-additional-reports {
  padding-top: 5px;
  border-bottom: 1px dotted #c0c2b8;
}
div.report-additional-reports h4 {
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}
div.report-additional-reports h5 {
  font-size: 12px;
  margin: 4px 120px 2px 0;
}
div.report-additional-reports .r_date {
  font-size: 10px;
  background: #f2f2f2 url(/media/img/icon_sprite.png) 0 -133px no-repeat;
}
div.report-additional-reports .r_location {
  font-size: 10px;
  padding: 3px 0 3px 18px;
  color: #828784;
}
div.report-details ul.details {
  list-style: none;
}
div.report-details ul.details li {
  list-style: none;
  border-bottom: #eee 1px solid;
  padding: 5px 0;
  color: #666;
  font-size: 11px;
}
div.report-details ul.details li small {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  margin: 0 0 5px 0;
}
div.report-details ul.details li a {
  background: #e2e2e2;
  padding: 1px 4px 2px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #004276;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  text-decoration: underline;
}
div.report-details ul.details li a:hover {
  text-decoration: none;
}
.photos {
  font-size: 40px;
  padding: 0.3em;
}
.photos img {
  vertical-align: bottom;
}
div.report-description {
  border: #e8e4db 5px solid;
  border-top: 0;
  margin: 0 30px 20px 30px;
}
div.report-description h5 {
  margin: 10px 0 0 15px;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
}
div.report-description h3 {
  background: #c7c3bc;
  color: #393535;
  padding: 0;
  margin: 0 -5px;
  padding: 5px 10px;
}
div.report-description div.content {
  background: #f9f8f5;
  border: #dddcdc 1px dashed;
  margin: 5px 15px 15px 15px;
  padding: 10px 15px;
  font-size: 14px;
}
div.report-description div.credibility {
  margin: 10px 0 0 20px;
}
div.report-description div.additional-reports {
  margin: 15px;
}
div.report-description div.additional-reports a {
  color: #004276;
  text-decoration: underline;
}
div.additional-reports {
  margin: 15px;
  padding: 0;
}
table.table-list {
  width: 139%;
  background: #eaeaea;
  min-height: 50px;
  display: block;
}
table.table-list,
table.table-list td {
  border-collapse: collapse;
}
table.table-list thead th {
  color: #666;
  padding: 5px;
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
}
table.table-list thead th.title {
  width: 60%;
}
table.table-list thead th.location {
  width: 20%;
}
table.table-list thead th.source {
  width: 20%;
}
table.table-list thead th.date {
  width: 15%;
}
table.table-list tbody tr td {
  padding: 10px;
  font-size: 11px;
  border-bottom: #eee 1px solid;
  vertical-align: top;
}
table.table-list tbody tr td a {
  color: #ef5d39;
  text-decoration: none;
}
table.table-list tbody tr td a:hover {
  text-decoration: underline;
}
div.location {
  float: right;
  width: 302px;
}
div.report-map {
  margin-bottom: 10px;
}
div.incident-notation {
  margin: 0 0 5px 0;
}
div.incident-notation ul {
  list-style: none;
  float: right;
}
div.incident-notation ul li {
  list-style: none;
  float: left;
  margin-left: 20px;
  color: #996;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.report-map .map-holder {
  clear: both;
  width: 348px;
  height: 350px;
  border: 1px solid #c0c2b8;
  border-bottom: 2px solid #c0c2b8;
}
.more {
  float: left;
  margin: 20px 20px 10px 0px;
  color: #004276;
  font-weight: bold;
  text-decoration: underline;
}
.swatch {
  float: left;
  height: 16px;
  margin-right: 8px;
  width: 16px;
}
.category-title {
  padding-left: 0;
}
.category-icon img {
  float: left;
  padding-right: 5px;
}
form {
  margin: 0;
  padding: 0;
}
.text,
.textarea,
.select,
.file {
  color: #00789f;
  font-size: 120%;
}
.text:focus,
.textarea:focus,
.select:focus,
.file:focus {
  background-color: #ffc;
}
.text.error,
.textarea.error,
.select.error,
.file.error {
  background-color: #ffe0dd;
  border: 1px dotted red;
}
label.error {
  margin-left: 10px;
  color: red;
  font-style: italic;
  width: auto;
  display: block;
}
.text {
  padding: 3px 7px;
  border: 1px #ccc solid;
}
.textarea {
  padding: 7px 7px 3px 7px;
  border: 1px #ccc solid;
}
.select {
  overflow: hidden;
}
.long {
  width: 90%;
}
.long2 {
  width: 80%;
  float: left;
  margin-bottom: 10px;
}
.short {
  width: 100px;
}
.btn_submit {
  margin: 20px 20px 0 0;
  padding: 8px 10px;
  color: white;
  background-color: #368c00;
  font-size: 14px;
  cursor: pointer;
  border: 0;
}
.btn_find {
  margin: 0;
  padding: 5px 10px 6px 10px;
  color: white;
  background-color: #999;
  font-size: 14px;
  cursor: pointer;
  border: 0;
}
.report_left {
  float: left;
  width: 450px;
  margin: 20px 0 0;
  padding: 0 0 10px;
}
.report_left table {
  width: 100%;
}
.report_left table tr th {
  text-align: left;
}
.report_block {
  margin: 20px 0 20px 25px;
}
.report_block table tr th {
  text-align: left;
}
.report_right {
  overflow: hidden;
  width: 455px;
  margin: 20px 0 0 25px;
  padding: 0 0 10px;
}
.report_right table {
  width: 100%;
}
.report_right table tr th {
  text-align: left;
}
#form_loader {
  float: left;
}
.report-description table {
  width: 100%;
}
.report-description table tr th {
  text-align: left;
  padding: 5px;
  background: #e8e4db;
  border-collapse: collapse;
}
.report-description table tr td {
  padding: 0 5px;
}
.report-description table tr td a {
  display: block;
  padding: 5px 0;
}
.report-description table tr:hover {
  background: #f8f6f2;
}
th.w-01,
th.w-02 {
  border-right: 1px dotted #fff;
  text-transform: capitalize;
}
td.w-01,
td.w-02 {
  border-right: 1px dotted #e8e4db;
  border-bottom: 1px dotted #e8e4db;
  text-transform: capitalize;
}
td.w-03 {
  border-bottom: 1px dotted #e8e4db;
  text-transform: capitalize;
}
.w-01 {
  width: 50%;
  padding: 0 10px 0 0;
  text-transform: capitalize;
}
.w-02 {
  width: 320px;
  padding: 0 10px 0 0;
  text-transform: capitalize;
}
.report_bottom {
  clear: both;
}
.report_row {
  margin: 0 0 25px 0;
  clear: both;
}
.report_row h4 {
  .report_row h4 {
    color: #2e353f;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
    text-transform: none;
  }
}
.report_row h4 .example {
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #a1a1a1;
}
.report_row .date-box {
  float: left;
  margin-right: 10px;
}
.report_row .date-box img {
  padding: 0 5px 0 5px;
}
.report_row .time {
  float: left;
}
.report_row .optional-info {
  float: left;
  margin-right: 10px;
}
.report_category {
  clear: both;
  overflow: hidden;
  font-size: 90%;
}
.report_category ul {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0 0 11px;
}
.report_category ul li {
  overflow: hidden;
  list-style: none;
}
.report_category ul li label {
  color: #555;
}
.report_row .custom-field-option {
  margin-right: 15px;
}
.report_category ul ul {
  width: auto;
  float: none;
}
.report_category ul li.sub_category {
  padding-left: 47px;
}
.report_category ul li.sub_category_last {
  background-position: 16px -1766px;
}
.report_category ul li input.check-box {
  margin: 0 3px 0 0;
}
.report_category ul li.hover,
.report_category ul li li:hover {
  background-color: #efefef;
}
ul.treeview li.lastCollapsable,
ul.treeview li.lastExpandable {
  width: 155px;
}
.report_optional,
.report_optional > div,
.report_optional > h3 {
  display: none;
}
.report_optional h3 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 130%;
  color: #999;
  font-weight: bold;
}
.report_comment,
.contact {
  width: 48%;
  float: left;
}
.report_rating {
  margin: 15px 0 0 10px;
  font-size: 90%;
}
.report_rating div {
  float: left;
  margin-right: 3px;
}
.rating_value {
  height: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #666;
  color: #fff;
  padding: 0 4px 0 4px;
}
.rating_loading {
  margin: 0 0 0 10px;
}
table.rating-table td {
  padding-right: 3px;
}
span.dots {
  width: 17px;
  text-align: center;
  color: #404040;
  font-size: 18px;
  font-weight: bold;
}
a.add,
a.rem {
  margin: 3px 0 0 5px;
  text-indent: -3000px;
  overflow: hidden;
  width: 13px;
  height: 13px;
  float: left;
  background: url(/media/img/icon-plus.gif) no-repeat;
}
a.rem {
  background: url(/media/img/icon-minus.gif) no-repeat;
}
.report_map {
  overflow: hidden;
  width: 100%;
  border: 2px solid #ccc;
  width: 450px;
  height: 350px;
  position: relative;
}
.report-find-location {
  margin-right: 1px;
  padding: 10px 9px 9px 9px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 1px;
  font-size: 90%;
  color: #666;
}
.report-find-location .btns {
  float: left;
}
.report-find-location .btns ul {
  padding: 4px;
}
.report-find-location .btn_find {
  float: left;
  margin: 10px 0 0 5px;
}
.report-find-location input.findtext {
  margin-top: 9px;
  padding: 5px 3px 0 3px;
  height: 24px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  width: 250px;
  border: 1px #ccc solid;
}
.report-find-loading {
  float: left;
  height: 31px;
  margin: 9px 0 0 3px;
}
a.show-more {
  text-decoration: underline;
  font-size: 10px;
  padding: 1px 0 0 18px;
  background: url(/media/img/icon-plus.gif) no-repeat 0 2px;
  float: right;
  margin-right: 23px;
}
.big-block {
  overflow: hidden;
  padding: 25px;
  background: none repeat scroll 0 0 white;
  margin-bottom: 26px;
}
.big-block {
  min-height: 400px;
}
* html .big-block {
  height: 400px;
}
.report_rowtitle,
.org_rowtitle {
  margin: 0 0 5px 0;
  padding-bottom: 3px;
  border-bottom: 2px #000 solid;
  overflow: auto;
}
.report_col1,
.report_col2,
.report_col3,
.report_col4,
.report_col5 {
  float: left;
  padding-right: 15px;
}
.report_col1 {
  width: 85px;
}
.report_col2 {
  width: 425px;
}
.report_col3 {
  width: 85px;
  text-align: center;
}
.report_col4 {
  width: 105px;
  text-align: center;
}
.report_col5 {
  width: 105px;
  text-align: center;
}
.report_row1,
.report_row2,
.org_row1,
.org_row2 {
  clear: both;
  overflow: auto;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 0;
}
.report_row1,
.org_row1 {
  background-color: #eee;
}
.report_row1 h3,
.report_row2 h3,
.org_row1 h3,
.org_row2 h3 {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.report_yes,
.report_no {
  font-weight: bold;
}
.report_yes {
  color: #090;
}
.report_no {
  color: #900;
}
.big-block .page_text p {
  margin-bottom: 15px;
}
.step-1 {
  float: left;
  width: 430px;
  margin: 20px 0 0;
  padding: 0 0 9px;
}
.step-1 h2 {
  margin: 0;
  padding: 0 0 0 10px;
}
.step-1 .location {
  overflow: hidden;
  width: 388px;
  padding: 10px;
  margin: 10px 0 0 10px;
}
.step-1 .location label {
  display: block;
  padding: 0 0 8px;
  font: 12px/15px Arial, Helvetica, sans-serif;
}
.step-1 .map-wrapper {
  overflow: hidden;
  width: 407px;
  padding: 10px;
  margin: 10px 0 0 0;
  border: #999 1px solid;
}
.step-1 .map-wrapper p {
  margin: 0;
  padding: 0 0 6px;
  font: 12px/15px Arial, Helvetica, sans-serif;
}
.step-1 .map-wrapper .map-holder {
  overflow: hidden;
  width: 387px;
  height: 325px;
}
.step-1 .alert_slider {
  padding: 15px 15px 35px 15px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.step-1 .alert_slider .ui-slider span.ui-slider-label {
  font-size: 8px;
}
.step-2-holder {
  float: right;
  width: 450px;
}
.step-2,
.step-3 {
  overflow: hidden;
  width: 430px;
  margin: 10px 0 0;
  padding: 0 0 10px;
}
.feed {
  overflow: hidden;
  margin: 50px 0 0;
  padding: 15px;
  border: 1px solid #c2c2c2;
}
.feed .holder .box {
  padding-top: 10px;
}
.step-2 h2,
.step-3 h2 {
  margin: 0;
  padding: 0 0 0 10px;
}
.step-2 .holder,
.step-3 .holder {
  overflow: hidden;
  width: 100%;
}
.step-2 .box,
.step-3 .box {
  overflow: hidden;
  width: 388px;
  padding: 10px;
  margin: 10px 0 0 10px;
}
.step-2 .box input {
  overflow: hidden;
  margin: 0 0 0 22px;
  clear: both;
}
.step-2 .box label {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0 0 8px;
  font: 12px/15px Arial, Helvetica, sans-serif;
  clear: both;
}
.step-2 .box label input {
  float: left;
  margin: 2px 0 0;
  padding: 0;
  padding: 0;
  clear: both;
  width: auto;
}
* html .step-2 .box label input {
  width: 15px;
  height: 15px;
}
* + html .step-2 .box label input {
  width: 15px;
  height: 15px;
}
.step-2 .box label span {
  float: left;
  padding: 0 0 0 10px;
}
.find-location {
  float: left;
  margin: 9px 0 0 5px;
}
ul.pager {
  margin: 0;
  padding: 0 0 0 17px;
}
ul.pager li {
  display: inline;
  margin: 0 6px 0 0;
  font-size: 10px;
  font-weight: bold;
  color: #555;
  border: 1px solid #bbb;
  float: left;
  list-style: none;
}
ul.pager li.first {
  padding: 0 5px;
}
ul.pager li a {
  text-decoration: none;
  color: #555;
  padding: 0 5px;
}
ul.pager li a:hover,
ul.pager li a.active {
  background: #f2f7fa;
}
.feedback_forms {
  display: none;
  position: relative;
  top: -350px;
  left: 25px;
  border: 5px solid black;
  background: #bbb;
  width: 600px;
  padding: 5px 20px 5px 20px;
}
.feedback_forms textarea,
.feedback_forms textarea input {
  color: #000;
  border: 1px solid #996;
}
.feedback_forms button {
  height: 22px;
  border: 1px solid #000;
  background: #ccc;
}
.feedback_title {
  padding: 20px 0 0 10px;
}
.or_txt {
  padding: 0 10px 0 10px;
  font: 14px/17px Arial, Helvetica, sans-serif;
}
.detailed_feedback {
  text-align: center;
  padding: 10px 0 0 0;
  width: 150px;
  height: 50px;
  border: 1px solid #000;
  background: #ccc;
}
.detailed_feedback a {
  color: #000;
  font: 14px/17px Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.search_block {
  padding: 30px;
}
.search_info {
  margin: 0 0 15px 0;
  border: 1px solid #999;
  padding: 5px;
  background-color: #eee;
}
.search_result {
  margin: 0 0 15px 0;
}
.search_highlight {
  font-weight: bold;
}
.search_result {
  font-size: 13px;
}
.search_result h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
}
.search_date {
  font-size: 12px;
  color: #060;
  font-style: italic;
  margin-top: 3px;
}
.report-description .orig-report {
  overflow: hidden;
  margin: 15px;
  padding: 0;
}
.report-description .orig-report .report {
  overflow: hidden;
  background: #ffc;
  padding: 10px;
  width: 818px;
}
.report-description .orig-report .report h4 {
  margin: 0;
  width: 100%;
  clear: both;
  font: bold 12px/17px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.report-description .orig-report .report p {
  margin: 0;
  font: 12px/17px Arial, Helvetica, sans-serif;
}
.report-description .orig-report .report a.lnk {
  float: left;
  margin: 7px 0 0;
  font: 10px/13px Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  background: #393 url(/themes/default/images/green-btn-l.gif) no-repeat;
  text-transform: uppercase;
}
.report-description .orig-report .report a.lnk:hover,
.report-description .orig-report .report a.lnk:hover span {
  text-decoration: underline;
}
.report-description .orig-report .report a.lnk span {
  float: left;
  padding: 0 4px;
  cursor: pointer;
  background: url(/themes/default/images/green-btn-r.gif) no-repeat 100% 0;
}
.report-description .orig-report .discussion {
  overflow: hidden;
  padding: 0;
  width: 798px;
}
.report-description .orig-report .discussion h5 {
  margin: 0;
  width: 100%;
  clear: both;
  font: bold 12px/17px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.discussion h5 a,
.discussion h5 a:visited {
  text-transform: none;
}
.report-description .orig-report .discussion .discussion-box {
  overflow: hidden;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px;
  background: #eee;
}
.report-description .orig-report .discussion .discussion-box p {
  margin: 0;
  font: 12px/17px Arial, Helvetica, sans-serif;
}
.report-description .orig-report .discussion .discussion-box a.lnk {
  float: left;
  margin: 7px 0 0;
  font: 10px/13px Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  background: #393 url(/themes/default/images/green-btn-l.gif) no-repeat;
  text-transform: uppercase;
}
.report-description .orig-report .discussion .discussion-box a.lnk:hover,
.report-description .orig-report .discussion .discussion-box a.lnk:hover span {
  text-decoration: underline;
}
.report-description .orig-report .discussion .discussion-box a.lnk span {
  float: left;
  padding: 0 4px;
  cursor: pointer;
  background: url(/themes/default/images/green-btn-r.gif) no-repeat 100% 0;
}
.blocks-holder {
  overflow: hidden;
  width: 100%;
  margin: 30px;
}
div.green-box,
div.red-box {
  margin: 10px 0 25px 0;
  padding: 9px 0 8px;
  clear: both;
  overflow: hidden;
}
div.green-box {
  background: #d8f1d8;
  border: 2px solid #a7d1a7;
}
div.red-box {
  background: #ffd8d9;
  border: 2px solid #900;
}
div.green-box h3,
div.red-box h3 {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  color: #555;
}
div.green-box ul,
div.red-box ul {
  margin-left: 2em;
  padding-left: 2em;
}
.page-reports-submit div.green-box {
  margin: 25px 25px 0 25px;
}
.alert_response,
.thanks_msg {
  margin: 10px 15px 10px 15px;
  border: 2px #ccc solid;
  background-color: #fff;
  padding: 15px;
  font: 14px/17px Arial, Helvetica, sans-serif;
}
.alert_confirm {
  margin: 10px 0 0 0;
  padding: 10px;
  border: 1px #ccc solid;
  background-color: #ffc;
}
.alert_confirm .label {
  margin-bottom: 10px;
}
span.required {
  color: #cc1830;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
span.private {
  color: gray;
  font-size: 70%;
}
.r-3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.r-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.r-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.r-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.top-cap {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.right-cap {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bottom-cap {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.left-cap {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#reports-box {
  float: left;
  width: 600px;
}
#filters-box {
  float: left;
  width: 270px;
  margin-left: 20px;
}
.rb_nav-controls {
  background: #404040;
  border: 1px solid #ccc;
  height: 35px;
  color: #dedede;
}
.rb_nav-controls table {
  height: inherit;
}
.rb_nav-controls td {
  border-right: 1px solid #ccc;
  vertical-align: middle;
  padding: 0 6px;
}
.rb_nav-controls td.last {
  border: 0;
  padding: 0 0 0 18px;
}
.rb_nav-controls .link-toggle {
  margin-right: 5px;
}
ul.link-toggle {
  display: block;
}
ul.link-toggle li {
  display: inline-block;
}
ul.link-toggle li a {
  display: inline-block;
  padding: 3px 5px;
  color: #a2a8a5;
  border: 1px solid #404040;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
ul.link-toggle li a:hover {
  background-color: #8a8a8a;
}
ul.lt-icons-and-text li a {
  padding: 3px 5px 3px 25px;
}
ul.lt-icons-only li a {
  overflow: hidden;
  text-indent: -23434px;
}
ul.link-toggle li.active a,
ul.link-toggle li a:hover {
  color: #fff;
  border: 1px solid #8a8a8a;
  text-decoration: none;
}
ul.link-toggle li a.list {
  background: transparent url("/themes/default/images/icon_sprite-2.png") 2px -29px
    no-repeat;
}
ul.link-toggle li.active a.list,
ul.link-toggle li a:hover.list {
  background: #8a8a8a url("/themes/default/images/icon_sprite-2.png") 2px -3px no-repeat;
}
ul.link-toggle li a.map {
  background: transparent url("/themes/default/images/icon_sprite-2.png") 2px -80px
    no-repeat;
}
ul.link-toggle li.active a.map,
ul.link-toggle li a:hover.map {
  background: #8a8a8a url("/themes/default/images/icon_sprite-2.png") 2px -54px no-repeat;
}
ul.link-toggle li a.prev,
ul.link-toggle li a.next {
  border: 1px solid #7d7d7d;
}
ul.link-toggle li a.prev {
  width: 10px;
  background: #5f5f5f url("/themes/default/images/icon_sprite-2.png") 0 -147px no-repeat;
}
ul.link-toggle li a.next {
  width: 10px;
  background: #5f5f5f url("/themes/default/images/icon_sprite-2.png") 0 -128px no-repeat;
}
ul.link-toggle li a:hover.prev,
ul.link-toggle li a:hover.next {
  background-color: #6e6e6e;
}
.rb_nav-controls ul.pager {
  display: block;
  padding: 0;
  margin-left: 5px;
}
.rb_nav-controls ul.pager li {
  border: 0;
  color: #fff;
}
.rb_nav-controls ul.pager li.first {
  margin: 0 6px 0 0;
  padding: 0;
}
.rb_nav-controls ul.pager li a {
  display: inline-block;
  padding: 3px 5px;
  color: #a2a8a5;
  border: 1px solid #a2a8a5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rb_nav-controls ul.pager li a:hover,
.rb_nav-controls ul.pager li.current a {
  color: #fff;
  background: #6c6c6c;
}
.heading {
  border-bottom: 3px solid #c2c2c2;
  position: relative;
}
a.ic-time {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 3px 0 3px 20px;
  background: transparent url("/media/img/icon_sprite.png") no-repeat scroll -3px -133px;
}
#tooltip-box {
  display: none;
  position: absolute;
  z-index: 1250;
  width: 250px;
  background: #f2f2f2;
  font-size: 10px;
  padding: 5px;
  color: #494949;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 0 #948f82;
  -moz-box-shadow: 0 2px 0 #948f82;
  box-shadow: 0 2px 0 #948f82;
}
#tooltip-box .t-arrow {
  position: absolute;
  top: -13px;
  right: 118px;
  background: transparent url("/themes/default/images/icon_sprite-2.png") 0 -181px
    no-repeat;
  width: 26px;
  height: 14px;
}
ul.inline-links {
  display: block;
  text-align: center;
}
ul.inline-links li {
  display: inline;
  list-style-type: none;
}
ul.inline-links li a {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 3px 5px;
}
ul.inline-links li a:hover {
  text-decoration: none;
}
ul.inline-links li a.active {
  background: #c2c2c2;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
p.labeled-divider {
  text-align: center;
  border-top: 1px solid #a4a4a4;
  margin: 10px 5px 0;
}
p.labeled-divider span {
  position: relative;
  top: -8px;
  display: inline-block;
  background: #f2f2f2;
  padding: 0 8px;
}
.report-date-filter input {
  width: 78px;
}
.report-date-filter .filter-button {
  position: static;
}
.reports-main {
  overflow: auto;
}
.rb_report {
  position: relative;
  border-top: 1px solid #c0c2b8;
  overflow: auto;
  padding-bottom: 10px;
}
#rb_list-view {
  padding: 18px 0 0 0;
  overflow: auto;
}
#rb_list-view .rb_report {
  position: relative;
  border: 1px solid #c0c2b8;
  overflow: auto;
  margin-bottom: 10px;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-left: 6px solid #368c00;
}
#rb_list-view .verified {
  border-left: 6px solid #368c00;
}
#rb_list-view .unverified {
  border-left: 6px solid #a60003;
}
#rb_map-view {
  display: none;
  width: 590px;
  height: 384px;
  border: 1px solid #ccc;
  margin: 3px auto;
}
.reports-box .hover {
  background: #fffded;
}
.r_media {
  float: left;
  width: 95px;
  margin: 3px 15px 3px 3px;
}
.r_photo {
  text-align: center;
}
.r_photo a {
  display: inline-block;
  padding: 2px;
  border: 1px solid #c0c2b8;
}
.r_photo img {
  max-width: 89px;
  max-height: 59px;
}
.r_video a {
  display: inline-block;
  font-size: 11px;
  background: transparent url(/media/img/icon_sprite.png) -3px -100px no-repeat;
  padding: 4px 0 3px 23px;
}
.r_categories {
  position: relative;
  margin-top: 10px;
  display: none;
}
.r_categories h4 {
  font-size: 10px;
  padding: 0;
  margin: 0 0 4px 0;
  border-bottom: 1px solid #c0c2b8;
  text-transform: uppercase;
}
a.r_category {
  display: block;
  position: relative;
  float: left;
  height: 16px;
  width: 16px;
  margin: 0 4px 4px 0;
}
a.r_category span.r_cat-box {
  display: block;
  height: 16px;
  width: 16px;
  background: transparent;
}
span.r_cat-desc {
  display: none;
}
.r_cat_tooltip {
  display: none;
  position: absolute;
  z-index: 1000;
  background: transparent url(/themes/default/images/tooltip-arrow.png) 8px
    bottom no-repeat;
  padding: 0 0 6px;
}
.r_cat_tooltip a {
  background: #282828;
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}
.r_cat_tooltip a:hover {
  text-decoration: none;
  color: #fff;
}
.r_details {
  float: left;
  width: auto;
  margin: 3px 0;
}
.r_details h3 {
  margin-bottom: 0;
  width: 320px;
}
.r_details h3 a.r_title {
  font-size: 14px;
  color: #727272;
}
.hover .r_details h3 a.r_title {
  color: #3764aa;
}
.r_details h3 a.r_comments {
  color: #fff;
  font-size: 11px;
  display: inline-block;
  text-align: center;
  height: 19px;
  width: 24px;
  padding: 4px 0 3px;
  background: transparent url(/media/img/icon_sprite.png) 0 0 no-repeat;
}
.r_details h3 span {
  display: none;
  position: absolute;
  top: 0;
  left: -10px;
  color: #fff;
  font-size: 9px;
  font-weight: normal;
  margin: 0 0 0 7px;
  padding: 1px 3px;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.r_details h3 span.r_verified {
  background: #368c00;
}
.r_details h3 span.r_unverified {
  background: #a60003;
}
.hover .r_details h3 span {
  display: inline-block;
}
p.r_date {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 5px 4px 23px;
  background: #e3e3e3 url(/media/img/icon_sprite.png) 0 -133px no-repeat;
  color: #908b88;
}
div.r_description {
  margin-bottom: 5px;
  width: 450px;
}
#rb_list-view p.r_location {
  display: none;
}
p.r_location a {
  color: #828784;
  font-size: 11px;
  line-height: 11px;
  padding: 4px 0 6px 18px;
  background: transparent url(/media/img/icon_sprite.png) -6px -163px no-repeat;
}
a.btn-show {
  display: none;
}
.hover a.btn-more {
  display: inline;
}
.more-details .r_categories,
#rb_list-view .more-details p.r_location {
  display: block;
}
#filters-box h2 {
  color: #494949;
}
.loading-reports {
  width: 100%;
  margin-top: 100px;
  text-align: center;
}
.loading-reports h3 {
  padding: 10px 2px;
}
.f-category-box {
  height: 258px;
}
.f-location-box .rb_location-radius {
  width: 259px;
  height: 280px;
  border: #999 1px solid;
}
ul.filter-list {
  list-style-type: none;
  position: relative;
}
ul.filter-list ul {
  list-style-type: none;
  padding: 0 0 0 20px;
}
ul.filter-list li {
  display: block;
  position: relative;
}
ul.filter-list li a {
  display: block;
  position: relative;
  overflow: auto;
  padding: 3px 0 3px 20px;
  margin-bottom: 3px;
}
ul.filter-list li a.selected {
  background: #dbdbdb url("/themes/default/images/icon_sprite-2.png") -22px -103px
    no-repeat;
  z-index: 120;
  color: #636363;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
ul.filter-list li a span.item-swatch {
  display: block;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  border: 1px solid white;
  float: left;
  overflow: hidden;
}
ul.filter-list li a span.item-icon {
  display: block;
  float: left;
  margin-right: 8px;
  height: 16px;
  width: 16px;
}
ul.filter-list li a span.item-title {
  display: block;
  padding: 0 40px 0 26px;
}
ul.filter-list li a span.item-count {
  display: block;
  padding: 1px 3px;
  position: absolute;
  right: 0;
  top: 4px;
  background: #dbdbdb;
  color: #636363;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
ul.filter-list li li {
  position: relative;
}
ul.filter-list li a.btn-cancel {
  position: absolute;
  left: 0;
  overflow: hidden;
  height: 25px;
  width: 20px;
  text-indent: -23423px;
  background: transparent url("/themes/default/images/icon_sprite-2.png") -22px -103px
    no-repeat;
  z-index: 120;
}
li.report-listing-category-child {
  padding-left: 20px;
}
#filter-controls {
  position: relative;
  padding: 15px;
  margin-top: -2px;
}
a.filter-button {
  position: absolute;
  right: 0;
  top: 11px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 8px;
  font-weight: bold;
  background: #404040;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.filter-button:hover {
  text-decoration: none;
  background: #707070;
}
.report-stats-container {
  display: none;
}
.ic-sms {
  background: transparent url(/themes/default/images/icons/mobile-phone.png)
    no-repeat;
}
.ic-email {
  background: transparent url(/themes/default/images/icons/mail.png) no-repeat;
}
.ic-rss {
  background: transparent url(/themes/default/images/icons/social-rss.png)
    no-repeat;
}
.ic-webform {
  background: transparent url(/themes/default/images/icons/application-form.png)
    no-repeat;
}
.ic-photos {
  background: transparent url(/themes/default/images/icons/images.png) no-repeat;
}
.ic-videos {
  background: transparent url(/themes/default/images/icons/films.png) no-repeat;
}
.ic-news {
  background: transparent url(/themes/default/images/icons/newspapers.png)
    no-repeat;
}
.ic-verified {
  background: transparent url(/themes/default/images/icons/tick-button.png)
    no-repeat;
}
.ic-unverified {
  background: transparent url(/themes/default/images/icons/cross-button.png)
    no-repeat;
}
.ic-twitter {
  background: transparent url(/themes/default/images/icons/twitter.png)
    no-repeat;
}
.ic-facebook {
  background: transparent url(/themes/default/images/icons/facebook.png)
    no-repeat;
}
.ic-youtube {
  background: transparent url(/themes/default/images/icons/youtube.png)
    no-repeat;
}
.ic-foursquare {
  background: transparent url(/themes/default/images/icons/foursquare.png)
    no-repeat;
}
.ic-meetup {
  background: transparent url(/themes/default/images/icons/meetup.png) no-repeat;
}
.ic-posterous {
  background: transparent url(/themes/default/images/icons/posterous.png)
    no-repeat;
}
.ic-reddit {
  background: transparent url(/themes/default/images/icons/reddit.png) no-repeat;
}
.ic-tumblr {
  background: transparent url(/themes/default/images/icons/tumblr.png) no-repeat;
}
.ic-yelp {
  background: transparent url(/themes/default/images/icons/yelp.png) no-repeat;
}
.ic-linkedin {
  background: transparent url(/themes/default/images/icons/linkedin.png)
    no-repeat;
}
.ic-stumbleupon {
  background: transparent url(/themes/default/images/icons/stumbleupon.png)
    no-repeat;
}
.ic-technorati {
  background: transparent url(/themes/default/images/icons/technorati.png)
    no-repeat;
}
.ic-vimeo {
  background: transparent url(/themes/default/images/icons/vimeo.png) no-repeat;
}
#accordion .ui-accordion-header a.hide {
  display: none;
}
.ui-datepicker {
  display: none;
}
.badge {
  float: left;
  width: 100px;
  text-align: center;
  background-color: #e9e9e9;
  padding: 5px;
  margin: 0 5px;
}
div.ci_imgblock {
  width: 59px;
  height: 59px;
  overflow: hidden;
  float: left;
  margin: 0;
}
div.ci_shorterblock {
  height: 16px;
}
div.ci_tallerblock {
  height: 59px;
}
div.ci_colorblock {
  width: 69px;
  float: left;
  margin: 0 10px 0 0;
}
div.ci_colorfade {
  width: 59px;
  height: 20px;
  float: left;
  margin: 0;
  background-color: #fff;
  opacity: 0.5;
}
div.ci_checkin {
  border-bottom: 1px solid #b3b3b3;
}
.page-profile .content-bg {
  padding: 25px;
}
.page-profile-user .content-bg {
  padding: 25px;
}
.profile-left {
  float: left;
  height: 250px;
  width: 160px;
  text-align: center;
}
.profile-right {
  float: left;
  padding-left: 25px;
  width: 400px;
}
.user-color {
  width: 160px;
  height: 20px;
}
.badges {
  float: left;
  padding-left: 25px;
  width: 275px;
}
.badge img {
  margin: 5px;
}
.allowed-html {
  display: none;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #a1a1a1;
}

/****** FILE: themes/bueno/css/_default.css *****/
body h1,
h2,
h3,
h4,
h5,
li a {
}
h1,
a,
table.table-list tbody tr td a,
.hover .r_details h3 a.r_title,
div.search-form input.text {
  color: #ef5d39;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
div.search-form input.text:focus {
  border-color: #d75c60;
}
div.filters ul li a:hover,
div.filters ul li a.active,
ul.category-filters li a:hover,
ul.category-filters li a.active {
  background-color: #eaeaea;
}
.btn_submit {
  background: #ef5d39;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
}
div#loggedin_user_action a,
div#loggedin_user_action a:visited {
  color: #f3686d;
}
div.submit-incident a:hover,
.btn_submit:hover,
div.search-form input.searchbtn {
  background-color: none;
}
div#mainmenu ul,
div#mainmenu ul li a:hover,
div#mainmenu a.active {
  border-color: #ef5d39;
}
div#mainmenu,
div#mainmenu ul li a {
  border-color: #c2c2c2;
}
div#underfooter {
  background: #c4c4c4;
}
body#page {
  background: transparent url("/themes/bueno/images/wall4.png") center top
    repeat;
  background-color: #d5dae0;
}
h1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 19px;
}
h2 {
  color: #666;
}
h5,
h4 {
  color: #666;
  font-family: "Ubuntu", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 0px;
}
div#middle {
  background: none;
}
.big-block {
  margin-bottom: 26px;
}
div#main {
  background: #fff;
  padding: 15px 14px;
}
#top-bar {
  width: 100%;
  background: #000;
  height: 40px;
  position: relative;
}
div#searchbox {
  position: absolute;
  right: 0;
  border: 0;
  background: transparent;
  width: auto;
}
div#loggedin_user_action {
  float: left;
  width: auto;
}
div#loggedin_user_action a,
div#loggedin_user_action a:visited {
  font-weight: bold;
  padding: 6px;
  margin-top: 2px;
  width: auto;
  display: block;
  float: left;
}
div.search-form input.text {
  border: none;
}
div.search-form input.text:focus {
  border: 1px solid;
}
div.search-form input.searchbtn {
  right: 10px;
  position: absolute;
  float: right;
  width: auto;
  height: auto;
  border: 0;
  text-indent: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  background-image: none;
  margin-left: 10px;
  letter-spacing: 0.05em;
  line-height: 17px;
  padding: 5px 5px 3px;
  text-transform: uppercase;
}
div#logo {
  background-color: transparent;
  padding-left: 0;
}
div#logo h1 a {
  color: #222;
  font-family: "Ubuntu", sans-serif;
  font-size: 48px;
}
div#logo span {
  font-style: italic;
  color: #999;
  font-family: "Georgia", serif;
}
div.submit-incident {
  background: #ef5d39;
  width: auto;
  margin-top: 91px;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  color: white;
}
div#mainmenu {
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  padding: 0;
  position: relative;
}
div#mainmenu ul {
  position: relative;
  bottom: -4px;
}
div#mainmenu ul li {
  margin: 0;
}
div#mainmenu ul li a {
  font-family: "Ubuntu", sans-serif;
  color: #303030;
  font-size: 14px;
  font-weight: bold;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
div#mainmenu ul li a:hover,
div#mainmenu a.active {
  color: inherit;
  background: transparent;
}
div.filters ul li a {
  color: #666;
}
div.filters ul li a:hover,
div.filters ul li a.active {
  text-shadow: 1px 1px 0 #424242;
  color: #fff;
}
ul.category-filters {
}
.swatch,
.item-swatch {
}
ul.category-filters li a:hover,
ul.category-filters li a.active {
}
div.additional-content {
  border-width: 1px;
  border-style: solid;
}
div.content-container {
  background: white;
}
div.content-block {
  background: transparent;
}
#reports-box {
  width: 600px;
}
#rb_list-view .rb_report {
  background: #fff;
}
div.report-additional-reports h5 {
  font-family: Arial, sans-serif;
}
.step-1 h2 {
  padding: 0;
}
div#footer {
  background: #000;
}
div.footermenu ul li a {
  text-transform: uppercase;
  font-weight: bold;
  border-left: 1px solid #666;
}
.additional-credits {
  margin-top: 18px;
}
div.content-block h5 {
  border-bottom: 36px solid #ef5d39;
  border-right: 0 solid rgba(0, 0, 0, 0);
  color: #ffffff;
  display: block;
  font-size: 14px;
  height: 0;
  padding-left: 7px;
  text-transform: uppercase;
  width: 390px;
}

.mhc {
  float: left;
}

.page_text {
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
}

div.additional-content h5 {
  color: #2e353f;
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  text-align: center;
  text-transform: none;
}

div.additional-content {
  margin-left: -28px;
  width: 281px;
  border: 1px solid #3484ac;
}

.page_text h5,
h4 {
  color: #2e353f;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 12px;
  text-transform: none;
}

.big-block h1 {
  color: #2e353f;
  font-family: "Ubuntu", sans-serif;
  text-transform: none;
}

.important-notice > h2,
.important-notice > h5 {
  color: #d75c60;
  font-family: "Ubuntu", sans-serif;
}

.important-notice > h2 {
  font-size: 20px;
}

ul.category-filters {
  margin-top: 20px;
  margin-left: -28px;
  width: 350px;
}

div.custom_div h4 {
  float: left;
  display: block;
  width: 303px;
  margin-bottom: 15px;
}

div.custom_div input {
  float: left;
  margin-left: 15px;
  width: 100px;
}

div.custom_div #custom_field_row_21 input,
div.custom_div #custom_field_row_21 h4 {
  width: 71%;
  display: block;
}

div.custom_div #custom_field_row_21 input {
  margin-left: 0px;
}

.report_row textarea {
  width: 80%;
  display: block;
}

div.custom_div h2 {
  font-family: "Ubuntu", arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  color: #ef5d39;
  text-transform: none;
}

input[type="text"],
textarea {
  width: 80%;
  padding: 5px;
}

ul.pull-right {
  margin: 17px 0 0 0;
  display: inline;
  float: right;
}

ul.pull-right li span {
  color: #bbb;
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}

ul.pull-right li {
  float: right;
  font-size: 12px;
  margin-bottom: 15px;
  margin-left: 10px;
  width: 40%;
  list-style: none;
}

.pull-right p {
  margin-bottom: 1em;
  float: right;
}

#search ul {
  background: red;
}

.fb-like-box {
  margin-right: 14px;
  width: 310px;
  border: 1px solid #e7e3da;
  float: right;
  display: block;
  margin-top: 65px;
  height: 273px;
}

.disclaimer {
  font-size: 10px;
  color: white;
}

li.search-li {
  background: url("/themes/bueno/images/search-background.png") right bottom
    no-repeat;
  position: absolute;
  right: 0;
  height: 30px;
  width: 247px;
  padding: 2px 1px 0 0px;
}

div.search-form input.text {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #9e9e9e;
  font-size: 13px;
  margin: 0;
  padding: 2px 0;
  width: 160px;
}

div.search-form ul li {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

div.search-form input.searchbtn {
  background: url("/themes/default/images/search-button.jpg") no-repeat scroll
    5px 5px #eeeeee;
  border: 1px solid #868686;
  cursor: pointer;
  height: 21px;
  margin: 0 0 0 -4px;
  padding: 1px 0 19px;
  text-indent: -10000px;
  text-transform: uppercase;
  width: 24px;
}

div.search-form {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  float: right;
  height: 31px;
  padding: 0;
  position: absolute;
  right: -9px;
  top: -42px;
  width: 210px;
}

div.language-box {
  display: none;
}

div#mainmenu,
div#mainmenu ul li a {
  border-color: #eaeaea;
}

div#mainmenu {
  background-color: #eaeaea;
}

div#mainmenu ul li a {
  border-bottom-style: solid;
  border-bottom-width: 4px;
  color: #303030;
  font-family: "Ubuntu", arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
}

div#mainmenu a {
  padding: 7px;
}

h1,
.page_text h3,
.big-block h1 {
  color: #ef5d39;
  font-family: "Ubuntu", arial, sans-serif;
}

textarea,
table {
  clear: both;
}

div.custom_div input,
input[type="checkbox"],
.report_category ul li input.check-box {
  float: left;
  margin-right: 15px;
  margin-left: 0px;
  margin-bottom: 33px;
  width: auto;
}

td {
  padding-right: 10px;
}

div.custom_div input {
  clear: both;
  margin-bottom: 10px;
}

div.custom_div h4 {
  margin-bottom: 2px;
  width: 400px;
}

.report_row h4 {
  width: auto;
}

.content-bg {
  background-color: white;
}

.big-block {
  width: 960px;
  margin: 0 auto;
}

div#middle .layoutleft {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.54);
}

.report_left,
.report_right {
  width: 45%;
}

.report_map {
  border: 1px solid #cccccc;
  width: 515px;
}

ul.pull-right {
  display: inline;
  float: left;
  margin: 17px 0 0;
}

.pull-right p {
  float: left;
  margin-bottom: 1em;
}

ul.pull-right li {
  float: left;
  font-size: 12px;
  list-style: none outside none;
  margin-bottom: 15px;
  margin-left: 10px;
  width: 40%;
}

div#mainmenu {
  border-radius: 10px 10px 0 0;
}

div.submit-incident,
ul.category-filters li a {
  border-radius: 10px;
}

div.submit-incident {
  margin-right: 140px;
}

ul.category-filters li a span {
  display: table-cell;
  vertical-align: middle;
}

.swatch {
  margin-top: 5px;
  border-radius: 10px;
}

div.submit-incident a,
div.submit-incident a:hover {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

ul.category-filters li a.active,
ul.category-filters li a.active:hover {
  border-color: #ef5d39;
  background-color: #f2f2f2;
}

ul.category-filters li a:hover {
  border-color: #ef5d39;
  background-color: #fff;
}

div.additional-content {
  border: none;
  margin-left: -11px;
  width: 318px;
  border-radius: 10px;
  background-color: #f2f2f2;
  padding: 0px 15px 5px 15px;
}

div.additional-content h5 {
  color: #ef5d39;
  text-shadow: 1px 1px #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  line-height: 60px;
  text-align: left;
  text-transform: none;
}

ul.category-filters li a {
  color: #222222;
  font-family: "Ubuntu", arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

ul.category-filters li a span.category-title {
  margin-left: 15px;
}

div.how-to-report-methods div {
  border-left: 5px solid #a8a9ad;
  padding-left: 10px;
  margin-bottom: 25px;
}

div#mainmenu {
  background-color: #fff;
}

div#mainmenu ul li a {
  font-size: 12px;
  text-transform: uppercase;
}

div#mainmenu a {
  padding: 12px;
}

div#mainmenu ul li a:hover {
  border-color: #ef5d39;
}

div#mainmenu ul li a.active:hover {
  border-color: #ef5d39;
}

div.content-block h5 {
  border-radius: 10px 10px 0 0;
}

div.slider-holder {
  width: 787px;
}

.social-media {
  float: right;
  margin-right: 15px;
  width: 350px;
}

.fb-like-box,
.twitter-box {
  width: 350px !important;
  height: 300px !important;
  clear: both;
}

.twitter-box iframe {
  width: 350px;
  height: 350px;
}

.fb-like-box {
  margin-right: 0px;
}

div#header {
  height: 144px;
  margin: 20px 70px;
  position: relative;
}

.banners {
  padding: 10px;
  background-color: #e6e7e8;
  height: 100px;
}

.banners a {
  float: right;
}

div#header {
  height: 150px;
  margin: 15px 70px;
  position: relative;
  padding-top: 22px;
}

div.submit-incident {
  margin-top: 73px;
}

div.submit-incident a,
div.submit-incident a:hover {
  padding: 14px 10px;
}
