
@font-face {
    font-family: DroidKufi;
    src: url('../fonts/DroidKufi/DroidKufi-Regular.ttf'), url('../fonts/DroidKufi/DroidKufi-Regular.eot');
}
*{
	font-family: DroidKufi;
	-webkit-transition: all 0.5s; 
    transition: all 0.5s;
	line-height:35px;
}
.noEffects *{
	-webkit-transition: none;
    transition: none;
}
ul li{
	list-style:none;
}
body{
	direction:rtl;
	background:#F1F0FF;	
	font-size: 20px;
}
.userLayout{
	font-size: 14px;
}
p {
	margin: auto;
	color: #666;
}
table{
	display:table;
	border:none;
	width:100%;
}
table td{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border:none;
	border-bottom:1px solid #CCC;
	line-height: 20px;
}
table th{
	width: 70px;
	font-weight:bold;
	background: #C8EEE0;
	padding:0 14px;
	text-align: left;
	border-bottom:1px solid #CCC;
}

select, input[type=text], textarea, input[type=number], input[type=password], input[type=tel], input[type=email]{
	  border-radius:5px;
	  border:1px solid #09C;
	  width:100%;
	  font-size:14px;
	  line-height:35px;
	  height:35px;
	  margin-bottom:10px;
	  padding: 0 10px;
}
select:focus, textarea:focus, input[type=text]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=email]:focus{
	  -moz-box-shadow:    0 0 9px 1px #7DDBFF;
	  -webkit-box-shadow: 0 0 9px 1px #7DDBFF;
	  box-shadow:         0 0 9px 1px #7DDBFF;
}
input[type=checkbox]{
	margin:4px;
	direction:rtl;
}
button, submit{
	border-radius:5px;
	background:#7DDBFF;
	padding:0 20px;
	border:1px solid #09C;
	line-height:35px;
	height:35px;
	font-size: 14px;
}
button:hover, submit:hover, button:focus, submit:focus{
	background:#09C;
	color: #fff;
}
textarea{
	resize: vertical;
	height:150px;
}


label{
	display:block;
	margin-bottom:-10px;
	font-size: 14px;
}
fieldset{
	border:none;
}
a{
	text-decoration:none;
	color: #2d5f82;
}
a:hover{
	color: #0078B3;
    text-decoration: none;
	outline: none;
}
h1{
	font-size:22px;	
}

.error-message:has{
	position:relative;
	border:1px solid #F00;
}

.error-message{
	padding:4px 6px 0 0;
	line-height:11px;
	color:#F00;
	display:block;
	font-size:11px;
	margin-top:-15px;
	position: absolute;
}
.message{
	position: fixed;
	display: inline-block;
	width:100%;
	height:120%;
	top:-50px;
	right:0;
	bottom:0;
	left:0;
	top:0;
	background:rgba(0,0,0,0.7);
	z-index:8888;
	text-align:center;
	padding: 0 30px;
}
.message span{
	border-radius:3px;
	display:block;
	max-width:600px;
	padding:15px;
	border:1px solid #999;
	color:#000;
	z-index:9999;
	margin:150px auto;
	/*opacity:0;
    animation: appear 0.5s forwards;
    -moz-animation: appear 0.5s forwards;
    -webkit-animation: appear 0.5s forwards;*/
}
.error span{
	background:#F0CECE;
}
.success span{
	background: #D6E4B1;
}
.hidden{
	display:none;
}
/*
@keyframes appear {
	100%{ opacity:1;}
}
@-moz-keyframes appear {
	100%{ opacity:1;}
}
@-webkit-keyframes appear {
	100%{ opacity:1;}
}
*/



















.topbar{
	text-align: right;
	position: fixed;
	width: 100%;
	z-index: 999;
	background: #F1F0FF;
	right: 0;
	top: 0;
	left: 0;
	box-shadow: 0 0 4px;
}

.topbar .topmenu{
	font-size:12px;
	margin:0;
}
.topbar .topmenu a i{
	display:inline-block;
	margin-top:10px;
}
.topbar .topmenu a{
	padding:0 4px;
}
.topbar .topmenu a:hover{
	text-decoration:underline;
	color:#09C;
}



