@import url(/contents/styles/default/bootstrap/css/bootstrap.min.css);
@import url(/contents/styles/default/bootstrap/css/bootstrap-theme.min.css);
@import url(/contents/styles/default/bootstrap/css/bootstrap-rtl.css);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
body {
	/*background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;*/
	font-family: 'Droid Arabic Kufi', Arial;
	background-color: #ECF0F1;
}
a:hover{
	text-decoration: none;
}
iframe{
	border: 0;
}
a[href^=tel]{
	color: inherit;
	text-decoration: none;
}
div#header {
	text-align: center;
	padding: 15px;
	background-color: #069;
}
div#footer {
	border-top: 3px solid #ddd;
	background-color: #069;
	min-height: 50px;
	padding: 12px;
	margin-top: 20px;
}

/*[class*="col-"] {
	padding-left: 9px !important;
	padding-right: 9px !important;
}*/

.noborder{
	border:none!important;
}
.rtl{
	direction: rtl!important;
}
.ltr{
	direction: ltr!important;
}
.bold{
	font-weight: bold;
}
textarea{
	resize: vertical;
}
.form-group-lg .form-control {
	height: auto;
}
/*textarea.form-control {
	height: auto!important;
}*/

.panel-heading h3.title {
	color: #a9a9a9!important;
	font-size: 13px;
	overflow: hidden;
	line-height: 22px;
	margin: 0;
	color: #666;
	font-weight: bold;
}

.panel-default>.panel-heading {
	background-image: -webkit-linear-gradient(top,#f5f5f5 0,#f3f3f3 100%);
	background-image: -o-linear-gradient(top,#f5f5f5 0,#f3f3f3 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f3f3f3));
	background-image: linear-gradient(to bottom,#f5f5f5 0,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff3f3f3', GradientType=0);
	background-repeat: repeat-x;
}
.panel-body {
	padding: 8px;
}
.panel-body .nav>li>a {
	position: relative;
	display: block;
	padding: 5px;
}

.breadcrumb > li + li:before{
	color: #747474;
	content: "\00BB";
	padding: 0 7px;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: 100;
}

.section{
	font-size: 17px;
	color: #333;
}
img.cat{
	background: #fff;
	width: 32px;
	margin-left: 6px
}
/* pull-right on all except xs devices */
@media (min-width: 321px) {
	.pull-right-sm {
		float: right;
	}
}

.margin-bottom-0{
	margin-bottom: 0;
}
.margin-bottom{
	margin-bottom: 12px;
}
.margin-top{
	margin-top: 12px!important;
}

select{
	padding: 0 12px!important;
}
.clear{
	/*clear: both!important;*/
	overflow: hidden;
}
.none{
	display: none;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

/* Dirsites ##############################################################
###################################################################### */
.main_content {
	border: 1px solid #DDD;
	background-color: #F8FAFC;
	margin-bottom: 20px;
}
.main_content h3.title {
	font-size: 15px;
	padding: 6px 12px;
	overflow: hidden;
	border-bottom: 0px dashed #DBDBDB;
	line-height: 48px;
	margin: 0px 0;
	color: #2980B9!important;
	font-weight: normal;
	background: #fff;
}
.main_content ul {
	padding: 10px;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	border: none;
	list-style: none;
	overflow: hidden;
}
.main_content .content{
	padding: 12px;
	overflow: hidden;
}
.main_content .info{
	color: #888;
}
/*.main_content ul li:hover {
	background: #eee
}*/
.main_content ul li a {
	padding: 3px 0;
	margin: 0px 0;
	display: block;
}
.main_content ul li a:hover {
	color: #A92528;
}
.count {
    color: #cecece;
    float: left;
}
.items li{
	padding: 6px;
}
.items li img{
	border:1px solid #ccc;
	margin-left: 4px
}

.sitelogo img{
	outline: 1px solid #ddd;
	margin-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
}

.row-inmenu{
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}
/* Dirsites ##############################################################
###################################################################### */

.panel{
	border: 1px solid #DDD;
	background-color: #F8FAFC;
	margin-bottom: 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.panel-heading{
	font-size: 15px;
	padding: 6px 12px;
	overflow: hidden;
	border-bottom: 0px dashed #DBDBDB;
	line-height: 34px;
	margin: 0px 0;
	color: #2980B9!important;
	font-weight: bold;
	background: #fff;
}
.glyphicon{
	font-size: 21px
}

.heading-1{
	background: #069;
	color: #fff!important;
}
label{
	color: #888;
	line-height: 200%
}
.form-group{
	overflow: hidden;
}

.help-inline{
	white-space: nowrap;
	margin-top: 4px;
}

.alert-on-success {
	margin-top: 20px;
	font-size: 26px;
	text-align: center;
	padding: 30px;
}
.border{
	border: 1px solid #000;
}

.well {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 12px;
}
.alert-danger a{
	color: #76302E;
}
.btn:focus,
.btn:active {
	outline: none;
}
#footer a{
	color:#fff;
}
.statis{
	background-image: -webkit-linear-gradient(top,#116690 0,#006699 100%);
	background-image: -o-linear-gradient(top,#116690 0,#006699 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#116690),to(#006699));
	background-image: linear-gradient(to bottom,#116690 0,#265a88 100%);
	background-image: linear-gradient(to bottom,#116690 0,#006699 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff116690', endColorstr='#ff006699', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580;
	color: #fff;
	background-color: #006699;
	border-color: #2e6da4;
	padding: 10px 8px;
	font-size: 13px;
	line-height: 1.3333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 6px;
}
.statis .badge{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #337ab7;
    background-color: #fff;
    display: block;
    font-size: 20px;
}
.hr2 {
	border: 0;
	height: 1px;
	margin:9px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(152, 152, 152, 0));
}

.image-fit img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 1px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-bottom: 6px;
    transition: all 0.2s ease-in-out 0s;
}