.container-fluid {
  position: relative;
}

.body {
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  max-width: 1000px;
  margin: 0 auto ;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

body.site {
  border: none !important;
  background-color: #EEEEEE !important;
}

.item-text {
  text-align: justify;
  color: #333333;
  font-weight: normal;
  line-height: 1.7;
}

.item-text h3 {
  color: #0088cc;
  font-weight: bold;
}

.item-text p {
  color: #333333;
  margin: 0.75em 0 1.25em;
}

body h1, body h2 {
  font-size: 22px;
  height: auto;
  line-height: auto;
  background-color: #E6E6E6;
  color: #000000;
  padding: 6px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin: 5px 0;
}

label, input, button, select, textarea {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.navigation {
  margin-top: 20px;
  border: 1px solid rgba(0,0,0,0.05);
  background-color: #FFFFFF;
  padding: 0px;
}

@media (max-width: 767px) {

  .body {
    padding: 10px;
  }

  .navigation {
    border: 1px solid rgba(0,0,0,0.05);
    margin-top: 0px;
    padding: 0px;
  }

  .navigation .nav-collapse img {
    max-width: 100%;
    height: auto;
  }

  .nav-pills {
    display: block;
    width: auto;
  }

  .nav-pills > li {
    float: none;
    display: block;
    width: auto;
  }

  .nav-pills > li > a {
    margin: 4px 0;
  }

  .searchform input[type="text"],
  .searchform select,
  .searchform .btn {
    width: 100%;
    max-width: 100%;
  }

  .bottom > div {
    display: block;
    margin: 0 auto 12px;
  }

  .bottom img.qur2an {
    margin-top: 0;
  }

  .copyright {
    margin-right: 0;
  }

  .my-links img {
    max-width: 36px;
  }

  .footer {
    font-size: 12px;
  }
}

.well {
  padding: 10px;
}

.well h3 {
  background-color: #E6E6E6;
  font-size: 18px;
  padding: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.nav-pills {
  padding: 4px;
}

.nav-pills > li > a {
  background-color: #EEEEEE;
  font-weight: bold;
  margin: 4px;
  padding: 10px 0px;
  text-align: center;
}

.nav-pills > li > a:hover {
  background-color: #D6D6D6;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.disabled, .btn-purple[disabled] {
  color: #fff;
  background-color: #7E64A3;
}

.btn-purple {
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.btn-omar {
  margin: 1px;
  padding: 5px;
  min-width: 30px;
  height: 26px;
  font-weight: bold;
  border: none;
}

.footer {
  color: #666666;
  line-height: 15px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}

.back-to-top {
  margin-bottom: 15px;
}







.responsive-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.responsive-table th {
  font-size: 18px;
  display: none;
}
.responsive-table td {
  color: #666666;
  display: block;
}
.responsive-table td:first-child {
  padding-top: .5em;
}
.responsive-table td:last-child {
  padding-bottom: .5em;
}
.responsive-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  font-size: 18px;
  width: 100px;
  vertical-align: top;
  display: inline-block;
}

.searchform {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}
.searchform input, .searchform select {
  margin: 3px 0px;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  padding: 0px;
}
.searchform select {
  margin: 3px 1px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  text-indent: 5px;
}
.searchform input[type="text"] {
  text-indent: 10px;
  width: 100%;
  max-width: 450px;
  min-width:100px;
}
.searchform .btn {
  width: 90px;
}

@media (min-width: 768px) {
  .responsive-table td:before {
    display: none;
  }
}
.responsive-table th, .responsive-table td {
  text-align: right;
}
@media (min-width: 768px) {
  .nav-pills {
    display: table;
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
  }
  .nav-pills > li {
    float: none;
    display: table-cell;
    width: 25%;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
  }
  .responsive-table th, .responsive-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .responsive-table th:first-child, .responsive-table td:first-child {
    padding-left: 0;
  }
  .responsive-table th:last-child, .responsive-table td:last-child {
    padding-right: 0;
  }
}
.huruf,
.pages {
  font-size: 0;
}
.harf {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  min-width: 80px;
  max-width: 250px;
  background-color: #EEEEEE;
  height: 40px;
  line-height: 40px;
  width: 31.33%;
  margin: 1%;
}
.harf a,
.harf > span {
  display: block;
}
.harf a:hover {
  text-decoration: none;
  background-color: #DDDDDD;
}
.page {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  min-width: 10px;
  max-width: 150px;
  background-color: #EEEEEE;
  height: 40px;
  line-height: 40px;
  width: 18%;
  margin: 1%;
}
.page a,
.page > span {
  display: block;
}
.page a:hover {
  text-decoration: none;
  background-color: #DDDDDD;
}
.responsive-table {
  direction: rtl;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
.responsive-table a, .responsive-table a:hover {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  white-space: pre-line;
  max-width: 350px;
}
.responsive-table th, .responsive-table td {
  margin: .5em 1em;
  border: none;
}
@media (max-width: 468px) {
  .responsive-table a, .responsive-table a:hover {
    max-width: 200px;
  }
}
@media (max-width: 568px) {
  .responsive-table a, .responsive-table a:hover {
    max-width: 250px;
  }
}

@media (min-width: 768px) {
  .responsive-table th, .responsive-table td {
    padding: 0.5em !important;
    border: 2px white solid;
  }
  .responsive-table th {
    white-space: nowrap;
    text-align: center;
  }
  .responsive-table a, .responsive-table a:hover {
    max-width: 500px;
    display: block;
  }
  .harf {
    height: 30px;
    line-height: 30px;
    width: 19.5%;
    margin: 0.25%;
  }
  .page {
    height: 30px;
    line-height: 30px;
    width: 5.75%;
    margin: 0.25%;
  }
}
.responsive-table tr:nth-of-type(even) { 
  background: #F6F6F6; 
}
.responsive-table tr:nth-of-type(odd) { 
  background: #EEEEEE;
}

.responsive-table tr:first-child {
  background: #DDDDDD;
}
.selected.harf, .selected.page {
  background-color: #DDDDDD;
}
.pages {
  padding: 10px 0px;
}
.bottom {
  text-align: center;
  font-size: 0;
}
.bottom > div {
  max-width: 200px;
  width: 200px;
  vertical-align: top;
  display: inline-block;
  padding: 0;
  margin: 0 2%;
  text-align: center;
  font-size: 16px;
}
.bottom img.qur2an {
  margin-top: 21px;
  padding: 3px;
  background-color: #F6F7F8;
  border: 1px solid #E9EAED;
  vertical-align: top;
}
.bottom .fb-badge {
  display: inline-block;
  vertical-align: top;
  border: 0;
  overflow: hidden;
  width: 200px;
  height: 130px;
  margin-top: 21px;
}

.copyright {
  margin-right: 70px;
}