.languages-menu{
	display:inline-block;
	float:right;
	width:40px;
	direction:ltr;
	margin-left:4px;
	position:relative;
	z-index: 99;
}
.languages-menu li{
	cursor:pointer;
	width:40px;
	float:right;
	background: #FC0;
	text-align:center;
	line-height:30px;
}
.languages-menu li ul{
	display:none;
	position:absolute;
	right:0;
	top:30px;
	z-index:100;
}
.languages-menu li:hover ul{
	display:block;
}
.languages-menu li ul li{
	padding:4px 6px;
	background:#FC0;
	text-align:center;
}
.languages-menu li ul li:hover{
	background: #fff;
}
/*----------------------- mmenu and mob_mmenu --------------------------*/
.mmenu{
	height: 40px;
	width: 100%;
	display:block;
	display:inline-block;
	position:relative;
	font-size: 14px;
	padding: 0 10%;
	white-space: nowrap;
}
.mmenu li{
	display: inline-block;
	padding:3px 14px;
	float:right;
}
.mmenu li ul{
	display:none;
	position:absolute;
	background-color:rgba(0,51,102,0.8);
	top: 38px;
	z-index:999;
	right:0;
	width:100%;
}
.mmenu li ul li{
	color:#CCC;
	display:block;
	width:100%;
}
.mmenu li ul li:hover{
	padding-right:30px;
}
.mmenu li:hover > ul{
	display:block;
}
.mmenu li:hover{
	background:#83b9ff;
	color:#FFF;
}
.mmenu ul{
	padding:0;
	margin:0;
}
.biz .mmenu a{
	color:#000;
}
.biz .mmenu li:hover{
	background: #000;
}
.smallmenu{
	display:none;
	z-index:100;	
}
/*----------------------- end mmenu and mob_mmenu ---------------------------*/

.inline{
	width:auto;
	display:inline-block;
}
.bulk1{
	float:right;
	width:33%;
	height:300px;
	overflow-y: auto;
}
.bulk1 h3{
	margin:0;
	padding:0;
	top:-20px;
	font-size:16px;
	text-align:center;
}
.main-links div{
	background:#2d5f82;
	width:150px;
	height: 110px;
	margin-bottom:8px;
	display: inline-block;
	border:1px solid #CCC;
	text-align:center;
	position:relative;
	color:#fff;
}
.main-links div:hover{
	background: #0080C0;
}
.main-links div span{
	font-size:40px;
	line-height:110px;
}
.main-links div h1{
	font-size:16px;
	position:absolute;
	z-index:10;
	top:-10px;
	white-space: nowrap;
	padding: 0 4px;
}
.main-links div:hover > h1{
	display:block;
}
.biz .main-links div{
	background:#000;
}
.biz .main-links div:hover{
	background:#333;
}
.balance{
	display:inline-block;
}
.expenses_list{
	display:inline-block;
}
.expenses_list span{
	padding: 0 8px 0 8px;
	background: #eee;
	margin: 0 2px;
	position:relative;
	display:inline-block;
	margin:4px;
	font-size:11px;
	border:1px solid #CCC;
}
.expenses_list span:hover{
	color:#000;
	background:#DBF38F;
}
.expenses_list span a{
	text-decoration:none;
}
.charts{
	background:#FFF;
	margin:10px 0;
	height:auto;
	float:right;
	width:100%;
	border:1px solid #ccc;
}
.categories span{
	display:inline-block;
	margin:0 10px;
}
.categories{
	border:1px solid #000;
	margin:0;
	padding:0;
}
.sub_page{
	max-width:80%;
	margin:auto;
}
.sub_page .input{
	width:280px;
	display:inline-block;
	margin-left:8px;
}
.sub_page h1{
	display:inline-block;
}
.inTitle {
	width:auto;
	top:10px;
	right:10%;
	position:absolute;
	font-weight:bold;
}
/*-------------------------- notifications ----------------------*/
.notebar{
	margin-left:20px;
	direction:ltr;
	display:block;
	font-size:16px;
}
.notebar span{
	display:inline-block;
	margin:0;
}
.notebar span:hover{	
	cursor:pointer;
}
.notebar ul{
	position:relative;
	padding:4px;
}
.notebar li{
	list-style:none;
}
.notebar .selected{
	background:#F00;
	line-height:12px;
	width:15px;
	height:15px;
	color:#FFF;
	z-index:200;
	position:absolute;
	top:0;
	left:15px;
	text-align:center;
	cursor: pointer;
}
.notebar ul li ul {
	opacity:0;
	display:none;
	position:absolute;
	background: #FFF;
	width:auto;
	margin:0 0 0 -20px;
	width: 200px;
	text-align:center;
	z-index:99;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.5);
}

.notebar ul li ul li a{
	color: #900;
	line-height:12px;
}
.notebar ul li ul li{
	margin:8px 0;
	font-size:14px;
	border-bottom:1px solid #eee;
}
.notebar span:hover > ul li ul{
	display:block;
	opacity:1;
}
/*-------------------------- notifications ----------------------*/


