#lp-modal {
	width: 100%;
	height: 100%;
	z-index: 10000;
	top: 50px;
	left: 0px;
	position: fixed;
	display: none;
}

#lp-modal>#lp-modal-shadow {
	width: 100%;
	height: 96%;
	text-align: center;
	position: relative;
}

#lp-modal>#lp-modal-nav-next {
	display: none;
	position: absolute;
	left: auto;
	right: 0px;
	top: 50%;
	margin: 0px;
	margin-top: -25px;
	height: 50px;
	min-width: 50px;
	z-index: 10011;
}

#lp-modal>#lp-modal-nav-prev {
	display: none;
	position: absolute;
	left: 0px;
	top: 50%;
	margin: 0px;
	margin-top: -25px;
	height: 50px;
	min-width: 50px;
	z-index: 10011;
}

#lp-modal>#lp-modal-title {
	text-align: center;
	max-width: 100%;
	display: none;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 10011;
}

#lp-modal>#lp-modal-close {
	position: fixed;
	left: auto;
	right: 0px;
	top: auto;
	z-index: 10011;
	margin: 0px;
}

#lp-modal-shadow>#lp-modal-content {
	opacity: 0;
	display: block;
	/*max-height: 100%;
    max-width: 95%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
}

@media ( min-width : 1200px) {
	.lp-modal-iframecontent, .lp-modal-inlinecontent,
		.lp-modal-ajaxcontent {
		max-width: 90%;
		max-height: 90%;
		overflow: scroll;
	}
	.lp-modal-imagecontent {
		max-height: 90%;
	}
}

@media ( min-width : 768px) and (max-width: 1024px) {
	.lp-modal-iframecontent, .lp-modal-inlinecontent,
		.lp-modal-ajaxcontent {
		max-width: 90%;
		max-height: 90%;
		overflow: scroll;
	}
	.lp-modal-imagecontent {
		max-height: 90%;
	}
}

@media ( max-width : 767px) {
	#lp-modal>#lp-modal-shadow {
		padding-top: 0px;
	}
	.lp-modal-iframecontent, .lp-modal-inlinecontent,
		.lp-modal-ajaxcontent {
		max-width: 100%;
		max-height: 95%;
		overflow: scroll;
	}
	.lp-modal-imagecontent {
		max-height: 90%;
	}
}

@media ( max-width : 600px) {
	.lp-modal-iframecontent, .lp-modal-inlinecontent,
		.lp-modal-ajaxcontent {
		max-width: 100%;
		max-height: 100%;
		overflow: hidden;
	}
	#lp-modal>#lp-modal-shadow {
		padding-top: 0px;
	}
	#lp-modal-shadow>#lp-modal-content, .lp-modal-imagecontent {
		width: 100%;
		max-width: 100%;
		max-height: 50%;
	}
	.lp-modal-imagecontent {
		max-height: 90%;
	}
}

#lp-modal>#lp-modal-loadimg {
	display: none;
	position: fixed;
	z-index: 10995;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	background-image: url(http://www.rudrasofttech.com/res/img/loading.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
}

#lp-modal>#lp-modal-loadimg>img {
	width: auto\9;
	height: auto;
	max-width: 100%;
}

/****************Modal Content CSS******************/
.lp-modal-imagecontent img {
	background-color: #fff;
	width: auto\9;
	height: auto;
	max-width: 100%;
}

.lp-modal-iframecontent iframe {
	background-color: #fff;
	border: none;
	width: 100%;
	height: 100%;
}

.lp-modal-inlinecontent {
	background-color: #fff;
	z-index: 11000;
	position: relative;
	overflow: hidden;
	opacity: 0;
	max-width: 80%;
	color: #000;
	text-align: left;
}

.lp-modal-ajaxcontent {
	background-color: #fff;
	max-width: 100%;
	max-height: 100%;
	color: #000;
	overflow: hidden;
	text-align: left;
}

/*****Alert*****/
#lp-alert {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10100;
	display: none;
	top: 0px;
	left: 0px;
}

#lp-alert {
	background-color: rgba(213, 213, 213, 0.7);
}

#lp-alert>#lp-alert-content {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#lp-alert>#lp-alert-content {
	border: 1px solid #C1C1C1;
	background-color: #fff;
	padding: 0px;
	border-radius: 5px;
	min-width: 300px;
	max-width: 95%;
	max-height: 90%;
	min-height: 100px;
	overflow: hidden;
}

#lp-alert>#lp-alert-content>#lp-alert-msg {
	padding: 30px;
	font-family: Arial, Verdana;
	font-size: 1em;
}

#lp-alert>#lp-alert-content>#lp-alert-msg>#lp-alert-input {
	border-width: 1px;
	width: 100%;
	margin: 10px 10px 10px 0px;
}

#lp-alert>#lp-alert-content>#lp-alert-ctrl {
	border-top: 1px solid #E5E5E5;
	text-align: center;
	padding: 10px;
}

