body, html {
	font-family: 'Tajawal',Sans-Serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #3b454e;
	font-size: 16px;
	background:#FFFFFF;
	direction:rtl;
	overflow-x: hidden;
}
@font-face {
	font-family:HelveticaNeue;src:url(../fonts/HelveticaNeue/HelveticaNeueW23forSKY-Reg.ttf) format('truetype');
	font-weight:400;font-style:normal;}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
	font-family:'Tajawal',Sans-Serif;
}
h3 {
	font-size: 20px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 16px;
}
p {
	font-family: 'Tajawal',Sans-Serif;
	font-size: 16px;
}
a {
	color: #2c3e50;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a, input, button {
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #2c3e50;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
	margin:0;
	padding:0;
}
b, strong {color: #1B2D3F;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.clr {clear:both;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
img {max-width: 100%;}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.flex-center {align-items: center;}
.wrapper {
  width: 100%;
}
 #overlay {
  position: fixed; 
  display: none; 
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); 
  z-index: 2; 
  cursor: pointer; 
} 
#sidebar {
  min-width: 300px;
  max-width: 300px;
  margin-right: -300px;
  background: #F5F7F9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
  z-index: 999;
  border-left: 1px solid #95a5a6;
}
#sidebar.active {margin-right: 0px;}
#sidebar .custom-menu {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: -40px;
}
#sidebar .custom-menu .btn.btn-primary {
  background: #F5F7F9;
  position: relative;
  color: #95a5a6;
  width: 40px;
  height: 40px;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #95a5a6;
  border-right: 0px none;
}
#sidebar .custom-menu .btn.btn-primary::before {
  font-family: "FontAwesome";
  color: #34495e;
}
#sidebar.active .btn.btn-primary::before {
  content: "\f054";
}
#sidebar .btn.btn-primary::before {
  content: "\f053";
}
#sidebar h1 {
  text-align: center;
  margin: 0px 25px 30px 25px;
  padding: 30px 0px;
  border-bottom: 1px solid #95a5a6;
}
#sidebar .sidebar-content {background: #F5F7F9; height: 100%; overflow: auto;}
#sidebar .sidebar-links {}
#sidebar .sidebar-links a {display: block; padding: 8px 15px;}
#sidebar .sidebar-links a:hover {background-color: #eceff1;}
#sidebar .sidebar-links a.active {background: #FFF; color: #ff4642;}
#sidebar .sidebar-links p {
  margin-top: 20px;
  padding: 8px 15px;
  font-weight: 800;
  color: #7f8c8d;
  margin-bottom: 0px;
}
#sidebar .copyright {
  margin-top: 15px;
  padding: 15px;
  background: #FFF;
}
#sidebar .copyright a {color: #ff4642;}
#content {
  width: 100%;
  padding: 30px 80px 30px 80px;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.head-title {
  color: #3b454e;
  font-size: 54px;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#content.home-page {padding: 0px !important;}
#content.home-page .head-title {color: #FFF;}
.home-introduction {
  background-image: url("../images/home.png");
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #FFF;
  text-align: center;
  padding: 30px 80px 0px 80px;
}
.home-content {margin-top: 50px;}
.home-content p {font-size: 18px;}
.home-content h2 {max-width: 600px; margin: 20px auto; line-height: 45px;}
.home-content .form-outline {margin: 10px 0; display: flex;}
.home-content .form-outline .form-control {height: 50px;margin-left: 30px;}
.home-content .btn {
  background: #4bcaf3;
  border-color: #4bcaf3;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 35px;
}
.home-content .image {margin-top: 30px;}
.home-content .image img {margin-bottom: -70px;}
.home-support {padding: 100px 50px 30px 50px;}
.form-outline {margin-bottom: 15px;}
.form-outline .form-label {}
.form-outline .form-control {height: 40px;}

.form-check {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 15px;
}
.form-check .form-check-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-check .form-check-label {}
.form-check .form-check-label:after {
  position: absolute;
  top: .25rem;
  right: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.form-check .form-check-label:before {
  position: absolute;
  top: .25rem;
  right: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 3px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.form-check .form-check-input:checked ~ .form-check-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.form-check .form-check-input:checked ~ .form-check-label::before {
  background-color: #007bff;
  color: #FFF;
}
.forget-link {text-align: left;}

.login-page .btn-primary {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.workers-page .workers-head .btn-primary {margin-bottom: 15px;}
.workers-page .workers-head .form-control {padding: 10px 16px; height: 45px;}
.workers-page #table-workers > tbody > tr > td,
.workers-page #table-workers > tbody > tr > th {vertical-align: middle;}
.workers-page #table-workers .buttons {max-width: 50px;}

.moderators-page .moderators-head .btn-primary {margin-bottom: 15px;}
.moderators-page .moderators-head .form-control {padding: 10px 16px; height: 45px;}
.moderators-page #table-moderators > tbody > tr > td,
.moderators-page #table-moderators > tbody > tr > th {vertical-align: middle;}
.moderators-page #table-moderators .buttons {max-width: 50px;}
.alert-legal {display: flex; justify-content: space-between; align-items: center;}
.health-certificate {
  padding: 30px;
  background: #F0F0F0;
  margin-top: 50px;
}
.health-certificate .health_certificate_image img {max-height: 100px;}
.worker-bottom {border-top: 1px solid #DDD; margin-top: 30px; padding-top: 30px;}
.worker-bottom a {margin-bottom: 15px;}

#worker-id {
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #DDD;
  box-shadow: 1px 1px 7px #DDD;
  position: relative;
  overflow: hidden;
}
#worker-id .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#back-id {
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #DDD;
  box-shadow: 1px 1px 7px #DDD;
  position: relative;
  overflow: hidden;
}
#back-id .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#worker-id .id-form {position: relative;}
#worker-id .id-form .worker-id-head p {
  color: #FFFFFF;
  margin: 0px;
  position: absolute;
  top: 18px;
  right: 48px;
  font-size: 14px;
}
#worker-id .id-form .worker-id-content {position: relative; padding-top: 47px;}
#worker-id .id-form .worker-id-content .image {width: 70px; margin-right: 6px;}
#worker-id .id-form .worker-id-content .worker-information {
  position: absolute;
  top: 47px;
  right: 150px;
}
#worker-id .id-form .worker-id-content .worker-information .information-li p {margin: 0px 0px 2px 0px; font-size: 9pt;}
#worker-id .id-form .worker-id-content .qr-code {
  position: absolute;
  top: 134px;
  width: 62px;
  left: 6px;
}

