@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body{
	direction: rtl;
	font-weight: 700;
	font-family: 'Droid Arabic Kufi', sans-serif;
	overflow: hidden;
}
.login{
	margin-top: 50px;
}
main{
	padding-right: 240px;
	height: 100vh;
	max-height: 100vh;
	overflow-y: scroll;
}
.side-nav.fixed .changeLang{
	display: inline-block;
	text-align: center;
	padding: 10px;
	height: auto;
	width: auto;
	line-height: 1.5;
}
.side-nav.fixed, main, header, body, .nav-cover, .side-nav li.hasChild ul.menu{
	transition: 0.5s;
}
header{
	position: fixed;
	top: calc(-50px);
	right: 0;
	z-index: 99;
	width: 100%;
	height: 50px;
	padding: 10px;
}
.nav-cover{
	position: fixed;
	top: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
body.opened{
	overflow-y: hidden;
}
.side-nav li.hasChild ul.menu{
	overflow: hidden;
	max-height: 0;
}
.side-nav li.hasChild.opened{
	background: #f0f0f0;
}
.side-nav li.hasChild.opened ul.menu{
	overflow: hidden;
	max-height: 2000px;
}
.side-nav li.hasChild ul li a{
	padding-right: 40px;
}
@media only screen and (max-width: 993px) {
	body{
		padding-top: 50px;
	}
	header{
		top: 0;
	}
	.side-nav.fixed{
		right: -250px;
		z-index: 99999;
	}
	main{
		max-height: calc(100vh - 50px);
		padding-right: 0;
	}
	body.opened header .nav-cover{
		opacity: 1;
		visibility: visible;
	}
	body.opened header .side-nav.fixed{
		right: 0;
	}
	.login{
		margin-top: 0px;
	}
	ul.tracker li{
		width: 100%;
	}
}
.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page{
	position: relative;
}
.modal .modal-footer .btn-flat.no-float{
	float: none;
}
.modal .modal-footer .btn-flat.no-float, .modal .modal-footer .btn{
	float: none;
}
.modal.confirmModal.modal-fixed-footer, .modal.confirmRequestModal.modal-fixed-footer{
	height: auto;
}
.modal.confirmModal.modal-fixed-footer .modal-content, .modal.confirmRequestModal.modal-fixed-footer .modal-content{
	position: relative;
}
.modal.confirmModal.modal-fixed-footer .modal-footer, .modal.confirmRequestModal.modal-fixed-footer .modal-footer{
	position: relative;
}
ul.tracker li{
	font-size: 1.2em;
	float: right;
	padding-left: 20px;
}
ul.tracker li + li{
	position: relative;
	padding-right: 20px;
}
ul.tracker li a{
	color: #FFFFFF;
}
ul.tracker > li + li:before{
	font-family: 'FontAwesome';
	content: "\f104";
	position: absolute;
	top: 0;
	right: 0;
}
.file{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 1.4%;
	border: 0.1em solid #f0f0f0;
	border-radius: 0.5em;
	overflow: hidden;
}
.file *{
	margin: 1.5%;
}
.file img{
	margin: 0 auto;
}
.file:hover{
	box-shadow: 0 0 0.5em #f0f0f0;
	cursor: pointer;
}
.file:before{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0.5em;
}
.file:hover:before{
	opacity: 1;
}
.file.uploading *{
	display: none;
}
.file .display{
}
.file .display h4{
	width: 100%;
	left: 0;
	top: calc(50% - 15px);
	position: absolute;
	font-weight: 900;
	text-shadow: 1px 1px 3px #000;
}
.file.uploading:after{
	content: "\f110";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	border-radius: 0.5em;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.file.uploading:before{
	content: attr(data-title);
	text-align: center;
	opacity: 1;
	background: #fff;
	word-wrap: break-word;
	direction: rtl;
}
.file.uploading:hover:before{
	background: rgba(0, 0, 0, 0.3);
}
.file .options{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	overflow: hidden;
}
.file:hover .options{
	opacity: 1;
	bottom: 20px;
}
.file .display{
	background-size: cover;
	min-height: 200px;
	background-position: center;
}
.img-responsive{
	max-width: 100%;
	max-height: 100%;
}
.sortable .determiner{
	cursor: pointer;
}
.aitamalsham{
	background-color: #036f35 !important;
}
.modalForm{
	display: inline-block;
}

.buttons-ul{
	list-style-type: none;
	list-style: none;
}
.buttons-ul li{
	margin: 10px;
	list-style: none;
}
.cpanel-color{
	background-color: #036f35 !important;
}