/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */

#content-header .wrapper {
  padding:0 0 0 0 !important; /* oh, hey mike monteiro */
}

#content h1 {
  margin-bottom:20px;
}

#show_all_orgs_btn {
  width: 250px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 16px;
  font-family:"Helvetica",arial,sans-serif;
  display:block;
}

.fancy_btn {
  padding: 5px;
background: white;
-webkit-border-radius: 04px;
-moz-border-radius: 04px;
border-radius: 04px;
font-weight: bold;
border: 1px solid #999;
cursor: pointer;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-box-shadow: #CECECE 0 0 2px;
-moz-box-shadow: #cecece 0 0 2px;
color: black;
-webkit-user-select: none;
text-shadow: 1px 1px 0 white;
background: -webkit-gradient(linear,left top,left bottom,from(white),to(#F0F0F0));
background: -moz-linear-gradient(top,white,#F0F0F0);
}
.fancy_btn:active {
position: relative;
top: 1px;
}
.fancy_btn:hover {
color: black;
cursor: pointer;
text-decoration: none;
background: -webkit-gradient(linear,left top,left bottom,from(white),to(#DEDEDE));
background: -moz-linear-gradient(top,white,#DEDEDE);
-webkit-box-shadow: #999 0 0 2px;
-moz-box-shadow: #999 0 0 2px;
}

.app-top {
  border-bottom:none;
  margin-bottom:0;
  padding:10px 0 0;
}

/*breadcrumbs */

#breadcrumbs {
  font-family:Helvetica,arial,sans-serif;
  font-weight:normal;
  padding-top:5px;
  padding-bottom: 5px;
  font-size:11px;
  float:left;
}


/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #91ADD1;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #000;
  white-space: nowrap;
  font-family:"Helvetica",arial,sans-serif;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #91ADD1;
}

#dosomething-search {
border-left: 2px solid #F0F0F0;
border-bottom: 2px solid #F0F0F0;
border-right: 2px solid #F0F0F0;
padding: 5px;
margin-bottom: 15px;
background: #E9F0F8;
-moz-box-shadow: 0 0 5px #f0f0f0;
-webkit-box-shadow: 0 0 5px #f0f0f0;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.republish-window {
  top: 200px;
}

/* tooltips */

.modal-link {
  border-bottom: 1px dotted #404040;
  text-decoration: none;
}

.modal-link:hover {
  text-decoration:none !important;
  cursor:pointer;
}

#app-modal {
  position:absolute;
  z-index:9999;
  top:200
  margin: 0 auto;
  background:#1A1A1A;
  color:#fff;
  width:285px;
  -webkit-border-radius: 04px;
  -moz-border-radius: 04px;
  border-radius: 04px;
  opacity:.95;
}

#app-modal p a {
  display:none; /* don't show links in tooltips */
}

#app-modal h2 {
  font-size:18px;
  text-shadow: #f0f0f0 0px 0px 1px;
  -moz-text-shadow: #f0f0f0 0px 0px 0px;
}
#app-modal p {
  font-size:14px;
  text-shadow: #f0f0f0 0px 0px 1px;
  -moz-text-shadow: #f0f0f0 0px 0px 0px;
}

#app-modal-flag {
  display:none;
  width:20px;
  height:20px;
  background: url(/dark-money/assets/left-arr-ef612ff927ec2ea6c5d594830834ba8d.png) no-repeat;
  position:absolute;
  z-index:999;
}

#spending_asterisks {
  font-family:arial,helvetica,sans-serif;
  font-size:12px;
  margin-top:20px;
  border-top:1px solid #cecece;
  clear:both;
}
#spending_asterisks p {
  margin:5px 0 10px 0;
}


.c4_org {
  clear:left;
  margin-top:15px;
  overflow:auto;
}
.c4_menu {
  float:left;
  font-family:"Helvetica Neue", Helvetica, arial, sans-serif;
  font-size:14px;
  width:710px;
}
.c4_menu tr th {
  font-size:11px;
  font-weight:normal;
  text-align:left;
  padding:10px;
  background:#f9f9f9;
  border-top:1px solid #cecece;

}
.c4_menu tr td {
  padding:10px;
  vertical-align:top;
  border-top:1px solid #cecece;
}
.c4_menu a {
  color:#444;
  text-decoration:none;
}
.c4_menu a:hover {
  text-decoration:underline;
}
.c4_menu tr td.c4_name {
  color: #333;
  font-size: 11px;
  font-weight:bold;
}
.c4_politics_1024_nubbin {
  padding:5px;
}
.c4_menu tr td.c4_politics_1024, .c4_menu tr th.c4_politics_1024 {
  font-size: 11px;
  margin-right:10px;
  width:89px;
}
.c4_menu tr td .c4_politics_1024_nubbin.false {
  background:#FFEEEE;
  color:#660000;
}
.c4_menu tr td .c4_politics_1024_nubbin.true {
  background:#ccffcc;
  color:#000;
}

