@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidNaskh-Regular.ttf) format("truetype"); }
.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  background: #303F9F;
  color: #FFFFFF;
  font-size: 18pt;
  text-align: center;
  line-height: 60px; }

.navbar .btn {
  position: absolute;
  width: 40px;
  height: 60px;
  line-height: 60px;
  bottom: 0;
  text-align: center;
  font-size: 24pt;
  top: 2px; }

.navbar .left-align {
  left: 0; }

.navbar .right-align {
  right: 0; }

#categories-list {
  text-align: center; }

#categories-list li {
  width: 120px;
  height: 120px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  font-size: 16pt;
  margin-left: 2px;
  margin-bottom: 2px;
  padding: 5px;
  position: relative; }

#categories-list .phrases-count {
  position: absolute;
  left: 5px;
  bottom: 5px;
  text-align: left; }

#phrases-navbar {
  left: -100%; }

#phrases-list {
  left: 100%;
  background: white;
  top: 60px; }

#phrases-list li {
  padding: 10px;
  font-size: 16pt;
  border-bottom: 1px solid #BDBDBD; }

.footer {
  position: absolute;
  bottom: 0;
  height: 60px;
  left: 0;
  right: 0;
  border-top: 1px solid #BDBDBD;
  text-align: center;
  padding: 5px;
  z-index: 5; }

.footer img {
  height: 100%;
  margin-left: 2px;
  margin-right: 2px; }

.footer > div {
  position: absolute;
  height: 40px;
  bottom: 0;
  width: 50%;
  top: 50%;
  transform: translateY(-50%); }

.footer .left-align {
  text-align: left;
  left: 0; }

.footer .right-align {
  text-align: right;
  right: 0; }

#video-overlay .wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center; }

#video-overlay h1 {
  padding: 10px;
  margin: 0;
  color: white;
  font-size: 18pt;
  text-align: center; }

#video-overlay .player {
  display: inline-block;
  height: 240px; }

#search-navbar {
  left: -100%; }

#search-navbar input {
  display: block;
  font-family: "Droid Arabic Naskh";
  font-size: 16pt;
  color: #C5CAE9;
  background: transparent;
  outline: none;
  border: 0;
  margin: 10px; }

#search-list {
  left: 100%; }

.selection-pane {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #212121;
  color: #FFFFFF;
  padding: 5px;
  left: 100%;
  text-align: center;
  opacity: 0.98;
  z-index: 10; }

.selection-pane h1 {
  padding: 5px;
  margin: 0;
  font-size: 18pt; }

.selection-pane li {
  padding: 5px;
  font-size: 16pt; }

.selection-pane li.selected {
  font-weight: bold;
  color: #FFC107; }

html {
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
  /* prevent highlighting when touching elements */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-user-select: none;
  /* prevent copy paste, to allow, change 'none' to 'text' */
  font-size: 10pt;
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  position: relative; }

.ar {
  direction: rtl;
  font-family: "Droid Arabic Naskh"; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ul li {
  padding: 0;
  margin: 0; }

.content {
  overflow-y: scroll;
  position: absolute;
  top: 60px;
  width: 100%;
  bottom: 60px;
  background: white;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */ }

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  z-index: 10; }

.message {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 16pt;
  display: none; }

/*# sourceMappingURL=base.css.map */
