/* Start Main Rulez */
* {
	font-family: 'Droid Arabic Kufi', serif ;
	box-sizing: border-box;
}
h2 {
	font-family: 'Droid Arabic Kufi', serif !important;
}
body {
	background-color: #F4F4F4;
	font-size: 16px;
	direction: rtl;
	text-align: right;
	overflow-x: hidden
}
#table_sum {
	display: none
}
hr {
	border-bottom: 1px solid #333;
	margin: 4px 0;
	width: 100%
}
.bar-tools .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	max-width: 220px;
	min-width: 190px;
	width: 190px!important
}
.pull-right {
	float: left!important
}
.pull-left {
	float: right!important
}
@media(max-width: 769px) {
	.pull-left,
	.pull-right {
		float: none!important
	}
}
.navbar {
	z-index: 9999;
}
.navbar img {
	width: 22px;
}
.navbar-inverse {
	background: linear-gradient(#fff, #dcdcdc);
    border-top: 1px solid #aaa;
    border-color: #aaa;
}
.navbar-inverse .navbar-nav>li>a {
	color: #333
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #444
}
.asterisk {
	font-size: 30px;
    position: absolute;
    left: 30px;
    top: 8px;
    color: #D20707;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	margin: auto
}
.nice-message {
	padding: 10px;
	background-color: #FFF;
	margin: 10px 0;
	border-left: 5px solid #080;
}
.register-page a {
	margin-bottom: 10px;
}
.dit-table {
    max-width: 300px;
    white-space: initial;
}
/* End Main Rulez */
/* Begin Page Dashboard */
.dashboard-page a { 
	color: #333;
}
.dashboard-page a img {
	max-width: 100px;
} 
.dashboard-page a:hover { 
	text-decoration: none;
}
.dashboard-page .col-xs-6 {
	float: right!important
}
/* End Page Dashboard */
/* Start Drop Down Data */
.drop-down-data {
	margin-top: 0;
	border: 1px solid #ddd;
}
.drop-down-data .head-data {
	background: #FFF;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

.drop-down-data .head-data p {
	float: right;
	width: 33%;
	padding: 0;
	margin: 0;
	max-width: 11%;
	text-align: center;
	overflow: hidden;
}
.title-head {
	margin-top: 50px;
}
.title-head .drop-down-data  .head-data {
	background: #f2f2f2;
}
.drop-down-data .body-data {
	background: #f3f3f3;
	border: 4px solid #FFF;
	overflow: hidden;
	border-top: 2px solid #f2f2f2;
	display: none;
}
.drop-down-data .body-data .bd:nth-child(odd) {
	background: #FFF;
}
.drop-down-data .body-data .bd {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
	text-align: center;

}
.drop-down-data .body-data p {
	float: right;
	min-width: 29%;
	padding: 5px;
	margin: 0;
	background: #DDD;
	margin: 1%;
}
/* End Drop Down Data */


/* Start Login Form */
.back-login {
	background: url('../../layout/images/backgound.jpg') no-repeat fixed;
	background-size: cover;
	position: relative;
}
.back-login .overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}
.login {
	border-radius: 20px 0 20px 0;
	/* border: 2px solid #F1C40F; */
	background: rgba(0,0,0,0.8);
	padding: 12px 20px;
	color: #FFF;
	position: fixed;
	z-index: 9;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	padding: 40px 20px;
}
.login input::placeholder {
	color: #FFF
}
.login i {
	font-size: 60px;
	text-align: center
}
.login h1 {
	color: #FFF;
	text-align: center;
	font-weight: 100;
	font-size: 30px;
	margin: 20px 0;
	padding: 0
}
@media(max-width: 767px) {
	.login {
		width: 94%
	}
	.login i {
		font-size: 25px;
	}
	.login h1 {
		font-size: 18px;
	}
	.box-print {
		position: fixed;
		width: 100%;
		top: 0;
	}
	.box-print ~ h1 {
		margin-top: 180px;
	}
	.table-bottom {
		margin-top: 180px;
	}

}

.login input {
	margin-bottom: 10px;
	background: transparent;
}

.form {
	max-width: 500px;
	margin: auto
}

.form .form-control,.form .bootstrap-select {
	display: inline-block;
	width: 79% !important;
	margin-top: 20px;
}
.form .bootstrap-select .form-control {
	width: 100% !important;
}
.form label {
	width: 20%;
	font-weight: 100;
	font-size: 16px	
}

.login .form-control {
	background-color: transparent;
	color: #FFF;
	border: none;
	border-bottom: 2px solid #FFF;
	border-radius: 0;
	padding-right: 22px;
}
.login input:focus {
	outline: none;
	box-shadow: none;
	border-bottom: 2px solid #3498DB
}
.login .btn {
	background-color: #008dde;
	display: block;
	width: auto !important;
	text-align: left;
	margin-top: 30px;
	padding-right: 30px
}
.login .btn ~ .fa {
	top: 2px;
	right: 8px;
}

.login .cont-input {
	position: relative;
}
.login .cont-input i { 
	position: absolute;
	right: 4px;
	font-size: 18px;
	line-height: 2em;
}
.login input i {
	color: #3498DB !important;
}
/* End Login Form */

/* Start Bootstrap Edits */

.navbar {
	border-radius: 0;
	margin-bottom: 0;
}

.nav > li > a,
.navbar-brand {
	padding: 10px 10px;
	font-size: 15px
}

.navbar-brand {
	font-size: 1em;
}

.dropdown-menu {
	min-width: 180px;
	padding: 0;
	font-size: 1em;
	border: none;
	border-radius: 0;
	width: 100%;
	text-align: right
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #FFF;
    background-color: #8e44ad;
}

.form-control {
	position: relative;
}
th {
	text-align: center;
	font-weight: 100
}
/* End Bootstrap Edits */
/* Global */
.loading {
    position: absolute;
    background: #FFF;
    padding: 4px 35px;
    font-size: 25px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 999999;
    color: #777;
    border-radius: 4px;
    box-shadow: 0px 0px 6px #888;
    cursor: wait
}
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
table td,
table th { 
padding: 8px;
}
table .dei {
	max-width: 300px;
    white-space: initial;
}
.logo-print {
	position: relative
}
.logo-print img {
	position: fixed;
	opacity: 0.3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(2.2);
	
}
.btn-print {
	position: fixed;
	bottom: 10%;
	right: 10%
}
.table-panel .panel-group .panel+.panel {
	margin: 0;
}
.print-onlay {
	display: none;
}
@media print {
	.print-onlay {
		display: block;
	}
}
/* Begin Data Table */
@media print {
	.dataTables_filter, h3.text-center,
	.custom-select,.dataTables_paginate,
	.dataTables_info,
	.btn-print,
	.dataTables_length,
	.bar-tools,
	.no-print  {
		display: none
	}
	.table td,
	.table th,
	.table,
	.table tr,
	.table-bordered th,
  	.table-bordered td {
		border: 1px solid #333 !important;
	}
	table {
		border: 1px solid #000;
		margin: 5px !important;
		padding: 5px !important;

	}
	  .table td,
	  .table th {
		background-color: #fff !important;
		border: 1px solid #333 !important;
	  }
	  .table-bordered th,
	  .table-bordered td {
		border: 1px solid #333 !important;
	  }
	  /* .table-responsive {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		overflow: auto;
	  } */
}
/* End Data Table */

/* Start Bootstrap Select */
.bootstrap-select .dropdown-toggle .filter-option {
	text-align: right
}
.bootstrap-select .dropdown-toggle .caret {
	position: absolute;
	right: auto;
	left: 12px;
}
/* End Bootstrap Select */

/* Start Dashboard Page */

.home-stats .stat {
	padding: 20px;
	font-size: 15px;
	color: #FFF;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.home-stats .stat i {
    position: absolute;
    font-size: 80px;
    top: 35px;
    left: 30px;
}

.home-stats .stat .info {
	float: right;
}

.pagination>li {
	float: right;
}

.home-stats .stat a {
	color: #FFF;
	font-size: 30px
}

.home-stats .stat a:hover {
	text-decoration: none;
}

.home-stats .stat span {
	display: block;
	font-size: 60px;
}

.home-stats .st-members {
	background-color: #3498db;
}

.home-stats .st-pending {
	background-color: #c0392b;
}

.home-stats .st-items {
	background-color: #734e33;
}

.home-stats .st-comments {
	background-color: #8e44ad;
}

.latest {
	margin-top: 30px;
}

.latest .toggle-info {
	color: #999;
	cursor: pointer
}

.latest .toggle-info:hover {
	color: #444;
}

.latest-users {
	margin-bottom: 0;
}

.latest-users li {
	padding: 10px;
	overflow: hidden;
}

.latest-users li:nth-child(odd) {
	background-color: #EEE;
}

.latest-users .btn-success,
.latest-users .btn-info {
	padding: 2px 8px;
}

.latest-users .btn-info {
	margin-right: 5px;
}

.latest .comment-box {
	margin: 5px 0 10px;
}

.latest .comment-box .member-n,
.latest .comment-box .member-c {
	float: left;
}

.latest .comment-box .member-n {
	width: 80px;
	text-align: center;
	margin-right: 20px;
	position: relative;
	top: 10px;
}

.latest .comment-box .member-c {
    width: calc(100% - 100px);
    background-color: #EFEFEF;
    padding: 10px;
    position: relative;
}

.latest .comment-box .member-c:before {
	content: "";
	display: block;
	position: absolute;
	left: -28px;
	top: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #EFEFEF transparent transparent;
	border-width: 15px;
}

/* End Dashboard Page */

/* Start Members Page */

h1 {
	font-size: 55px;
	margin: 40px 0;
	font-weight: bold;
	color: #666;
}

.show-pass {
	position: absolute;
	top: 6px;
	right: -30px;
}

.manage-members img {
	width: 50px;
	height: 50px;
}

.main-table {
	-webkit-box-shadow: 0 3px 10px #CCC;
	-moz-box-shadow: 0 3px 10px #CCC;
	box-shadow: 0 3px 10px #CCC;
}

.main-table td ,
.main-table th {
	vertical-align: middle !important;
	white-space: nowrap;
}

.main-table tr:first-child th { /* You Can Use Thead */
	background-color: #DDD;
	color: #333;
	text-align: center;
	font-weight: 100;
}

.odd { /* You Can Use Thead */
	background: #FFF !important
}
.even {
	background: #f5f5f5 !important
}
@media print {
	.odd { /* You Can Use Thead */
		background: #FFF !important
	}
	.even {
		background: #f5f5f5 !important
	}
}

.dataTables_length,
.dataTables_info {
	float: left
}

.main-table .btn {
	padding: 3px 10px;
	margin-bottom: 5px;
}

.activate {
	margin-left: 5px;
}

td .fa-check {
	color: #5cb85c;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* End Members Page */

/* Start Category Page */

.categories .panel-heading {
	color: #959595;
	font-weight: bold;
}

.categories .panel-heading i {
	position: relative;
	top: 1px;
}

.categories .panel-body {
	padding: 0;
}

.categories .option a {
	color: #888;
	text-decoration: none;
}

.categories .option span {
	color: #888;
	cursor: pointer;
}

.categories .option .active {
	color: #F00
}

.categories hr {
	margin-top: 0;
	margin-bottom: 0;
}

.categories .cat {
	padding: 15px;
	position: relative;
	overflow: hidden;
}

.categories .cat:hover {
	background-color: #EEE;
}

.categories .cat:hover .hidden-buttons {
	left: 10px;
}

.categories .cat .hidden-buttons {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: absolute;
	top: 15px;
	left: -120px;
}

.categories .cat .hidden-buttons a {
	margin-right: 5px;
}

.categories .cat h3 {
	margin: 0;
	cursor: pointer;
    font-weight: bold;
    color: #6A6A6A;
}

.categories .cat .full-view p {
	margin: 10px 0;
	color: #707070;
}

.categories .cat:last-of-type ~ hr {
	display: none;
}

.categories .cat .cat-span {
    color: #FFF;
    padding: 4px 6px;
    margin-right: 6px;
    border-radius: 6px
}

.categories .cat .visibility {
    background-color: 734e33
}

.categories .cat .commenting {
    background-color: #2c3e50
}

.categories .cat .advertises {
    background-color: #c0392b
}

.categories .add-category {
	margin-top: -10px;
	margin-bottom: 30px;
}

.categories .child-head {
    margin: 15px 0 10px;
    font-weight: bold;
    font-size: 16px;
    color: #22ab79;
}

.categories .child-cats {
	margin: 0;
}

.categories .child-cats li {
	margin-left: 15px;
}

.categories .child-cats li:before {
	content: "- ";
}

.categories .show-delete {
	color: #F00;
	display: none;
}

/* End Category Page */

/* Start Bar Tools */
.bar-tools {
	background: #FFF;
	margin: 10px 0;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px
}
.bar-tools label {
	font-weight: 100

}
.bar-tools .form-control {
	display: inline-block;
	width: 220px

}
/* End Bar Tools */
/* Start Buttons Pages */
.buttons-pages {
	display: flex;
    justify-content: center;
    align-items: center;
}
.buttons-pages a {
	background: #DDD;
	border-radius: 5px;
	width: 40px;	
	height: 40px;
	display: inline-block;
	font-size: 26px;
	color: #333;	
	text-align: center;
	line-height: 1.6em;
	margin: 0 3px;
}
.buttons-pages input {
	max-width: 50px;
	text-align: center;
	width: 40px;	
	height: 40px;
	font-size: 20px;
	border-radius: 5px;
	border: 1.5px solid #DDD;
}
.buttons-pages input:focus {
	outline: none
}
.buttons-pages .active {
	color: red
}
/* End Buttons Pages */
/* Start Page Dayily */
.stat-daily {
  margin-top: 40px;
}
.stat-daily .stat-box {
  background: #007bff;
  color: #FFF;
  padding: 20px;
  position: relative;
}
.stat-daily .stat-box h3 {
	font-size: 70px;
	margin: 0
}
.stat-daily div:nth-child(2) .stat-box {
  background: #17a2b8;
}
.stat-daily div:nth-child(3) .stat-box {
  background: #0062cc;
}
.stat-daily div:nth-child(4) .stat-box {
  background: #00c8e8;
}
.stat-daily .stat-box p {
  margin-top: 10px;
  font-size: 22px;
}
.stat-daily .stat-box i {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 60px;
	background: #FFF;
	text-align: center;
	width: 100px;
	height: 100px;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
/* Start Table Stat */
.table-stat {
  margin-top: 40px;
  padding: 20px;
  text-align: center
}
.table-stat table tr:nth-child(odd) {
  background: #f9f9f9
}
.table-stat table tr td,
.table-stat table tr th {
  border: 1.5px solid #DDD;
}
/* End Page Dayily */
/* Start ChartJS */
.charts {
	max-width: 1000px;
    min-width: 500px;
    margin: auto;
    background: #fff;
    box-shadow: 5px 5px 16px rgba(3,3,3,0.3);
    border-radius: 12px;
    padding: 20px 10px;
	margin-top: 80px;
	margin-bottom: 20px;
	
}
.charts canvas {
	width: 800px;
}
/* Begin Print */
.box-print .cover-back {
    position: absolute;
    left: 54%;
    top: 200px;
    opacity: 0.2;
    transform: translateX(-50%) scale(1.3);
    z-index: 1;
}
.box-print .header {
	display: flex;
	justify-items: center;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #734e33;
	margin: 10px 0;
	font-size: 12px;
}
.box-print .footer {
	padding: 8px 24px;
	margin-bottom: 14px; 
}
.box-print .footer p {
	margin: 0;
	padding: 0
}
.box-print .footer-owner {
	display: flex;
	justify-items: center;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid #734e33;
	padding-bottom: 10px; 
}
.box-print .footer-owner div {
	min-width: 32%;
}
/* End Print */
/* Begin Form Stat */
.form-stat {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1;
}
.form-stat .icon-close {
	font-size: 30px;
	position: absolute;
	right: 100px;
	top: 100px;
	color: #DD0000;
	cursor: pointer;
}
.form-stat h1 {
	margin-top: 130px;
}
.form-stat .container-form {
	display: flex;
	justify-content: center;
	height: 100%;
}
.form-stat .container-form form {
	max-width: 400px;
	width: 100%;
}
.form-stat .container-form .input,
.form-stat .container-form .bootstrap-select {
	margin-bottom: 20px;
	width: 100%;
}
.form-stat .container-form .input input,
.form-stat .container-form .input2 input,
.form-stat .container-form .input .bootstrap-select {
	width: 80%;
	float: right;
}
.form-stat .container-form .input label,
.form-stat .container-form .input2 label {
	width: 20%;
	float: right;
}
/* End Form Stat */
/* Begin Page Charts */
.box-chart {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background: #FFF;
	margin-top: 20px;
	margin-bottom: 70px;
	padding: 15px;
	border-radius: 10px;
	font-size: 20px;
}
.box-chart h2 {
	font-size: 45px;
	margin-bottom: 50px;
	font-weight: bold;
	color: #bfb68b
}
.nav-date-chart {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background: #FFF;
	margin-top: 20px;
	padding: 15px;
	border-radius: 10px;
	font-size: 20px;
	
}
.nav-date-chart form {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
@media(max-width: 769px) {
	.nav-date-chart form {
		display: block;
	}
	.nav-date-chart form label,
	.nav-date-chart form input {
		display: block;
		text-align: center;
		margin: 10px auto 
	}
	.nav-date-chart form .btn {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.box-chart h2 {
		font-size: 18px;
		margin-bottom: 0;
	}
}
.icon-chart a {
	color: #777
}
.icon-chart h3 {
	font-weight: bold;
}
.icon-chart {
	text-align: center;
	border: 3px solid #bfb68d

}
.icon-chart i {
	font-size: 130px;
	text-align: center;
	margin: 30px auto;
	display: block;
	color: #bfb68d;
}
.btns-chart .icon-chart:last-child i {
	color: #bfb68d;
}
/* End Page Charts */