.statistics-page {}
.statistics-page .btn-search,
.settings-page .btn-search {height: 40px; font-size: 1rem;}
.statistics-page .statistic {
  background: #FAFAFA;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100px;
}
.statistics-page .statistic h4 {
  margin: 0px 0px 0px 0px;
  padding: 10px 15px;
}
.statistics-page .statistic b {color: red;}
.template-page {font-family: "HelveticaNeue", "Times New Roman", "serif"}
.template-page h4 {font-weight: bold;}
.template-page .about p {font-family: "HelveticaNeue", "Times New Roman", "serif"; font-size: 18px; margin-bottom: 30px;}




.page-pagination {margin-top: 30px; margin-bottom: 30px;}
.page-pagination:before,
.page-pagination:after {content: ""; display: table; clear: both;}
.page-pagination a {
  display: block;
  border: 1px solid #DDD;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px;
  border-radius: 5px;
  padding: 16px;
  position: relative;
}
.page-pagination a i {position: absolute;}
.page-pagination .pagination-prev a i {right: 15px; top: 30px;}
.page-pagination .pagination-next a i {left: 15px; top: 30px;}
.page-pagination a div {display: inline-block; vertical-align: middle;}
.page-pagination a p {color: #7f8c8d; font-size: 14px; margin-bottom: 5px;}
.page-pagination a:hover {color: #ff4642; border-color: #ff4642;}

@media (max-width: 767px) {
	.h1, h1 {font-size: 30px;}
	.wrapper.d-flex {display: block !important; position: relative;}
	#sidebar {
	  position: absolute;
	  top: 0px;
	  bottom: 0px;
	  right: 0px;
	  margin: 0;
	}
	#sidebar.active {
	  right: -300px;
	}
	#sidebar.active .btn.btn-primary::before {
	  content: "\f053";
	}
	#sidebar .btn.btn-primary::before {
	  content: "\f054";
	}
	#overlay {display: block;}
	#overlay.active {display: none;}
	#content {padding: 5px 15px 15px 15px;}
	.home-introduction {padding: 5px 15px 0px 15px;}
	.home-support {padding: 100px 15px 15px 15px;}
	.head-title {padding-right: 35px; font-size: 35px; line-height: 60px;}
	.page-pagination .col-sm-6, .page-pagination .col-sm-12 {padding-left: 7px; padding-right: 7px;}
	
}