#lp-alert>#lp-alert-content>#lp-alert-ctrl>#lp-alert-okbtn,
	#lp-alert>#lp-alert-content>#lp-alert-ctrl>#lp-alert-yesbtn,
	#lp-alert>#lp-alert-content>#lp-alert-ctrl>#lp-alert-nobtn,
	#lp-alert>#lp-alert-content>#lp-alert-ctrl>#lp-alert-cancelbtn {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	margin-right: 5px;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startCololpr='#ffffffff',
		endCololpr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
}

#lp-alert>#lp-alert-content>#lp-alert-ctrl>#lp-alert-okbtn:hover,
	#lp-alert>#lp-alert-content>#lp-alert-ctrl>#lp-alert-yesbtn:hover,
	#lp-alert>#lp-alert-content>#lp-alert-ctrl>#lp-alert-nobtn:hover,
	#lp-alert>#lp-alert-content>#lp-alert-ctrl>#lp-alert-cancelbtn:hover
	{
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

/* Decoration CSS */
#lp-modal {
	background-color: rgba(0, 0, 0, 0.7);
}

#lp-modal>#lp-modal-shadow {
	background-color: transparent;
}

#lp-modal>#lp-modal-close {
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	outline: none;
	opacity: 0.6;
	border: none;
	border-top-left-radius: 5px;
	color: #000;
	font-size: 40px;
	min-height: 40px;
	min-width: 50px;
	line-height: 40px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

#lp-modal>#lp-modal-nav-next {
	cursor: pointer;
	padding: 0px;
	background-color: #fff;
	outline: none;
	opacity: 0.5;
	border: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #000;
	font-size: 40px;
	line-height: 40px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

#lp-modal>#lp-modal-nav-prev {
	cursor: pointer;
	padding: 0px;
	background-color: #fff;
	outline: none;
	opacity: 0.5;
	border: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #000;
	font-size: 40px;
	line-height: 40px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

#lp-modal>#lp-modal-close:hover, #lp-modal>#lp-modal-nav-next:hover,
	#lp-modal>#lp-modal-nav-prev:hover {
	background-color: black;
	color: #fff;
	opacity: 1;
}

#lp-modal>#lp-modal-title {
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	padding: 2px;
	text-transform: capitalize;
	margin: 2px;
}

@media ( min-width : 1200px) {
	.lp-modal-imagecontent {
		border: 10px solid #fff;
		border-radius: 5px;
	}
	.lp-modal-iframecontent, .lp-modal-ajaxcontent,
		.lp-modal-inlinecontent {
		border: 1px solid #A3A3A3;
		border-radius: 5px;
		background-color: #fff;
	}
}

@media ( min-width : 768px) and (max-width: 1024px) {
	#lp-modal {
		background-color: rgba(0, 0, 0, 0.9);
	}
	.lp-modal-imagecontent {
		border: none;
		border-radius: 5px;
	}
	.lp-modal-iframecontent, .lp-modal-ajaxcontent,
		.lp-modal-inlinecontent {
		border: 1px solid #A3A3A3;
		border-radius: 5px;
		background-color: #fff;
	}
}

@media ( max-width : 767px) {
	#lp-modal>#lp-modal-nav-panel {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		background-color: transparent;
	}
	#lp-modal>#lp-modal-nav-panel>#lp-modal-nav-prev {
		margin-left: 5px;
	}
	#lp-modal>#lp-modal-nav-panel>#lp-modal-nav-next, #lp-modal>#lp-modal-nav-panel>#lp-modal-close
		{
		float: right;
	}
	.lp-modal-imagecontent {
		border: 0px;
		padding: 0px;
	}
	.lp-modal-iframecontent, .lp-modal-ajaxcontent,
		.lp-modal-inlinecontent {
		border: 1px solid #A3A3A3;
		border-radius: 5px;
		background-color: #fff;
	}
	#lp-modal>#lp-modal-close {
		opacity: 1;
	}
	#lp-modal {
		background-color: rgba(0, 0, 0, 0.9);
	}
}

@media ( max-width : 600px) {
	.lp-modal-imagecontent {
		border: 0px;
		padding: 0px;
	}
	.lp-modal-iframecontent, .lp-modal-ajaxcontent,
		.lp-modal-inlinecontent {
		border: 1px solid #A3A3A3;
		background-color: #fff;
	}
	#lp-modal>#lp-modal-title {
		opacity: 0;
	}
}

@media ( max-width : 480px) {
	.lp-modal-imagecontent {
		border: 0px;
		padding: 0px;
	}
	.lp-modal-iframecontent, .lp-modal-ajaxcontent,
		.lp-modal-inlinecontent {
		border: 1px solid #A3A3A3;
		background-color: #fff;
	}
}

#lp-modal>#lp-modal-loadimg {
	background-color: #fff;
	border-radius: 3px;
}

#lp-modal>#lp-modal-loadimg>img {
	border: none;
}

@font-face {
	font-family: myBoldFont;
	src: url('font/STC-Bold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: myRegularFont;
	src: url('font/STC-Regular.ttf');
	font-weight: bold;
}