/* MyFancy */
#myfancy_wrapper {     
	position: fixed;
    top: 0px;
    left: 0px;
	bottom:0px;
    width: 100%;
    height: 100%;
    z-index: 999999998;
	overflow-y:scroll;
	display:none;
}

.myFancy_dark { position:fixed; top:0px; left: 0px; bottom: 0px; right: 0px; background:#333; z-index:999999997; filter: alpha(opacity=50); -khtml-opacity: 0.5; -moz-opacity: 0.5; opacity: 0.5; overflow:hidden;}
.myFancy { position:absolute; display:none; z-index:999999999; direction:rtl; text-align:right; display:inline-block; }
.myFancy > .fancy_close { position:absolute; cursor:pointer; z-index:100; }
.myFancy .inner{  }
.myFancy .fancy_title {  }



#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}


/* MyFancy CUSTOM STYLE*/

.myFancy_dark { background:#000;}

.myFancy {background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,0.5);border-radius: 5px;overflow:  hidden;}
body.rtl .myFancy { direction:rtl; text-align:right; }
body.ltr .myFancy { direction:ltr; text-align:left; }
.myFancy .fancy_close {width: 20px;height: 20px;top: -3px;left: 5px;display:block;color: #505763;font-size: 26px;font-weight: 400;}



.myFancy .inner{ padding:5px 20px; position:relative; /*max-height:400px;*/}

.myFancy .fancy_title { display:block; font-size:25px; font-weight:normal; color:#0FAAD0; background:#fff; height:65px; line-height:65px; padding-right:25px; padding-left:70px;position: relative;}
.myFancy .fancy_title:after{ content: ""; display: block; position: absolute; left: 0px; right: 0px; bottom: 0px; height: 1px; 
background: #0faad0; /* Old browsers */
background: -moz-linear-gradient(left, #0faad0 1%, #38aedd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #0faad0 1%,#38aedd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0faad0 1%,#38aedd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0faad0', endColorstr='#38aedd',GradientType=1 ); /* IE6-9 */
}
.myFancy .footer { display:block; border-top:1px solid #c8c8c8; color:#333; padding:15px; overflow:hidden;  }

.browser_ie .myFancy .fancy_title { font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif; }


.ps_mobile .myFancy { left:0px; right:0px; border:none; padding:0px; bottom:0px; top:0px; position:absolute; padding-top:65px; overflow-y:auto; max-width:100%; }
.ps_mobile .myFancy .fancy_close { top:0px; right:0px;}
.ps_mobile .myFancy .fancy_title { z-index:99999999; position:fixed; top:0px; left:0px; right:0px; }
.ps_mobile .inner { }

.ps_mobile .myFancy .fancy_title { font-size:23px; }

#basicsFRM { width:auto !important;}



.ps_mobile #myfancy_wrapper { background:#e2e2e2; }