﻿body {
}

.closetag {
	background-color: #00bfd6;
	display: inline-block;
	width: 15px !important;
	height: 15px;
	border: 1px solid #ff8100;
	border-radius: 25px;
	text-align: center;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
	.closetag:hover {
		transform: scale(1.5);
		cursor:pointer;

	}
.bodytag {
	padding-right: 7px;
	background-color: #00bfd6;
	color: white;
	/*	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
*/
}
	.bodytag:hover {
		background-color: #caf8ca;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
	}
.divtag {
	margin-top: 5px;
	background-color: #00bfd6;
	border: 1px solid #fdfdfd;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
}
.detailOfficeInsearch {
	position: absolute;
	top: -100px;
	left: -169px;
	transform: rotate(45deg);
	background-color: #ecf68b;
}
	.corner {
	width: 0;
	height: 0;
	border-top: 150px solid #ffcc00;
	border-bottom: 150px solid transparent;
	border-right: 150px solid transparent;
}

		.corner span {
			position: absolute;
			top: 35px;
			width: 108px;
			left: 83px;
			text-align: center;
			font-size: 16px;
			font-family: arial;
			transform: rotate(268deg);
			display: block;
			font-family: 'IRANSans';
		}
			.corner span:hover {
				background-color: #faebd7;
				cursor:pointer;
			}