@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700,300);
/* Fonts */
@font-face {
  font-family: 'montserratregular';
  src: url("/fonts/montserrat-regular.eot");
  src: url("/fonts/montserrat-regular.svg#montserratregular") format("svg"), url("/fonts/montserrat-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/montserrat-regular.woff") format("woff"), url("/fonts/montserrat-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* Colors */
/* Buttons */
.btn-default {
  background: #475764;
  min-width: 60px;
  font-size: 12px;
  border: 0 none;
  color: #fff; }
  .btn-default:hover, .btn-default:focus {
    background: #475764;
    border: 0 none;
    color: #fff; }

.btn-sm {
  padding: 5px 15px;
  font-size: 12px; }

/* Predefined CSS */
.bg-gray {
  background: #eeeeee; }

.collapse-bg {
  background: #e6e6e6 url(../img/icon-collapse.png) 0 center no-repeat;
  padding-left: 20px; }

.modal-backdrop {
  display: none; }

ul.unstyled {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.unstyled li {
    padding: 0 !important; }

.avatar {
  margin-right: 10px;
  height: 37px;
  width: 37px; }

.name, .user-name {
  font-weight: 700; }

.clear {
  clear: both;
  height: 0; }

.panel-gray {
  background: #eeeeee; }

.btn-blue-gray {
  background: #475764;
  padding: 4px 20px;
  font-size: 12px;
  color: #fff; }
  .btn-blue-gray:hover {
    color: #fff; }

.heading-small {
  font-size: 14px; }

.no-margin-top {
  margin-top: 0; }

textarea:focus {
  border: 1px solid #e76229;
  outline: none;
  -moz-box-shadow: 0 0 5px 1px #e76229;
  -webkit-box-shadow: 0 0 5px 1px #e76229;
  box-shadow: 0 0 5px 1px #e76229; }

html, body {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }

 /*-----------------------/
    HEADER
/-----------------------*/
header {
  border-bottom: 5px solid #e15a00;
  background: #e4630f;
  height: 40px;
  /* Main Nav */
  /* Right Nav */ }
  header #logo {
    position: relative;
    z-index: 9999; }
  header #main-nav {
    margin-left: 25px; }
    header #main-nav > li {
      padding: 7px 45px 0; }
      header #main-nav > li.open a {
        background: none; }
      header #main-nav > li > a {
        font: 15px "Roboto Condensed", Helvetica, Arial, sans-serif;
        color: #fff; }
        header #main-nav > li > a:hover {
          background: none; }
        header #main-nav > li > a img {
          margin-right: 8px; }
  header #main-nav .agos-link {
    min-width: 140px;
    padding: 0; }
  header #main-nav .agos-link > a {
    font: 19px 'montserratregular', Arial !important;
    text-transform: uppercase;
    padding: 5px 9px;
    overflow: hidden;
    background: #fff;
    color: #485865; }
    header #main-nav .agos-link > a:hover {
      background: #fff; }
  header #main-nav .agos-link > a p {
    overflow: hidden;
    margin: 8px 0 0; }
  header #main-nav .agos-link > a img {
    margin-right: 5px; }
  header #main-nav .agos-link > a span {
    color: #b3b8bb; }
  header #nav-right li {
    padding-top: 5px; }
    header #nav-right li a:hover {
      background: transparent; }
  header #nav-right #login_user_icon {
    margin-top: 5px;
    margin-left: 0; }

/* Flip Switch */
.flip-switch {
  margin-top: 5px;
  float: left; }

.switch-button-background {
  background: #c85304;
  margin-left: 0;
  border: 0 none;
  padding: 0 10px;
  height: 10px !important;
  width: 17px !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
  .switch-button-background.checked {
    background: #475764; }
    .switch-button-background.checked .switch-button-button {
      left: 11px !important; }

.switch-button-button {
  border: 0 none;
  height: 6px !important;
  width: 6px !important;
  top: 2px !important;
  left: 2px !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.switch-text {
  color: #fff; }

 /*-----------------------/
  CONTENT
/-----------------------*/
#map-wrap {
  width: 100%;
  float: left; }
  #map-wrap #map-content {
    overflow-y: auto; }
  #map-wrap #map-canvas {
    position: relative;
    padding-bottom: 60%;
    height: 0; }

/* sidebar Report - left */
#sidebar-report-left {
  background: #fff;
  position: relative;
  z-index: 99;
  border: 0 none;
  width: 345px;
  padding: 0;
  right: 0;
  top: 0;
  float: left;
}

