.notie-container{font-size:1.6rem;height:auto;left:0;position:fixed;text-align:center;width:100%;z-index:2;box-sizing:border-box;-o-box-shadow:0 0 5px 0 rgba(0,0,0,.5);-ms-box-shadow:0 0 5px 0 rgba(0,0,0,.5);box-shadow:0 0 5px 0 rgba(0,0,0,.5)}@media screen and (max-width:900px){.notie-container{font-size:1.4rem}}@media screen and (max-width:750px){.notie-container{font-size:1.2rem}}@media screen and (max-width:400px){.notie-container{font-size:1rem}}.notie-background-success{background-color:#57bf57}.notie-background-warning{background-color:#d6a14d}.notie-background-error{background-color:#e1715b}.notie-background-info{background-color:#4d82d6}.notie-background-neutral{background-color:#a0a0a0}.notie-background-overlay{background-color:#fff}.notie-textbox{color:#fff;padding:20px}.notie-textbox-inner{margin:0 auto;max-width:900px}.notie-overlay{height:100%;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:1}.notie-button{cursor:pointer}.notie-button,.notie-element{color:#fff;padding:10px}.notie-element-half{width:50%}.notie-element-half,.notie-element-third{display:inline-block;box-sizing:border-box}.notie-element-third{width:33.3333%}.notie-alert{cursor:pointer}.notie-input-field{background-color:#fff;border:0;font-family:inherit;font-size:inherit;outline:0;padding:10px;text-align:center;width:100%;box-sizing:border-box}.notie-select-choice-repeated{border-bottom:1px solid hsla(0,0%,100%,.2);box-sizing:border-box}.notie-date-selector-inner{margin:0 auto;max-width:900px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.notie-date-selector-inner [contenteditable],.notie-date-selector-inner [contenteditable]:focus{outline:0 solid transparent}.notie-date-selector-up{transform:rotate(180deg)}
#selVerse, #selBook, #selChapter {
  width: 100%; }

.highlighted {
  animation-name: bgfadeout;
  animation-duration: 2s; }

@keyframes bgfadeout {
  from {
    background-color: yellow; }
  to {
    background-color: rgba(255, 255, 255, 0); } }
.header {
  position: fixed;
  width: 100%;
  z-index: 1;
  height: 48px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.34); }
  @media (max-width: 480px) {
    .header .container {
      padding: 0; } }
  .header h2 {
    font-size: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 3px;
    margin-left: 0px;
    color: #3c3c3c; }
  .header img {
    margin-top: -10px;
    margin-right: 10px;
    float: left;
    max-height: 48px; }

.content {
  margin-top: 60px;
  margin-bottom: 60px; }

.nav-tabs .nav-item {
  width: 50%; }

.tab-pane {
  padding-top: 15px; }

.about {
  display: none;
  position: fixed;
  background-color: #fff;
  bottom: 44px;
  text-align: center;
  padding: 10px;
  width: 100%;
  z-index: 1111;
  -webkit-box-shadow: 0px -5px 11px -7px #c9c9c9;
  -moz-box-shadow: 0px -5px 11px -7px #c9c9c9;
  box-shadow: 0px -5px 11px -7px #c9c9c9; }
  .about h2 {
    font-size: 26px; }
  .about h3 {
    font-size: 16px;
    margin-bottom: 21px; }
  .about img {
    max-height: 30px; }

footer {
	    z-index: 1111;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px -5px 11px -7px #c9c9c9;
  -moz-box-shadow: 0px -5px 11px -7px #c9c9c9;
  box-shadow: 0px -5px 11px -7px #c9c9c9;
  text-align: center; }
  @media (max-width: 480px) {
    footer .container {
      padding: 0; } }
  footer .search-ico {
    cursor: pointer; }
  footer .info-ico {
    cursor: pointer; }
  footer .minus-ico {
    cursor: pointer; }
  footer .plus-ico {
    cursor: pointer; }

.mobile-menu {
  display: none;
  position: fixed;
  top: 47px;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  /* text-align: -webkit-auto; */
  z-index: 1;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.34); }

.btn-menu {
  text-align: right; }
  .btn-menu .fa {
    margin-right: 10px; }

.select2 {
  width: 100% !important; }

.revers-color {
  background-color: black;
  color: #fff; }
  .revers-color .mobile-menu {
    background-color: #2d2d2d; }
  .revers-color #selVerse, .revers-color #selBook, .revers-color #selChapter {
    background-color: #1f1f1f;
    color: #fff; }
  .revers-color .select2 .select2-selection--single * {
    background-color: black !important;
    color: #fff !important; }
  .revers-color .select2-results__options {
    background-color: black; }
  .revers-color .select2-search {
    background-color: black; }
  .revers-color .select2-search__field {
    background-color: black;
    color: #fff; }
  .revers-color .about {
    background-color: #3e3e3e; }
  .revers-color .header {
    background-color: #1f1f1f; }
    .revers-color .header img {
      filter: invert(100%); }
    .revers-color .header h2 {
      color: #fff; }
  .revers-color footer {
    background-color: #1f1f1f; }

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