
/* دامنه */
/* styles.css */

body{
	margin: 5px;
	padding: 0;
	text-align: right;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
	height: 100%;
	width: 100%;
	direction:rtl;
	font-family: Tahoma, "Roboto", sans-serif;
	font-weight:normal;
}

img {
	border:none;
}

.red-text {
	color:red;
}

.button_class_blue {
	display: inline-block;
	padding: 7px 12px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	background-color: #008CBA;
	border: none;
	border-radius: 10px;
	box-shadow: 0 7px #999;
	cursor: pointer;
}

.button_class_blue button:hover {
	background-color: #3e8e41;
}

.button_class_blue button:active {
	background-color: #3e8e41;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}

.disabled_button_class_blue {
	display: inline-block;
	padding: 7px 12px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	background-color: #0782aa; /* #008CBA; */
	border: none;
	border-radius: 10px;
	box-shadow: 0 7px #999;
	opacity: 0.4;
	cursor: not-allowed;
}
/* ///////// table //////////// */
table {
	border-collapse: collapse;
	margin: 30px;
}
th {
	padding: 5px;
	height: 40px;
	text-align: right;
	font-weight:400;
	/*border:2px solid #777777;*/
	border:none;
}
td {
	padding: 5px;
	height: 40px;
	vertical-align:central;
	font-weight: 400;
	/*border:1px solid #222222;*/
	border:none;
}
/* ////////////////////////////// */
/* ////////////////////////////// */
textarea {
	resize: none;
	background-color: LightCyan;
	direction:rtl;
	font-family: Tahoma, "Roboto", sans-serif;
	font-weight: 400;
}
.InputName {
	text-align:right;
	background-color: LightCyan;
	height: 25px;
}
.InputTelNo {
	text-align:left;
	background-color: LightCyan;
	height: 25px;
}
.InputOfferPrice {
	text-align:left;
	background-color: LightCyan;
	height: 25px;
}
.InputComment {
	text-align:right;
	background-color: LightCyan;
}
.InputCaptcha {
	text-align:left;
	background-color: LightCyan;
	height: 25px;
}
/* ////////////////////////////// */