.userLayout{
	max-width:400px;
	margin:auto;
}
.popupLayout{
	width:100%;
	margin:0;
	padding:0;
}
.listTable{
	font-size: 14px;
}

.listTable button, .listTable submit{
	font-size:18px;
	padding:6px;
}
.listTable tr:hover{
	border-bottom:1px solid #000;
	background: rgba(193,255,138,0.8);
}
.listTable td{
	padding:6px;
}
.inlineBtns{
	padding: 8px 8px;
	border: 1px solid #ccc;
	background: #fff;
}
.inlinefields{
	height:80px;
	display:block;
	font-size: 14px;
}
.inlinefields div{
	white-space:nowrap;
	display: inline-block;
	float:right;
}
.inlinefields span{
	margin: 2px;
	float:right;
	min-width: 20px;
}

.inlinefields input{
	text-align:center;
}


.chartsinline > span{
	display:inline-block; 
	border:1px dashed #039;
	float:right;
	margin-bottom:20px;
}
.chartsinline span:first-child{
	width:35%;
}
.chartsinline span:nth-child(2){
	width:65%;
}
.chartsinline2 > span{
	display:inline-block; 
	border:1px dashed #039;
	float:right;
	margin-bottom:20px;
}
.chartsinline2 span:first-child{
	width:50%;
}
.chartsinline2 span:nth-child(2){
	width:50%;
}


.bgRed{
	background: #ff6b6b;
	padding:0 4px;
}
.bgGreen{
	background: #b4ff6b;
	padding:0 4px;
}
.result h2{
	font-size:14px;
}
.hint{
	color:#f00;
	font-size: 14px;
}
.footer{
	background:url(../img/bgfooter.jpg) #aaa right top no-repeat;
	position:relative;
	min-height:350px;
	color:#FFF;
	background-size: cover;
	background-attachment: fixed;
	font-size: 14px;
}

