/*
	Theme Name: قالب الادارة المركزية للسياحة
	Theme URI: https://www.elnooronline.com/
	Description: .....
	Version: 1.0
	Author: تم تصميم وتطوير بواسطة شركة النور أون لاين
	Author URI: https://www.elnooronline.com/
	Tags: HTML5, CSS3, Boostrap 4, Fontawesome 5, jQuery 3
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap');
@import 'assets/css/bootstrap-rtl.css';
@import 'assets/css/fontawesome.css';
@import 'assets/css/helper.css';
@import 'assets/css/style.css';

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.pagination {
  display: block;
  margin: 30px 0;
	text-align: center
}
.pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #01a8d4;
    background-color: transparent;
    color: #01a8d4;
	font-size: 18px;
    overflow: hidden;
    margin-right: 6px;
	font-weight: 700;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    border-color: #01a8d4;
    background-color: #01a8d4;
    color: #fff;
    text-decoration: none;
}
.customtable100 th,
.customtable100 td{
    padding: 15px 10px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
}
.quantity {
    position: relative;
    display: flex;
	width: 100%;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input[type=number] {
    -moz-appearance: textfield;
}
.quantity .form-control {
    width: calc(100% - 92px);
    height: 41px;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.quantity-button {
    position: absolute;
    top: 0;
    font-size: 14px;
    color: #323232;
    width: 41px;
    height: 41px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    background-color: #dbdbdb;
    border: 1px solid #dbdbdb;
    transition: .4s;
    border-radius: .25rem;
}
.quantity-button:hover {
    background-color: #01a8d4;
    border-color: #01a8d4;
    color: #fff;
}
.quantity-button.quantity-up {
    right: 0;
}
.quantity-button.quantity-down {
    left: 0;
}