/* Ported from bootstrap_and_overrides.css.scss + articles.css.scss.
   Bootstrap 3 itself is now loaded from a CDN (see the layout template)
   instead of being compiled in via bootstrap-sass; these are just the
   app's own overrides. */

body {
  padding-top: 60px;
  position: relative;
}

.nav > li > a {
  font-size: 18px;
}

.navbar-form-inline {
  display: inline;
}
.navbar-link-btn {
  background: none;
  border: none;
  padding: 15px;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  color: #777;
}
.navbar-link-btn:hover, .navbar-link-btn:focus {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

.nav > li.small-font > a {
  font-size: 14px;
}

.nav > li.red-text > a, .nav > li.active.red-text > a {
  color: #b94a48;
}
.nav > li.red-text > a:hover, .nav > li.active.red-text > a:hover {
  color: #662323;
}

.nav > li.green-text > a, .nav > li.active.green-text > a {
  color: #468847;
}
.nav > li.green-text > a:hover, .nav > li.active.green-text > a:hover {
  color: #236623;
}

.pagination {
  margin-top: 10px;
  margin-bottom: 5px;
}

input.search-box.form-control {
  font-size: 32px;
}

input.ar {
  font-size: 24px;
  height: 36px;
}

table td.ar, span.ar {
  font-size: 24px;
  color: #00695c;
}
table td.ar p.transcription {
  font-size: 16px;
  font-style: italic;
  padding-top: 5px;
  color: #000;
}
table td {
  font-size: 16px;
}
table.table-condensed td {
  padding: 8px 5px 0px 5px;
}
table.with-footer {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  .navbar-fixed-top {
    position: relative;
    top: auto;
  }
}

.btn-group {
  margin: 20px 20px 0px 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th {
  vertical-align: middle;
}

.anchor:before {
  content: "";
  display: block;
  height: 60px;
  margin: -50px 0 0;
}

#sidebar > ul.nav > li.active > a {
  font-weight: 500;
  background-color: #d9edf7;
}
#sidebar > ul.nav > li.active > a:hover {
  background-color: #d9edf7;
}

#sidebar > ul.nav > li > a:hover {
  background-color: #fff;
}

table > tbody > tr.root > td {
  text-align: center;
  background-color: #b39ddb;
}

.haraka {
  font-size: 44px;
}

.my-badge {
  padding: 10px;
}

.padding-top-bottom {
  padding: 20px 0px 40px 0px;
}

.logo {
  padding: 5px 20px 5px 15px;
}
.navbar-nav > li.logo > a {
  /* Bootstrap's default .navbar-nav > li > a padding (15px top/bottom,
     same specificity as this rule minus the .logo class) stacks with
     .logo's own padding around the 40px-tall image, making this row
     ~80px tall against the 60px the fixed navbar's height is designed
     for (see body's padding-top above) and pushing it to overlap page
     content. Zero it out so the row stays the standard Bootstrap
     navbar height. */
  padding-top: 0;
  padding-bottom: 0;
}

/* articles.css.scss */
.navbar-fixed-top2 {
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  left: 0;
  margin-top: -35px;
  position: fixed;
  right: 0;
  top: 70px;
  width: 100%;
}
.navbar-fixed-top2 > .nav {
  margin-bottom: 5px;
  margin-left: 5px;
  margin-top: 20px;
}
.navbar-fixed-top2 > .nav > li > a {
  font-size: 24px;
  line-height: .8;
}

@media (max-width: 1300px) {
  .navbar-fixed-top2 {
    position: static;
  }
}