.footer section{
	padding:20px;
}
.footer span{
	float:right;
}
.footer li{
	list-style:none;
}
.footer ul{
	width:auto;
}
.footer div{
	max-width:1000px;
	margin:auto;
	padding:0 20px;
}
.footerlogo img{
	max-width:300px;
	float:left;
}
.copyrights{
	text-align:center; 
	margin:0 auto;
	position:absolute;
	bottom:0;
	min-width:100%;
}
.socialmedia a{
	padding:8px;
	margin:4px;
	width:35px;
	height:35px;
	text-align:center;
	position:relative;
	display:inline-block;
	background:#0CC;
	border-radius:5px;
	background: rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 20px 4px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 20px 4px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 20px 4px rgba(255,255,255,0.5);
	font-size:30px;
	color:#CCC;
}
.socialmedia a:hover:first-child{color:#2b4173; background: rgba(0,0,0,0);}
.socialmedia a:hover:nth-child(2){color:#0db2f2; background:rgba(0,0,0,0);}
.socialmedia a:hover:nth-child(3){color:#c63e24; background:rgba(0,0,0,0);}
.socialmedia a:hover{
	color:#fff;
}

/*-------------------------- home style ----------------------------*/
.margin-top-0{
	margin-top: 0 !important;
}
.home_header_show_btn{
	position: absolute;
	top: 12px;
	left: 20px;
	z-index: 99;
}
.home_header{
	margin-top: -50px;
	height:40px;
}
.home_header * {
	line-height: 16px;
	font-size: 14px;
}
.home_header .btn{
	border:1px solid  #ccc;
}
.home_header div{
	max-width:900px;
	margin:8px  auto;
}
.logo{
	position:relative;
}
.logo img{
	height: 30px;
	position:absolute;
	left:0;
	top:2px;
}
.dashboardlogo{
	text-align:left;
	margin: 2px 0;
}
.dashboardlogo img{
	height: 39px;
}
.home_header span{
	display: inline-block;
	text-align:center;
}
.home_header a{
	text-decoration:none;
}
.home_header i{
	font-style:normal;
}
.paragraph{
	text-align:center;
	margin:auto;
	max-width:500px;
	padding: 6px;
}
.features_list{
	background: url(../img/features.JPG) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:50px ;
	border-bottom:#000 1px dashed;
	border-top:#000 1px dashed;
}
.features h2{
	max-width:900px;
	margin:20px auto;
	padding: 6px;
}
.features_list span{
	max-width:100px;
	text-align: center;
	display: inline-block;
	margin:10px;
	font-size:12px;
}
.features_list b{
	height:40px;
	line-height:16px;
	float:right;
	width:100%;
	padding:4px 0;
}
.features_list i{
	border:1px solid #000;
	border-radius:100px;
	font-size:40px;
	height:100px;
	width:100px;
	text-align:center;
	line-height:100px;
	background:#FFF;
}
.features_list i:hover{
	cursor:pointer;
	color: #88ba00;
	border-color:  #88ba00;
}

.features_list div {
	max-width:700px;
	margin:auto;
	text-align:center;
}
.pricing{
	max-width:900px;
	margin:auto;
	
}
.pricing_list{
	text-align:center;
}
.pricing_list span{
	text-align:right;
	max-width:22%;
	min-width:190px;
	width:100%;
	border:1px solid #ccc;
	display: inline-block;
	border-radius:35px;
	border-top-left-radius:0;
	padding:0 0 20px 0;
	margin:6px;
	background:#dcf0ff;
	
}
.pricing_list span:first-child  h3{ color:#be0000; }
.pricing_list span:nth-child(2) h3{ color:#88ba00; }
.pricing_list span:nth-child(3) h3{ color:#367fb4; }
.pricing_list span:nth-child(4) h3{ color:#000000; }
.pricing_list span:nth-child(2){ 
	border:6px double #88ba00;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}
.pricing_list span:hover{
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 	0px 0px 20px 5px rgba(0,0,0,0.5);
	box-shadow: 		 0px 0px 20px 5px rgba(0,0,0,0.5);
}
.pricing_list h3{
	margin:10px 2px ;
	border-bottom:1px dashed #000000;
	padding:10px 0;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#000;
}
.pricing_list big{
	background:#ff8b8b;
	margin:0 -10px;
	padding:0 20px;
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}
.pricing_list dl{
	direction:ltr;
	margin:0 6px;
}
.pricing_list dt, .pricing_list dd{
	display:inline-block;
	width:70%;
	padding:0;
	margin:0;
	height:25px;
}
.pricing_list dd{
	width:30px;
	text-align:center;
}
.pricing_list dd i{
	color:#BCEC2B;
	font-size:22px;
}
.pricing_list dl a{
	padding:0 20px;
	background: #000;
	color:#FFF;
	text-decoration:none;
	border:solid 1px #000000;
}
.pricing_list dl a:hover{
	background:#D8ED5C;
	color:#000;
}
.pricing_list .paybtn{
	text-align:center;
}
.pricing_list .paybtn input[type=submit]{
	padding:0 20px;
	background:#000;
	color:#fff;
	border: 1px solid #000;
	line-height:25px;
}

.pricing_list .paybtn input[type=submit]:hover{
	background:#D8ED5C;
	color:#000;
}

.flip_a:hover i{
	transform: rotateY( 180deg );
}
.screens span{
	border:1px solid #999;
	display: inline-block;
	position:relative;
	width:24%;
	min-width:90px;
	margin:0 2px;
	border-radius:25px;
	overflow:hidden;
}
.screens img{
	width:100%;
}
.screens span i{
	border-radius:25px;
	position:absolute;
	opacity:0;
	width:100%;
	height:100%;
	font-size:100px;
	background: rgba(0,0,0,0.5);
	right:0;
	top:0;
	color:#FFF;
}
.screens span a:hover > i{
	opacity:1;
	font-size:50px;
}


.register_btn{
	text-align:center;
}
.register_btn a{
	font-size:28px;
	border:1px dashed #039;
	color:#039;
}
.register_btn a i{
	opacity:0;
	left:0;
}
.register_btn a:hover, .register_btn a:focus{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 4px #666;
	background: #6ACAF9;
	border:6px solid #fff;
	cursor:pointer;
	padding:10px 30px;
	border-radius:20px;
	text-decoration:none;
}

.register_btn a:hover i{
	opacity:1;
}
/*-------------------------- end home style ----------------------------*/

/*-------------------------- slideshow stye ----------------------------*/
.slideshow_{
	background:url(../img/sliderbg.jpg) #a1cce9 center top no-repeat;
	height:311px;
}
.sld{
	max-width:900px;
	position:relative;
	margin:auto;
}
.sld div{
	overflow:hidden;
	float:left;
	margin-top:-20px;
}
.txt{
	padding:10px;
	position:absolute;
	
}
.txt h1{
	background: #F00;
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	padding:10px 20px;
	width:auto;
	display: inline-block;
	font-size:16px;
	border:1px solid #000;
	color:#fff;
	font-weight:bold;
}
.txt h2{
	font-size:22px;
}
.txt p{
	font-size:22px;
	background: rgba(255,204,0,0.8);
	padding:10px;
	border-top-left-radius:30px;
	border-bottom-right-radius:30px;
	text-align:center;
	border:1px solid #000;
	display:block;
	right:10px;
}
/*-------------------------- end slideshow style ----------------------------*/

.date-left-pos{
	margin-top:10px;
	left:0;
	width:110px;
	float:left;
}
.date-left-pos input{
	width:110px;
	background:none;
	color:#999;
	text-align:center;
	position:absolute;
	top: 10px;
}
.xscroll{
	width:100%;
	overflow-x: auto;
}
#amenu{
	padding: 0 10px !important;
}
.mycontainer{
	max-width:1100px;
	margin:auto;
}
.mycontent{
	width:79%;
	display:inline-block;
	float:right;
	padding:0 10px;
	font-size: 14px !important;
}
.rightbar{
	width:19%;
	float:right;
	min-width:220px;
	display:inline-block;
}
.selectedPage{
	background: #2d5f8255;
}
.biz .selectedPage {
  background: #9995;
}
.chartTitle{
	position:absolute;
	z-index:10;
	background:#FFF;
	margin-right:40px;
	opacity:0.3;
	border-radius:5px;
	border:1px solid #CCC;
}
.chartTitle:hover{
	opacity:1;
	cursor:pointer;
}
.chartTitle div{
	line-height:22px;
	margin:0;
	font-size:14px;
	padding:0 10px;
	line-height:20px;
}
.chartTitle div:first-child{ background:#ff6b6b;}
.chartTitle div:nth-child(2){ background:#b4ff6b;}

.centerImage2{
	width: 100%;
	max-width: 500px;
	margin: auto;
	display: block;
}
.main-container{
	padding: 4px;
	margin-top: 50px;
}
.lp-container{
	background: #fff;
}
.lp-container .home_header{
	margin-top: 0 !important;
	background: #fff;
	height: 50px;
	padding: 2px;
}
.centerImage{
	padding: 20%;
}
.centerImage img{
	width: 100%;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	position: relative;
	margin-top: 0;
	margin-left: 0;
	margin: 0 6px;
}
.font14{
	font-size: 14px;
}
.sendmsg{
	padding-bottom: 100px;
}

.main-cover {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/logo-pocketfy.png) center no-repeat #fff;
    background-size: 150px;
}
.ltr{
	direction: ltr;
	text-align: left;
}
.hideIt{
	opacity: 0;
	position: absolute;
	height: 0;
	top: -1000px;
}
@media only screen and (max-width: 1199px) {
	
}

@media only screen and (max-width: 979px) {
	.main-links div{
		width:100px;
		height:70px;
	}
	.main-links div h1{
		font-size:10px;
	}
	.main-links div span{
		line-height:70px;
		font-size:18px;
	}
	.mmenu{
		font-size:12px;
	}
	.mycontent{
		width:100%;
	}
}

@media only screen and (max-width: 767px) {

	.main-links div{
		width: 23%;
		height: 72px;
	}
	.mfp-iframe-holder .mfp-content {
		width:auto;
		min-width:99%;
		min-height:99%;
		max-height:300px;
	}
	.smallmenu{
		display: block;
	}
	.smallmenu ul li{
		display:block;
	}
	.selectedPage{
		border-right:8px solid #fff;
		border-bottom:none;
	}
	.fullmenu{
		display:none;
		z-index:100;
	}
	.hideElm{
		display:none;
	}
	.slide .txt p{
		width:100%;
		min-width:250px;
	}
	.bulk1{
		width:100%;
		display:block;
		height: auto;
		text-align:center;
		border-bottom:1px solid #ccc;
		margin-bottom:20px;
	}
	.charts{
		width:100%;
	}
	.chartsinline span{
		float:none;
	}
	.chartsinline span:first-child, .chartsinline2 span:first-child{
		width:100%;
	}
	.chartsinline span:nth-child(2), .chartsinline2 span:nth-child(2){
		width:100%;
	}
	.screens span{
		width:32%;
	}
	
	.footerlogo img{
		max-width:150px;
	}
}

@media only screen and (max-width: 480px) {
	
	.sub_page .input{
		width:200px;
	}
	.userLayout{
		width:95%;
	}
	.listTable{
		font-size:12px;
	}
	.notebar {
		width:100%;
		font-size:12px;
	}
	.notebar select{
		width:100px;
	}
	.footer {
		overflow:hidden;
	}
	.footerlogo img{
		max-width:100%;
	}
	
	.footer div{
		padding:0;
	}
	.container{
		padding:0;
	}
	.screens span{
		width:48%;
	}
	.inlineBtns {
		font-size: 10px;
	}
}

@media only screen and (max-width: 320px) {

}