﻿.txtDatePicker {
	max-width: 80px;
	text-align: left;
}

.clearfix {
	clear: both;
}

.no-padding {
	padding: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-margin {
	margin: 0 !important;
}

.no-border {
	border: 0px none !important;
}

.no-box-shadow {
	box-shadow: none !important;
}

.dir-ltr {
	direction: ltr;
}

.dir-rtl {
	direction: rtl;
}

.tahoma {
	font-family: Tahoma !important;
}

.yekan {
	font-family: Yekan !important;
}

.btn-fit {
	width: 100%;
}

input[type=radio], input[type=checkbox] {
	vertical-align: sub;
	margin-left: 3px;
}

.btnNextPrev {
	font-family: fontello !important;
	border: 0;
	background: transparent;
	width: 24px;
	height: 24px;
	background-color: #999;
	margin: 0 !important;
}

	.btnNextPrev:hover:enabled {
		color: #fff;
	}

.IsPointer {
	cursor: pointer;
}

.validation {
	font-family: Tahoma;
	font-size: 9pt;
	color: red;
	font-weight: bold;
}

.public-msg-box {
	font-family: Yekan;
	font-size: 14px;
	padding: 0px 5px;
}

	.public-msg-box div, .public-msg-box p {
		display: inline-block;
	}

	.public-msg-box i {
		margin-left: 5px;
		font-size: 18px;
		color: #999;
		vertical-align: middle;
	}

.message-success {
	background-color: green !important;
}

.message-danger {
	background-color: #FF3300 !important;
}

	.message-danger .modal-title, .message-success .modal-title {
		color: #FFF !important;
	}

.image_captcha {
	height: 30px;
	width: 90px;
	vertical-align: middle;
}

.refresh_captcha {
	height: 20px;
	width: 20px;
	vertical-align: middle;
}

.txt_captcha {
	width: 110px !important;
	text-align: center !important;
	display: inline-block !important;
	font-family: 'Yekan';
	font-size: 13px !important;
	height: 30px;
}

.gridPager {
	font-family: Tahoma;
	font-size: 9pt;
}


	.gridPager td span {
		padding: 3px 5px;
		margin: 0 3px;
		color: white;
		background-color: #777;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.gridPager td a {
		padding: 3px 5px;
		margin: 0 3px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #333;
	}

		.gridPager td a:hover {
			float: none;
			background-color: #777;
			width: 100%;
			color: white;
			border-color: red;
		}

.poll-result-option {
	margin-bottom: 3px;
}

::-webkit-input-placeholder {
	text-align: right;
}

:-moz-placeholder { 
	text-align: right;
}

::-moz-placeholder { 
	text-align: right;
}

:-ms-input-placeholder {
	text-align: right;
}

#googleMap {
	width: 100%;
	height: 350px;
	margin-bottom: 30px;
}
#googleMap iframe{
	width: 100%;
	height: 100%;
}

.shadow-box {
	border: 1px solid #ebeced;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.border-radius-box {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.custom-box {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #FFF;
}

.disabled-link {
	pointer-events: none;
	cursor: default;
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.form-group-ver-align {
	margin-top: 21px;
}
/************************* Text Colors*********************/
.text-white {
	color: #fff;
}

.text-black {
	color: #000;
}

.text-red {
	color: #f00;
}

.text-green {
	color: #339933;
}

.text-blue {
	color: #00f;
}

.text-gray {
	color: #999;
}

.text-orange {
	color: #ff8400;
}
/************************* Text Aligns*********************/
@media (max-width : 360px) {
	.text-left-xs {
		text-align: left !important;
	}

	.text-right-xs {
		text-align: right !important;
	}

	.text-center-xs {
		text-align: center !important;
	}
}
/************************* UpdateProgress *************************/
#divProgress {
	position: fixed;
	top: 0;
	width: 100%;
	background: transparent;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 99999;
	height: 100%;
}

	#divProgress * {
		filter: alpha(opacity=100);
		opacity: 1;
		-moz-opacity: 1;
	}

	#divProgress .panel {
		z-index: 999999;
		margin: 250px auto;
		filter: alpha(opacity=100);
		opacity: 1;
		-moz-opacity: 1;
	}

		#divProgress .panel h5 {
			margin-bottom: 10px;
		}

		#divProgress .panel img {
			max-height: 75px;
			margin-bottom: 10px;
		}
/******************************* Hover Gray ***************************************/
.hvr-gray {
	filter: none;
	-webkit-filter: grayscale(0%);
}

	.hvr-gray:hover, .hvr-gray:focus, .hvr-gray:active {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
		filter: gray; /* IE6-9 */
		-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	}

.hvr-gray-inverse {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

	.hvr-gray-inverse:hover, .hvr-gray-inverse:focus, .hvr-gray-inverse:active {
		filter: none;
		-webkit-filter: grayscale(0%);
	}
/************************/
.img-square {
	position: absolute;
	left: -1000%;
	right: -1000%;
	top: -1000%;
	bottom: -1000%;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
}

.url-h1 {
	display: inline-block;
	font-size: 0;
}

.url-h2 {
	display: inline-block;
	font-size: 0;
}
#ForgetPassModal{
	z-index:1100;
}