﻿html{
background: #CEDD7C;;
}
h1{
margin-top: 50px;
}
.scrollBar {
    height: 430px;
    direction: rtl;
}
.scrollBar::-webkit-scrollbar {
	width: 8px;

}
.scrollBar::-webkit-scrollbar-button {
	background-color: #fff;
}
.scrollBar::-webkit-scrollbar-track {
	background-color: #999;
	border-radius: 30px;
}
.scrollBar::-webkit-scrollbar-track-piece {
	background-color: #E8E7E7;
	border-radius: 30px;
}
.scrollBar::-webkit-scrollbar-thumb {
	height: 40px;
	background-color: #0a751a;
	border-radius: 5px;
}

#popup_window{
	cursor: pointer;
	color: #FCFCFC;
	margin: 200px 0px 0px 200px;
}
.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(196, 196, 196, .85);
    top: 0;
    left: 100%;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay .popup-overlay {
    opacity: 1;
    left: 0
}
.popup {
    position: fixed;
    top: 25%;
    left: 50%;
    z-index: -9999;
}
.popup .popup-body {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    background-image: url("http://www.benisuef.gov.eg/New_Portal/occasions/EId/background.jpg");
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    opacity: 0;
    min-height: 150px;
    width: 665px;
    margin-left: -340px;
    padding: 20px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -moz-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    -webkit-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    text-align: center;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}
.popup.visible, .popup.transitioning {
    z-index: 9999;
}
.popup.visible .popup-body {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.popup .popup-exit {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/New_Portal/occasions/EId/close.jpg") no-repeat;
    
}
.links li {
    list-style: inside url(http://www.benisuef.gov.eg/New_Portal/images/bullet.png);
}
.popup .popup-content {
    overflow-y: auto;
}
.popup-content .popup-title {
    border-bottom: 1px solid #e9e9e9;
    color: #048851;
    font: bold 20px/35px 'droid arabic kufi';
    padding: 0 0 15px 0;
}
p {
    text-align: right;
   	direction: rtl;
	font: bold 16px/36px 'droid arabic kufi';
    color: #656363;
	padding: 10px;
}
ol{
	text-align: right;
    direction: rtl;
    font: bold 16px/36px 'droid arabic kufi';
    color: #828181;			
}
ul{
	text-align: right;
    direction: rtl;
    font: bold 16px/36px 'droid arabic kufi';
    color: #828181;}

ul.ui-tabs-nav li>a{
	font: bold 15px/21px "droid arabic kufi";	
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a{
	color:	rgb(195, 106, 30);
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{
	color: #53483a;	
}