.c4_menu tr td.c4_stat, .c4_menu tr th.c4_stat {
  width:110px;
  font-weight:bold;
}
.c4_menu tr th.c4_stat {
  font-weight:normal;
}
.c4_menu tr th.c4_stat.c4_year, .c4_menu tr td.c4_stat.c4_year {
  width:10px;
}

.c4_front_title {
  float:left;
  font-family:"Helvetica Neue", Helvetica, arial, sans-serif;
  width:210px;
  border-top:1px solid #cecece;
  margin-right:10px;
}
#fp_flowchart_menu .c4_front_title {
  float:none;
  width:inherit;
}
.c4_front_title h2 {
  font-size:16px;
  margin-bottom:8px;
  padding: 3px 0 3px 0;
}
.c4_front_title p {
  font-family:Arial,helvetica,sans-serif;
  font-size:12px;
}

.c4_timeline_cell {
  width:260px;
}

.c4_timeline {
}

.c4_timeline_month {
  height:20px;
  width:1px;
  margin-right:1px;
  float:left;
  background:#f0f0f0;
}
.c4_month_granted {
  background:#990000;
  width:2px;
}
.c4_month_applied {
  background:#990000;
  width:2px;
}

.c4_timeline_tag_wrapper {
  margin-top: 22px;
  clear: left;
  overflow: auto;
  margin-top:30px;

}
.c4_timeline_out_of_range, .c4_timeline_applied_tag, .c4_timeline_granted_tag {
  font-weight:normal;
  font-size:11px;
}

.leaning_liberal {
  background-color:#e1ecf8;
}
.leaning_conservative {
  background-color:#f8e9e9;
}
.leaning_nonpartisan {
  background-color:#f9f2df;
}

/* show */

#baseball_card, .baseball_card {
  font-family: "Helvetica Neue",arial,sans-serif;
  border-top:1px solid #cecece;
}

#baseball_card td {
  padding-right: 15px;
  max-width:120px;
}

.big_num_stat {
  font-size: 18px;
  font-weight: bold;
}
.big_num_stat .leaning {
 background-color: #F8E9E9;
 padding:0 5px 2px 5px;
 margin-bottom:5px;
}
.bb_card_under_number_label {
  font-size: 11px;
  color: #404040;
}
.expenses_bar {
  background:#D6D6D6;
  padding:3px;
}
.irs_expenses_bar {
/*  background:#999;*/
padding:0;
background:#E4F2E4;
margin:4px 0;
}
.fec_bar_pct_label {
  right:0;
  font-weight:normal;
  font-size:11px;
  padding:3px;
  display:block;
  text-align:right;
}

.fec_expenses_bar {
  padding:0;
  background:#9FD0A1;

}

/* flowchart */
.flowchart_org_container {
  overflow:auto;
  clear:left;
  padding-bottom: 20px;
  width:100%;
}
.flowchart_container {
  overflow: auto;
  float: left;
}
.flowchart_container_show {
  width:960px;
  border:none;
  padding-left:0;
}
.flowchart_module {
  overflow:auto;
  float:left;
  min-height:50px;
}
.flowchart_module_text {
  float: left;
  padding: 8px;
  font-size: 12px;
  font-family: Arial,helvetica,sans-serif;
  font-weight: normal;
  background: #F9F9F9;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  display: inline-block;
  box-shadow: 0 0 3px #CECECE;
  height: 130px;
  width: 151px;
  overflow: hidden;
  margin-bottom: 18px;
}
.wrapper_show .flowchart_module_text {
  width:196px;
}

.flowchart_module_text.flowchart_module_expanded {
  position: absolute;
  width: 767px;
  margin-left: -409px;
  height: 431px;
  z-index:9999;
  overflow:auto;
}

.flowchart_module_text.caution_box {
  background:#FFD9AD url(/dark-money/assets/caution-c75fb332fd2759b5bb4eb7419a5bcbac.svg) 10% 8% no-repeat;
}
.flowchart_module_text.caution_box .flowchart_module_text_inner {
  padding-left:40px;
  display:block;
}
.wrapper_show .flowchart_module_text.flowchart_module_expanded {
  width: 960px;
  margin-left: -498px;
  height: 480px;
}

