@charset "UTF-8";
@font-face {
  font-family: "DroidSansArabic";
  src: url("../fonts/DroidSansArabic.eot");
  src: local("☺"), url("../fonts/DroidSansArabic.woff") format("woff"), url("../fonts/DroidSansArabic.ttf") format("truetype"); }
body {
  font-family: "DroidSansArabic";
  background: #f8f9fa url(../img/bg.jpg) no-repeat top center;
  background-size: 120% auto; }

a {
  color: #986C37;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  a:hover {
    color: black;
    text-decoration: none; }

#mainNav {
  margin-bottom: 45px;
  background: white !important; }
  #mainNav .navbar .dropdown-item.active, #mainNav .navbar .dropdown-item:active {
    background-color: #986C37; }
  #mainNav .navbar .navbar-brand {
    margin-right: 0px;
    margin-left: 0px; }

footer {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 45px; }

#page-header {
  margin-top: 20px;
  margin-bottom: 20px; }
  #page-header .breadcrumb {
    color: gray;
    font-size: 13px;
    padding: 0;
    background: none; }
  #page-header .title small {
    color: gray;
    font-size: 60%;
    display: block; }

.status-counters .counter {
  font-size: 1.3em;
  padding-top: 7px; }

.small-box {
  border-radius: 5px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #986C371C;
  background: RGBA(255, 255, 255, 0.7);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  .small-box:hover {
    opacity: 0.6; }
  .small-box > .inner {
    padding: 10px 10px 20px 10px; }
  .small-box h3 {
    color: #986C37;
    font-size: 28px;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0; }
  .small-box p {
    color: #986C37;
    font-size: 15px; }
  .small-box .icon {
    color: rgba(0, 0, 0, 0.1);
    font-size: 90px;
    position: absolute;
    top: -10px;
    right: auto;
    left: 10px;
    z-index: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }

.box {
  font-size: 14px;
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  overflow-x: hidden; }
  .box.box-solid {
    border-top: 0; }
  .box .box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative; }
    .box .box-header.with-border {
      border-bottom: 1px solid #f4f4f4; }
    .box .box-header .box-title {
      display: inline-block;
      font-size: 18px;
      margin: 0;
      line-height: 1; }
  .box .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 15px; }
  .box.box-primary {
    border-top-color: #3c8dbc; }

.dataTables_filter {
  float: left;
  text-align: left; }
  .dataTables_filter input {
    margin-right: 5px;
    margin-left: 0px !important; }

.checkbox-inline input[type="checkbox"] {
  margin-left: 5px; }

.input-group .form-control {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }
.input-group .input-group-append, .input-group .input-group-text {
  color: gray;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-right: 0;
  background: transparent; }

#recitations .item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F8F8F8; }

#categories .item {
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  background-color: #FDFDFD; }
  #categories .item:hover {
    background-color: rgba(0, 0, 0, 0.06); }
  #categories .item > a {
    font-size: 16px;
    text-align: center;
    padding: 10px;
    display: block; }
    #categories .item > a > small {
      color: gray;
      display: block; }

#RecentRandomRecitationsTabs .nav-link.active {
  background-color: burlywood; }

@media only screen and (max-width: 600px) {
  #mainNav .navbar-brand {
    font-size: 1.1rem; }

  #RecentRandomRecitations #tab-random {
    display: none; } }
@media only screen and (min-width: 768px) {
  #RecentRandomRecitations #tab-recent, #RecentRandomRecitations #tab-random {
    display: block !important; } }
#mainNav #navbarResponsive {
  position: relative; }
  #mainNav #navbarResponsive #app-download {
    padding-top: 0 !important;
    position: absolute;
    top: 10px;
    left: 0; }
    #mainNav #navbarResponsive #app-download img {
      height: 50px; }
    #mainNav #navbarResponsive #app-download h4 {
      font-size: 15px;
      margin-top: 0 !important; }
    #mainNav #navbarResponsive #app-download .jumbotron {
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      background-color: white !important; }

html:lang(en) #mainNav #navbarResponsive #app-download {
  left: auto;
  right: 0; }
html:lang(en) #boxes .small-box .icon {
  left: auto;
  right: 10px; }

/*# sourceMappingURL=style.css.map */