/* Space out content a bit */
body {
  padding-bottom: 20px;
  font-size: 16px;
  height: 100%;
  font-family: Verdana,sans-serif;
  background-color: #fcfcfc;
}

h3 {
    color: #000;
}

h3 + p {
    color: #333;
}

table, label,.control-label,.help-block,.checkbox,.radio { font-size: 14px; }
.alert { font-size: 1em; font-weight: 500; }

.fa-spin-slow {
  -webkit-animation: fa-spin 12s infinite linear;
  animation: fa-spin 12s infinite linear;
}

.clear { clear: both; }

#filter-results label { padding-right: 15px;}

#search-results { min-height: 300px; }

#spinner h1 { padding-top: 30px; width: 100%; text-align: center; }

.super-sun { font-size: 80px; text-align: center; }
.super-sun span { font-size: 160px;}

#donation-chart, #donation-chart-year { height: 250px;}

#net-chart, #income-chart { height: 200px; }

.money-add { color: #007F00;}

.table > thead > tr > th,
.table > tbody.header > tr > th {
  background-color: #ffe47f;
}

.clickable:hover {
   background-color: #ffe47f !important;
}

.panel-body {background:#ffe47f;}

.navbar-default {
  height: 70px;
  background-color: #FFCB08;
  padding-top: 10px;
}

.navbar-default .navbar-nav > li > a {
  font-family: "Muli",sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  letter-spacing: -1px;
  height: 50px;
}

.navbar-default .navbar-brand a {
  color: #000;
  font-family: "Muli",sans-serif;
  font-size: 28px;
}

.navbar-default .navbar-brand .sub-credit a {
  color: #666;
  font-family: "Muli",sans-serif;
  font-size: 12px;
}

.navbar-default .navbar-toggle { border-color: #000;}
.navbar-default .navbar-toggle .icon-bar { background-color: #000; }
.navbar-default .navbar-collapse { border: none; }

.navbar-default .navbar-brand:hover { color: #000; }

.navbar-default .navbar-nav { padding-top: 8px; }
.navbar-default .navbar-nav > li > a:hover { color: #000; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { color: #000; }

.nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #FFCB08;
  border-color: #FFCB08;
  color: #000;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #FFCB08;
  border-color: #FFCB08;
  color: #000;
}

.nav-pills > li.inactive > a,
.nav-pills > li.inactive > a:hover,
.nav-pills > li.inactive > a:focus {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #000;
}

.form-control::-moz-placeholder {
  color: #B6B6B4;
}
.form-control:-ms-input-placeholder {
  color: #B6B6B4;
}
.form-control::-webkit-input-placeholder {
  color: #B6B6B4;
}

.btn-primary, .btn-primary:hover {
  background-image: none;
  background-color: #FFCB08;
  color: #000;
  border: none;
  text-transform: uppercase;
}

.label:hover { text-decoration: none; }

a.header-link:link {text-decoration: none; color: #000000 !important;}
a.header-link:visited {text-decoration: none; color: #000000!important;}
a.header-link:hover {text-decoration: none; color: #000000 !important;}
a.header-link:active {text-decoration: none; color: #000000 !important;}
a.header-link{color: #000000 !important;}
a.header-link:focus {text-decoration: none; color: #000000 !important;}

a, a:active, a:hover, a:focus { color: #0123b4; }
/* Custom page footer */
.footer {
  padding: 20px 0 20px 0;
  color: #777;
  border-top: 2px solid #e5e5e5;
}

.footer img {
  padding-right: 10px;
}

.data-quality-note {
  cursor: pointer;
}

#money-table-guts {
  min-height: 200px;
  margin-top: 10px;
}

#money-table-guts h1{
  margin-top: 40px;
}

/* === Widget widths === */
@media screen and (max-width: 1375px) {
    .navbar-default .navbar-brand a {
        font-size: 22px;
    }
    
    .navbar-default ul.navbar-nav {
        padding-top: 4px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1212px) {
    body, table { color: #333;}
    body, table, label { font-size: 12px; }
    table.widget { font-size: 14px; }
}

@media screen and (max-width: 510px) {
    .navbar-default .navbar-brand a {
        font-size: 20px;
    }
}

@media screen and (max-width: 455px) {
    .navbar-default .navbar-brand a {
        font-size: 16px;
    }
}

@media screen and (max-width: 380px) {
    .navbar-default .navbar-brand {
        padding-left: 10px;
    }
    
    .navbar-default .navbar-brand a {
        font-size: 12px;
        font-weight: bold;
        white-space: normal;
    }
}

@media screen and (max-width: 320px) {
    .navbar-default .navbar-brand {
        padding-left: 6px;
    }
    
    .navbar-default .navbar-brand a {
        font-weight: normal;
    }
}

/* === Responsive: Fix long navbar on smaller windows. === */
@media screen and (max-width: 1365px) {
    .sub-credit.visible-lg-inline {
        display: none !important;
    }
}

@media screen and (max-width: 1095px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/* ======================================================= */

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 625px) {
  /* Remove the padding we set earlier */

  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }

  .jumbotron p {
      padding: 0 0 5px 0;
      margin: 0;
      font-size: 16px;
  }
}

.nowrap { white-space:nowrap; }

/* Datepicker styles */

.ui-widget {
    font-size: 0.9em;
}

.ui-datepicker {
    width: 22.5%;
    height: auto;
}

.ui-datepicker table {
    width: 100%;
    background-color: #fff;
}

.ui-datepicker table td,
.ui-datepicker table th {
    padding: 0;
}

.ui-datepicker-header {
    color: #333;
    background-color: #DDD;
    font-weight: bold;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 30px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    cursor: pointer;
}

.ui-datepicker-prev {
    float: left;
}

.ui-datepicker-next {
    float: right;
    margin-right: 5px;
}

.ui-datepicker-next:after {
    content: "";
    border-color: rgba(0,0,0,0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
    border-image: none;
    border-style: solid;
    border-width: 9px;
    display: block;
    height: 0;
    margin-top: 5px;
    width: 0;
}
.ui-datepicker-prev:before {
    content: "";
    border-color: rgba(0,0,0,0) #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 9px;
    display: block;
    height: 0;
    margin-top: 5px;
    width: 0;
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
}

.ui-datepicker tbody td {
    border-right: none;
    text-align: center;
    padding: 3px 0;
}
.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0px
}

.ui-tooltip {
    width: 25%;
    overflow: hidden;
}

.panel-heading {
    cursor: pointer;
}

.advertisement .img-responsive {
    margin: 0 auto;
}

.sidebar_newsletter {
    left: 0;
    position: fixed;
    width: 100vw;
    bottom: 0;
    margin-bottom: 0;
    overflow: hidden;
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
    z-index: 10000000000;
    padding: 5px 10px;
}

.fa-times {
    right: 10px;
    top: 10px;
    padding-right: 10px;
    opacity: 0.7;
    cursor: pointer;
    position: absolute;
    color: black;
    transition: all 0.3s ease-in-out;
}

.fa-times:hover {
    opacity: 1;
}

.hide_menu {
    margin-left: -100vw;
}

.ss-popover {
    text-decoration: none;
    border-bottom: 1px dotted #666;
}

.ss-popunder {
    text-decoration: none;
}

table.table-striped > thead > tr > th,
table.table-striped > tbody > tr > td {
    color: #000;
}

table.table-striped.dem > tbody > tr {
    background-color: #e0f5ff;
}

table.table-striped.dem > tbody > tr:nth-of-type(2n+1) {
    background-color: #d0ecff;
}

table.table-striped.rep tr {
    background-color: #ffefef;
}

table.table-striped.rep > tbody > tr:nth-of-type(2n+1) {
    background-color: #ffe0e0;
}

table.uneven tr:last-of-type td {
    border-bottom: 1px solid #ddd;
}

.ckeditor-div {
    padding: 10px 0;
}

.ckeditor-div,
.ckeditor-div * {
    z-index: 500;
}

.ckeditor-div > div {
    padding: 10px;
    margin-bottom: 50px;
}

.news-box-wrapper {
    width: 100%;
    height: 106px;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}

.news-box {
    overflow: auto;
    width: 100%;
    height: 100%;
    font-size: 10px;
    background-color: #fff;
}

.header-image {
    display: inline-block;
    height: 60px;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 10px;
}

.table-border {
    border: 2px solid #ccc;
}

.table-border div:first-child .table-border {
    border-left: 0;
    border-top: 0;
}

.table-border div:last-child .table-border {
    border-right: 0;
    border-top: 0;
}

.subtitle {
    color: #333333;
}

@media screen and (min-width: 993px) {
    .table-merge {
        border-right: 0;
    }
}

/******** NEW *********/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

ul.nav li.dropdown > ul.dropdown-menu {
    background-color: #fa0;
    top: 50px;
    left: 5px;
}

ul.nav li.dropdown > ul.dropdown-menu > li > a:hover {
    background-color: #FFCB08;
}

tr .fa-times-circle {
    color: red;
}

tr .fa-times-circle:hover {
    opacity: .5;
    cursor: pointer;
}

tr .fa-eye {
    color: green;
}

tr .fa-eye:hover {
    opacity: .5;
    cursor: pointer;
}

tr .fa-eye-slash {
    color: red;
}

tr .fa-eye-slash:hover {
    opacity: .5;
    cursor: pointer;
}

@media (max-width: 960px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        /*display: none;*/
        right: 100%;
        border-right: 0;
        top: 0;
        left: unset;
    }
    ul.nav {
        background-color: #FFCB08;
    }
    ul.navbar-nav, .navbar-collapse.in {
        overflow: visible;
    }
}

/* XS */
@media (max-width: 768px) {
    .text-xs-nowrap { white-space: nowrap; }
}

/* SM */
@media (min-width: 768px) {
    .text-sm-nowrap { white-space: nowrap; }
}

/* MD */
@media (min-width: 992px) {
    .text-md-nowrap { white-space: nowrap; }
}

/* LG */
@media (min-width: 1200px) {
    .text-lg-nowrap { white-space: nowrap; }
}