.ad_air_date {
  font-size: 12px;
  margin-bottom: 4px;
  font-weight:bold;
}
.ad_wrapper {
  margin-bottom:8px;
}

.embed_container_embiggen {
}
.embed_container_mini {
  position:relative;
}
.embed_container_overlay {
  position: absolute;
  background: white url(/dark-money/assets/play-8047469fde80630e092a8c63b0ddba94.svg) center center no-repeat;
  opacity: 0.60;
  min-height:110px;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  cursor:pointer;
}
.yt_embed, .embed_container embed, .embed_container object {
  width:150px;
  height:110px;
}
.wrapper_show .yt_embed, .wrapper_show .embed_container embed, .wrapper_show .embed_container object {
  width:195px;
  height:105px;
}
.flowchart_module_text.multi_flowchart_module {
  overflow-y:auto;
}
.flowchart_module_text.multi_flowchart_module .yt_embed,
.flowchart_module_text.multi_flowchart_module .embed_container embed,
.flowchart_module_text.multi_flowchart_module .embed_container object {
  width:135px;
  margin-bottom:5px;
}

.wrapper_show .flowchart_module_text.multi_flowchart_module .yt_embed,
.wrapper_show .flowchart_module_text.multi_flowchart_module .embed_container embed,
.wrapper_show .flowchart_module_text.multi_flowchart_module .embed_container object {
  width:185px;
}

.flowchart_module_text.flowchart_module_expanded .yt_embed,
.flowchart_module_text.flowchart_module_expanded .embed_container embed,
.flowchart_module_text.flowchart_module_expanded .embed_container object {
  width:750px;
  height:360px;
}

.wrapper_show .flowchart_module_text.flowchart_module_expanded .yt_embed,
.wrapper_show .flowchart_module_text.flowchart_module_expanded .embed_container embed,
.wrapper_show .flowchart_module_text.flowchart_module_expanded .embed_container object {
  width:950px;
  height:450px;
}
img.yt_embed {
  cursor:pointer;
}

.flowchart_module_arrow {
  float: left;
  display: inline-block;
  padding: 62px 8px;
  min-height: 10px;
  vertical-align: top;
}
#fp_flowcharts {
  width:780px;
  float:right;
}
#fp_flowchart_menu {
  width:170px;
  margin-right:10px;
  float:left;
}
#fp_flowchart_selector {
  font-family:Arial,helvetica,sans-serif;
  font-size:11px;
}
#fp_flowchart_selector li {
  padding:3px 20px 3px 5px;
  cursor:pointer;
  border-left:1px solid #E9F0F8;
}
#fp_flowchart_selector li.active {
  background:#91ADD1 url(/dark-money/assets/menu-arrow-f4af4ba3ac025de6a228e8b2f8130c04.jpg) no-repeat 100% 50%;
  color:#fff;
  font-weight:bold;
  position: relative;
}


#fp_flowcharts .c4_front_title {
  float:none;
  width:100%;
  margin-bottom:15px;
}
.dc_link {
  width:inherit;
}
.dc_thumb {
  border: 1px solid #CECECE;
  box-shadow: 0 0 3px #999;
  opacity: .82;
  background: white;
  float:left;
  padding-right:3px;
  margin-right:5px;
  width:inherit;
}
.ad_expand {
  font-size:11px;
}
.spinner {
  float:right;
  display:none;
}

.modal_close_box {
  display:block;
  position:absolute;
  top:0;
  right:25px;
  height: 16px;
  width: 16px;
  background: #FEE url("data:image/gif;charset=utf-8;base64,R0lGODlhCgAKAKIAADMzM//M/5mZmUxMTL+/vwAAAAAAAAAAACH5BAEHAAEALAAAAAAKAAoAAAMfGLocM+wpQKAjYNGHG+3NIAjWIgIAaQpZkFooEzdNAgA7") no-repeat center center;
  cursor: pointer;
}

#flowchart_notice {
  border-top: 1px solid #CECECE;
  padding: 5px 0 15px 0;
  margin: 0px 0 0 0px;
  font-family: 'Hevetica Nueue', Helvetica, sans-serif;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#flowchart_wrapper {
  position:relative;
}

@media screen and (max-width: 480px) {
  .social-module { display:none;}
  #fp_flowchart_menu, #fp_flowcharts {
    float:none;
    width:100%;
  }
  #fp_flowchart_menu {
    position:relative !important;
    margin-bottom:15px;
  }
  #flowchart_container, .flowchart_container_show {
    width:100%;
  }
}

