﻿@charset "utf-8";
/* body
	width: 720px;
	text-align: center;
	font-family: "Lato", sans-serif;
	
} */
#Au1 {
	
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

@font-face { font-family: XBNiloofar; src: url('dt/font/XBNiloofar.ttf'); }
@font-face { font-family: Arialbd; src: url('dt/font/arialbd.ttf'); }
@font-face { font-family: Arial; src: url('dt/font/arial.ttf'); }

.InfoBar {
	width:100%;
	text-align:center;
	vertical-align:bottom;
	margin-bottom:5px;
	margin-top:-6px;
	color:#FFF;
	background-image: url('dt/img/InfoBarBacGrnd1.png');
	/*box-shadow: 4px 4px 3px grey; */
}
.InfoBar a:link{color:#FFF;}
.InfoBar a:visited{color:#FFF;}

.UpdateInput{
	text-align:center;
	background-color: rgba(0,0,0,0);
	border: 1px solid #838181;
	border-radius:3px;
}

.QuranSelectors {
	padding-left:5px;
	padding-right:5px;
	text-align:top;
	color:white;
	border: 1px solid #838181;
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.MainWarning {
	width: 300px;
	height: 100px; 
	text-align:center;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px; 
	margin-left: -155px;
	border:2px solid #0068FF;
	color:white;
	box-shadow: 6px 6px 5px grey;
	background: rgb(7,79,237); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(7,79,237,1) 0%, rgba(13,132,229,1) 17%, rgba(2,102,224,1) 40%, rgba(2,102,224,1) 63%, rgba(15,130,224,1) 80%, rgba(2,63,247,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(7,79,237,1) 0%,rgba(13,132,229,1) 17%,rgba(2,102,224,1) 40%,rgba(2,102,224,1) 63%,rgba(15,130,224,1) 80%,rgba(2,63,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(7,79,237,1) 0%,rgba(13,132,229,1) 17%,rgba(2,102,224,1) 40%,rgba(2,102,224,1) 63%,rgba(15,130,224,1) 80%,rgba(2,63,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#074fed', endColorstr='#023ff7',GradientType=1 );
}

.VerseContext{
	width: 170px; 
	text-align:center;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px; 
	margin-left: -140px;
	border:3px solid black;
	border-radius:7px;
	color:white;
	background-color:black;
	box-shadow: 6px 6px 5px grey;
	/* background: rgb(7,79,237); Old browsers
	background: -moz-linear-gradient(-45deg, rgba(7,79,237,1) 0%, rgba(13,132,229,1) 17%, rgba(2,102,224,1) 40%, rgba(2,102,224,1) 63%, rgba(15,130,224,1) 80%, rgba(2,63,247,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(7,79,237,1) 0%,rgba(13,132,229,1) 17%,rgba(2,102,224,1) 40%,rgba(2,102,224,1) 63%,rgba(15,130,224,1) 80%,rgba(2,63,247,1) 100%);
	background: linear-gradient(135deg, rgba(7,79,237,1) 0%,rgba(13,132,229,1) 17%,rgba(2,102,224,1) 40%,rgba(2,102,224,1) 63%,rgba(15,130,224,1) 80%,rgba(2,63,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#074fed', endColorstr='#023ff7',GradientType=1 ); */
}
.VerseContextMenu {
	width:97%;
	text-align:center;
	font-weight:bold;
	color:White;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-top:5px;
	border:2px outset #0099FF;
	border-radius:7px;
	/* background-color:#CCCCCC; */
	background: rgb(7,79,237); Old browsers
	background: -moz-linear-gradient(-45deg, rgba(7,79,237,1) 0%, rgba(13,132,229,1) 17%, rgba(2,102,224,1) 40%, rgba(2,102,224,1) 63%, rgba(15,130,224,1) 80%, rgba(2,63,247,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(7,79,237,1) 0%,rgba(13,132,229,1) 17%,rgba(2,102,224,1) 40%,rgba(2,102,224,1) 63%,rgba(15,130,224,1) 80%,rgba(2,63,247,1) 100%);
	background: linear-gradient(135deg, rgba(7,79,237,1) 0%,rgba(13,132,229,1) 17%,rgba(2,102,224,1) 40%,rgba(2,102,224,1) 63%,rgba(15,130,224,1) 80%,rgba(2,63,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#074fed', endColorstr='#023ff7',GradientType=1 );
}

.VerseContext a {
	width:150px;
	text-align:center;
	margin-bottom:5px;
	margin-top:5px;
	padding-bottom:5px;
	padding-top:5px;
	color:black;
    text-decoration: none;
}
.VerseContext a :link {
    color:black;
	text-decoration: none;
}
.VerseContextMenu a :visited {
    color:black;
}
.VerseContext a:hover {
	text-decoration: underline;
	font-weight:bolder;
	color: white;
	
}
.VerseContext a:active {
	text-decoration: underline;
	font-weight:bolder;
	color: white;
}


.Audio{
	width: 100%;
	height: 25px; 
	text-align:center;
	color:white;
}

.Selectors {
	text-align:center;
	background-color:black;
	color:#201E26;
	border: 1px solid #838181;
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.Selectors select{

	text-align:center;
	border: 1px solid #838181;
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.WbWAr{
	direction:rtl;
	font-family: Arial;
	font-size:200%;
	color:#003300;
	text-align:center;
	vertical-align:bottom;
}
.WbWAr:active {
	background-color:white;
	direction:rtl;
	font-family: Arial;
	font-size:200%;
	color:#003300;
	text-align:center;
	vertical-align:bottom;
}
.WbWT{
	font-size:70%;
	text-align:center;
	vertical-align:top;
	border-top: 1px solid #CCCCCC;
	padding-bottom:5px;
}
.WbWT:active{
	background-color:white;
	font-size:70%;
	text-align:center;
	vertical-align:top;
	border-top: 1px solid #CCCCCC;
	padding-bottom:5px;
}
.TransAr{
	direction:rtl;
	font-family: Arial;
	font-size:150%;
	color:#003300;
	text-align:center;
	vertical-align:bottom;
}
.TransT{
	font-size:100%;
	text-align:center;
	vertical-align:top;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:5px;
}
.AyaMark{
	min-width:20px;
	margin-right:5px;
	font-size:normal;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	/* color:#334A46; */
	color:#660000; 
	border-style: solid;
	border-width: thin;
	border-color:#660000;
	border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
.Width0{
	webkit-transition: width 0.75s;  Safari
		transition: width 1s;
		transition-timing-function: linear;
		transition-timing-function: ease;
		transition-timing-function: ease-in;
		transition-timing-function: ease-out;
		transition-timing-function: ease-in-out;
	-webkit-transition: width 1s;
    transition: width 0.75s;
	transition-timing-function: ease-in-out;
}
.FullScreen{
	position:static;
	
}
.FullScreenFixed{
	position:fixed;
	bottom:0;
	right:0;
	
}


.CMainContent {
	overflow:hidden;
	text-align:center;
}	

#slideshow {
	position:relative;
	top:10px;
	/* height: 456px; */
	width: 100%;
	margin-top:20px; 
	margin-left:auto; 
	margin-right:auto;
	padding-left: 5px;
	text-align:center;
}



.MenuButton {
	width:100%;
	min-height:25px;
	background: #087a00; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #087a00 0%, #005700 47%, #005400 74%, #006605 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #087a00 0%,#005700 47%,#005400 74%,#006605 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #087a00 0%,#005700 47%,#005400 74%,#006605 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087a00', endColorstr='#006605',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #C9C7C9;
	overflow:hidden;
	opacity: 0.9;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	border: 2px solid #FFFFFF;
	text-align:left;
	white-space: normal;
	
}


.MenuButton:hover {
background: #0ee000; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #0ee000 12%, #00bf06 74%, #03dd00 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #0ee000 12%,#00bf06 74%,#03dd00 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #0ee000 12%,#00bf06 74%,#03dd00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ee000', endColorstr='#03dd00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.MenuButton :active {
	background-image: -ms-linear-gradient(top left, #08C5FF 0%, #0D59DB 50%, #08C5FF 100%);
	background-image: -moz-linear-gradient(top left, #08C5FF 0%, #0D59DB 50%, #08C5FF 100%);
	background-image: -o-linear-gradient(top left, #08C5FF 0%, #0D59DB 50%, #08C5FF 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #08C5FF), color-stop(0.5, #0D59DB), color-stop(1, #08C5FF));
	background-image: -webkit-linear-gradient(top left, #08C5FF 0%, #0D59DB 50%, #08C5FF 100%);
	background-image: linear-gradient(to bottom right, #08C5FF 0%, #0D59DB 50%, #08C5FF 100%);
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	vertical-align: middle;
}
.MenuButtonSelected {
	width:100%;
	min-height:30px;
	background: #02a800; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #02a800 1%, #03dd00 67%, #03b700 98%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #02a800 1%,#03dd00 67%,#03b700 98%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #02a800 1%,#03dd00 67%,#03b700 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a800', endColorstr='#03b700',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: white;
	font-weight: bolder;
	cursor: not-allowed;
	border: 2px solid #00FF00;
	text-align:left;
	white-space: normal;
}    




table.CefrTable {
	/* margin-left:5px; */
	table-layout:fixed;
	width:100%;
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #C0C0C0;
	border-collapse: collapse;
	
}
table.CefrTable th {
	color:white;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0; */
	background-image: -ms-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -moz-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -o-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6BE8E4), color-stop(1, #007CB5));
	background-image: -webkit-linear-gradient(top, #6BE8E4 0%, #007CB5 100%);
	background-image: linear-gradient(to bottom, #6BE8E4 0%, #007CB5 100%);
}
table.CefrTable td {
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #ffffff;
}



.LessonNavButton {
	max-width:35px;
	height:auto;
	padding-bottom:10px;
	padding-right:3px;
}
.LessonNavButton:hover{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

	
	@media all {
	.page-break	{ display: none; }
	}
	
@media print {
	.page-break	{ display:block; page-break-after:always;}
	}
	.sidenav {
	height: 100%;
	width: 0;
	max-width: 300px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	}

	.LessonsNav {
	height: 100%;
	width: 0;
	max-width: 300px;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	}
	
	.LessonsNav  a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	display: block;
	transition: 0.3s
	}
	
	.LessonsNav  a:hover, .offcanvas a:focus{
	color: #f1f1f1;
	}
	
	.LessonsNav  .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	}
.DropList1{
	/*	margin-top:10px;
	margin-bottom:10px;*/
    width: 100%;
    /*height: 25px;*/
    list-style: none;
	padding-left:0px;
	padding-right:0px;
	
}

.DropList1 li {
	display: block;
	width: 97%;
	list-style-type:none;
	margin-top:0px;
	text-align:center;
}

.DropList1 li a {
	background-image: -ms-linear-gradient(top, #1AED1A 0%, #0D8219 100%);
	background-image: -moz-linear-gradient(top, #1AED1A 0%, #0D8219 100%);
	background-image: -o-linear-gradient(top, #1AED1A 0%, #0D8219 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1AED1A), color-stop(1, #0D8219));
	background-image: -webkit-linear-gradient(top, #1AED1A 0%, #0D8219 100%);
	background-image: linear-gradient(to bottom, #1AED1A 0%, #0D8219 100%);
	display: block;
	/*max-width:200px;
	min-width:100px;*/
	max-width:120px;
	min-width:80px;
	height:auto;
	min-height:30px;
	margin-bottom:2px;
	text-align:center;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-bottom-right-radius:5px;
	border-top-right-radius: 5px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight:bolder;
	font-size:medium;
}    
.DropList1 li.unselected a {
	margin-right: 1px;
	text-decoration: none;
	font-weight: bold;
	/*vertical-align: middle;*/
}

.DropList1 li a:hover {
	background-image: -ms-linear-gradient(top, #12A612 0%, #14C726 100%);
	background-image: -moz-linear-gradient(top, #12A612 0%, #14C726 100%);
	background-image: -o-linear-gradient(top, #12A612 0%, #14C726 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #12A612), color-stop(1, #14C726));
	background-image: -webkit-linear-gradient(top, #12A612 0%, #14C726 100%);
	background-image: linear-gradient(to bottom, #12A612 0%, #14C726 100%);
}

.DropList1 li.selected a {
	background-image: -ms-linear-gradient(bottom, #0BB80B 0%, #71F575 50%, #0BB80B 100%);
	background-image: -moz-linear-gradient(bottom, #0BB80B 0%, #71F575 50%, #0BB80B 100%);
	background-image: -o-linear-gradient(bottom, #0BB80B 0%, #71F575 50%, #0BB80B 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0BB80B), color-stop(0.5, #71F575), color-stop(1, #0BB80B));
	background-image: -webkit-linear-gradient(bottom, #0BB80B 0%, #71F575 50%, #0BB80B 100%);
	background-image: linear-gradient(to top, #0BB80B 0%, #71F575 50%, #0BB80B 100%);
	font-weight:bolder;
	font-weight: bold;
	margin-left:5%;
}