/* SIDEBAR REPORT */
#sidebar-report {
  background: #fff;
  position: relative;
  z-index: 99;
  border: 0 none;
  width: 360px;
  padding: 0;
  margin: 0 0 0 -3333px;
  right: 0;
  top: 0;
  float: right;
  overflow-y: auto; }
  #sidebar-report .panel {
    border: 0 none; }
  #sidebar-report .panel-heading {
    border-bottom: 1px solid #535353;
    background: #475764;
    color: #fff; }
    #sidebar-report .panel-heading a {
      color: #fff; }
    #sidebar-report .panel-heading.active {
      background: #475764; }
  #sidebar-report .panel-title {
    font-size: 14px; }
    #sidebar-report .panel-title img {
      margin-right: 12px; }
  #sidebar-report .panel-content {
    overflow: hidden; }
    #sidebar-report .panel-content a {
      color: #727272; }
  #sidebar-report .heading {
    text-transform: uppercase; }
    #sidebar-report .heading .sub-heading {
      text-transform: none;
      clear: both; }

/* Reports List */
.panel-content.panel-reports {
  padding: 0; }

.sort-header {
  background: #eeeeee;
  border-bottom: 1px solid #cccccc;
  padding: 10px 15px;
  font-weight: bold;
  overflow: hidden; }
  .sort-header h6 {
    color: #727272;
    font-size: 14px;
    margin: 0;
    float: left; }
    .sort-header h6 a {
      margin-left: 5px; }
  .sort-header .sort-button {
    margin-left: 10px;
    margin-top: 3px;
    float: left;
    width: 10px; }
    .sort-header .sort-button span {
      margin: 3px 0 0;
      cursor: pointer;
      float: left; }
    .sort-header .sort-button .asc {
      content: '';
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #727272; }
      .sort-header .sort-button .asc.active {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #c85304; }
    .sort-header .sort-button .desc {
      content: '';
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #727272; }
      .sort-header .sort-button .desc.active {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #c85304; }
  .sort-header .select-sort {
    margin-left: 10px; }

.reports-list-wrap {
  padding: 0 0 20px; }
  .reports-list-wrap .reports-list {
    padding: 0;
    margin: 0; }
    .reports-list-wrap .reports-list li {
      border-bottom: 1px solid #cccccc;
      padding: 10px 0;
      overflow: hidden; }
    .reports-list-wrap .reports-list .avatar {
      float: left; }
      .reports-list-wrap .reports-list .avatar img {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px; }
  .reports-list-wrap .report-list-content {
    width: 265px;
    float: right; }
    .reports-list-wrap .report-list-content .report-list-header {
      padding-bottom: 10px;
      width: 100%;
      float: left; }
      .reports-list-wrap .report-list-content .report-list-header .name {
        font-weight: 700;
        float: left; }
      .reports-list-wrap .report-list-content .report-list-header .timestamp {
        color: #cccccc;
        margin-left: 10px;
        font-size: 12px;
        float: left; }
      .reports-list-wrap .report-list-content .report-list-header .feedback-action {
        float: right;
        width: auto; }
        .reports-list-wrap .report-list-content .report-list-header .feedback-action .thumbs {
          color: #cccccc;
          margin-right: 10px;
          cursor: pointer;
          float: left; }
          .reports-list-wrap .report-list-content .report-list-header .feedback-action .thumbs.select {
            color: #727272; }
            .reports-list-wrap .report-list-content .report-list-header .feedback-action .thumbs.select .fa-thumbs {
              color: #c85304; }
        .reports-list-wrap .report-list-content .report-list-header .feedback-action .counter {
          float: left; }
    .reports-list-wrap .report-list-content .reports-list-excerpt {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-bottom: 0;
      max-width: 195px;
      float: left; }
    .reports-list-wrap .report-list-content .reports-list-thumb {
      float: right; }
  .reports-list-wrap .view-convo {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-top: 1px solid #cccccc;
    text-align: center;
    background-color: #e6e6e6;
    cursor: pointer;
    padding: 12px 0;
    width: 100%;
    float: left; }
  .reports-list-wrap .report-verification {
    padding: 0 0 10px 12px;
    color: #cccccc;
    font-size: 12px; }
    .reports-list-wrap .report-verification span {
      padding-left: 20px; }
  .reports-list-wrap .report-wrap {
    padding: 0 15px;
    overflow: hidden; }
  .reports-list-wrap .report-left {
    text-align: center;
    float: left; }
  .reports-list-wrap .avatar {
    margin-bottom: 12px; }
  .reports-list-wrap .report-location {
    font: 12px "Roboto Condensed", Helvetica, Arial, sans-serif;
    background: url(../img/icon-map-marker-orange.png) 0 0 no-repeat;
    padding: 0 15px 0 18px;
    margin-bottom: 12px;
    overflow: hidden;
    color: #e76229; }
  .reports-list-wrap .report-footer {
    font: 12px "Roboto Condensed", Helvetica, Arial, sans-serif;
    padding-top: 12px; }
    .reports-list-wrap .report-footer .report-location {
      float: left; }
    .reports-list-wrap .report-footer .report-type {
      margin-bottom: 10px;
      margin-top: -6px;
      max-width: 65px;
      float: right; }
      .reports-list-wrap .report-footer .report-type span {
        padding-left: 2px; }

/* Data. Stories Content */
.sub-menu {
  background: #f4f4f4;
  position: absolute;
  padding: 7px 12px;
  z-index: 999;
  left: auto;
  top: 40px; }
  .sub-menu .btm-caret {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
    position: absolute;
    top: -7px; }
  .sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sub-menu ul li {
      padding: 5px 0; }
      .sub-menu ul li a {
        color: #727272;
        font-size: 15px; }
  .sub-menu .switch-button-background {
    background: #cccccc; }
    .sub-menu .switch-button-background.checked {
      background: #475764; }

/* Modal Pop Up */
.modal-body {
  background: #e6e6e6;
  overflow: hidden; }
  .modal-body textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    resize: none;
    width: 100%; }
    .modal-body textarea:focus {
      border: 1px solid #e76229;
      outline: none;
      -moz-box-shadow: 0 0 7px 1px #e76229;
      -webkit-box-shadow: 0 0 7px 1px #e76229;
      box-shadow: 0 0 7px 1px #e76229; }
  .modal-body .radio {
    margin: 0 0 0 27px;
    float: left; }
    .modal-body .radio:first-child {
      margin: 0; }
    .modal-body .radio label {
      color: #404042;
      font-size: 12px; }
      .modal-body .radio label img {
        margin-right: 8px; }
    .modal-body .radio input[type="radio"] {
      margin-top: 10px; }

.modal-dialog {
  max-width: 355px; }

.modal-header {
  background: #e76229;
  padding: 10px 15px;
  text-align: center; }
  .modal-header .modal-title {
    font-size: 14px;
    color: #fff; }
    .modal-header .modal-title img {
      margin-right: 8px; }
  .modal-header .close {
    text-shadow: none;
    font-weight: normal;
    opacity: 1;
    color: #fff; }

.modal-footer {
  border: 0 none;
  padding: 0;
  float: left;
  width: 100%; }

.icons-wrap {
  margin-top: 8px;
  float: left; }

.image-upload {
  float: left; }

.add-location {
  margin-left: 20px;
  float: left; }
  .add-location img {
    float: left; }

.nicescroll-rails {
  -webkit-box-shadow: inset 5px 0px 10px 0px #eeeeee;
  -moz-box-shadow: inset 5px 0px 10px 0px #eeeeee;
  box-shadow: inset 5px 0px 10px 0px #eeeeee; }

/*custom upload elements*/
.customfile-input {
  position: absolute;
  height: 100px;
  cursor: pointer;
  background: transparent;
  border: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  z-index: 999; }

.customfile {
  cursor: pointer;
  overflow: hidden;
  padding: 2px;
  position: relative; }

.customfile-disabled {
  opacity: .5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  cursor: default; }

.customfile-feedback {
  display: none;
  margin: 0;
  font-size: 12px; }

.customfile-feedback-populated {
  border: 1px solid #cccccc;
  border-top: 0 none;
  display: block;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  padding: 5px 10px 5px 30px;
  background: url(../images/icon-generic.gif) 6px center no-repeat; }

.customfile-button {
  background: url(../img/icon-camera.png) 0 0 no-repeat;
  font-size: 0;
  height: 17px;
  width: 17px;
  float: left; }

.customfile-focus .customfile-button {
  outline: 1px dotted #ccc; }

/*file type icons*/
.customfile-ext-jpg,
.customfile-ext-gif,
.customfile-ext-png,
.customfile-ext-jpeg,
.customfile-ext-bmp {
  background: white url(../img/icon-img-upload-thumb.png) 6px center no-repeat;
  color: #727272; }

.customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v {
  background-image: url(../images/icon-media.gif); }

.customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit {
  background-image: url(../images/icon-zip.gif); }

.file-source {
  padding-bottom: 10px;
  margin-top: -11px; }

/* Pop over */
.popover {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.login-user > a {
  color: #fff; }

.login-modal-dialog {
  max-width: 600px; }

.login-modal-header {
  background-color: #fff; }

.close-modal {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000 !important;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }

button.close-modal {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.login-modal {
  background-color: #fff; }

.login-form-group {
  max-width: 100%; }

.login_usr_text {
  width: 100%; }

.login-modal-footer {
  height: 60px;
  text-align: center;
  background-color: #FFFFFF;
  border: none; }

.login-modal-content {
  background: #fff; }

.rappler_btn_cancel {
  display: inline-block;
  font-size: 14px;
  padding: 5px 20px;
  color: #FFF;
  background-color: #475764;
  cursor: pointer;
  line-height: 1.25;
  border: 0 none;
  border-radius: 5px; }

.rappler_btn_submit {
  display: inline-block;
  font-size: 14px;
  padding: 5px 20px;
  color: #FFF;
  background-color: #E76229;
  cursor: pointer;
  line-height: 1.25;
  border: 0 none;
  border-radius: 5px; }

.login-button-container {
  padding-top: 20px; }

#social-login td {
  width: auto !important;
  text-align: left; }

#login_user_firstname {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  padding-left: 10px; }

/* Report Bubble */
#map-wrap .reports-list-wrap {
  padding-bottom: 10px; }
#map-wrap .report-list-content {
  width: 255px; }
#map-wrap .report-wrap {
  padding: 10px 0 0; }
  #map-wrap .report-wrap a {
    color: #727272; }
  #map-wrap .report-wrap .report-left {
    margin-right: 10px; }
  #map-wrap .report-wrap .report-source {
    margin-top: 12px; }
  #map-wrap .report-wrap .reports-list-excerpt {
    padding-bottom: 15px;
    max-width: 100%; }
  #map-wrap .report-wrap .report-type {
    float: right; }
  #map-wrap .report-wrap .thumbnail-wrap {
    text-align: center;
    overflow: hidden;
    width: 100%; }
    #map-wrap .report-wrap .thumbnail-wrap .reports-list-thumb {
      height: auto;
      width: 250px; }

.report-comment {
  border-top: 1px solid #eeeeee;
  padding: 15px 15px 10px;
  margin-left: -65px;
  display: none;
  width: 345px; }
  .report-comment .comment-form {
    margin-top: 10px; }
    .report-comment .comment-form textarea {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      background: #eeeeee;
      color: #727272;
      min-height: 70px;
      min-width: 268px;
      border: 0 none;
      padding: 5px;
      resize: none; }
    .report-comment .comment-form input[type="submit"] {
      background: #475764;
      margin: 10px 0;
      color: #fff;
      float: right; }

.comment-btn {
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 12px;
  float: left; }
  .comment-btn img {
    cursor: pointer; }
  .comment-btn span {
    padding-left: 3px;
    cursor: pointer; }

.report-responder {
  overflow: hidden;
  font-size: 12px; }
  .report-responder span {
    padding-left: 5px; }
  .report-responder .respond-label {
    cursor: pointer;
    float: left; }
  .report-responder .verify-label {
    background: url(../img/icon-tick-gray.png) 0 center no-repeat;
    padding-left: 18px;
    cursor: pointer;
    float: right; }

.report-respond-post {
  border-top: 1px solid #eeeeee;
  padding: 15px 15px 10px;
  margin-left: -65px;
  display: none;
  width: 345px; }
  .report-respond-post .report-post {
    margin-top: 10px; }
  .report-respond-post .respond-form textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #eeeeee;
    color: #727272;
    min-height: 70px;
    min-width: 268px;
    border: 0 none;
    padding: 5px;
    resize: none; }
  .report-respond-post .respond-form input[type="submit"] {
    background: #475764;
    margin: 10px 0;
    color: #fff;
    float: right; }

.report-respond-content {
  background: #eeeeee;
  border-top: 1px solid #cccccc;
  padding: 15px 15px 10px;
  margin-left: -65px;
  overflow: hidden;
  width: 345px;
  display: none; }
  .report-respond-content .reply-to-name {
    background: url(../img/icon-reply.png) 15px center no-repeat;
    padding: 0 0 0 46px;
    margin-bottom: 10px;
    font-size: 12px; }
  .report-respond-content .post-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 5px 0;
    margin: 0; }

#map_address {
  background: white url(../img/search-orange.jpg) right center no-repeat;
  padding: 5px 10px;
  margin-right: 4px;
  border: 0 none;
  width: 220px; }

#map_address:focus {
  outline: 0; }

.share-buttons {
  clear: both;
  float: left; }

.fb-share-button {
  margin-right: 10px; }
