* {
  box-sizing: border-box;
}

@font-face {
    font-family: arabfont;
    src: url('QuranTaha.ttf');
}

html{
	background-color: black;
	/*background: url(bg.jpg);*/
	background-repeat: repeat-x|repeat-y;
	background-attachment: fixed;
}

body{
	font-family: "arabfont";
	padding: 40px;
	padding-top: 80px;
	padding-bottom: 60px;
	display: none;
	margin: 0;
	overflow-y: auto;
	color:#55000c;
	user-select: none;
}

h1{
	text-align: center;
}

p{
	text-align: center;
	line-height: 160%;
	font-size: 25px;
}

ul{
	list-style:none;
	line-height: 100%;
	counter-reset:li;
	padding:2px;
	width:100%;
	font-size: 27px;
}

ul li a{
	text-decoration: none;
}

ul li {
	position: relative;
	text-align: right;
	display: block;
	transition: all .3s ease-out;
	text-decoration:none;
	transition: all .1s ease-in-out;
	border-bottom: 1px solid;
}

.back-to-home {
	background: none;
	margin: 0;
	position: fixed;
	Top: 0;
	left: 55;
	width: 10px;
	height: 10px;
	z-index: 100;
}


#searchinput {
	/*background-image: url('search.png');
	background-size: 30px 30px;
	background-position: 5px 5px;
	background-repeat: no-repeat;*/
	width: 100%;
	font-size: 20px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
	direction: rtl;
	color: #474d3e;
}

ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	direction: rtl;
}

li{
	margin-top: 5px;
	padding: 20px;
	text-decoration: none;
	display: none;
	direction: rtl;
}#sres{
	color: #55000c;
	font-size: 21px;
	direction: rtl;
}

#sreslist{
	display:none;
}

button{
	outline: none;
}

.button-left{
	border-radius: 15px;
	width: 80px;
	display: inline-block;
	border: 2px solid white;
	border-right: 1px solid white;
	padding: 5px;
	font-size: 19px;
	background-color: black;
	color: white;
	margin: auto;
}

.button-left:active{
	background-color: white;
}

.button-right{
	border-radius: 15px;
	border: 2px solid white;
	border-left: 1px solid white;
	display: inline-block;
	width: 80px;
	padding: 5px;
	font-size: 19px;
	background-color: black;
	color: white;
	margin: auto;
}

.button-right:active{
	background-color: white;
}

button{
	width: 150px;
	display: block;
	margin: auto;
	border: 2px solid white;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 15px;
	font-size: 19px;
	color: white;
	background-color: black;
}

button:active{
	color: black;
	background-color: white;
}

a:link {
	color:inherit;
}

a:visited{
	color: inherit;
}

.bgSelection{
	width: 80px;
	border: 1px solid black;
	border-radius: 15px;
}

.bgSelection:active{
	border-color: white;
}

#appbar{
	font-size: 25px;
	position: fixed;
	background-color: #301a0f;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	direction: rtl;
	color: white;
}

#navbar{
	background-color: #303030;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	margin-top: 70px;
	color: #ffb996;
	width: 256px;
	min-height: 75%;
	font-size: 20px;
	direction: rtl;
	display: none;
	overflow-y: auto;
	padding-bottom: 60px;
}

.navbaritem{
	border-bottom: 1px solid #494949;
	padding: 10px;
	padding-right: 20px;
}

.navbaritem:active{
	background-color: #3d3d3d;
}

#appcontent{
	user-select: text;
}

#notification{
	position: fixed;
	padding: 10px;
	top: 100px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	background-color: white;
	border-radius: 3px;
	border: 1px solid black;
	display: none;
}