/*------------------------------------------------------------------------------------------*/
h1 {
	padding:5px;
	margin:10px 50px 10px 50px;
	color:#333;
	font-family: "BTitrBold", "BTitr", "B Titr", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-shadow:1px 1px #CCC;
	display:block;
	background:#E8E8E8;
	text-align:center;
	border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  -moz-box-shadow: 2px 2px 2px #ccc;
	  -webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}
h2 {
	padding:5px;
	margin:10px 50px 10px 50px;
	color:#333;
	font-family: "BTitrBold", "BTitr", "B Titr", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	text-shadow:1px 1px #CCC;
	display:block;
	background:#E8E8E8;
	text-align:center;
	border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  -moz-box-shadow: 2px 2px 2px #ccc;
	  -webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}
h3 {
	padding:5px;
	margin:10px 50px 10px 50px;
	color:#333;
	font-family: "BTitrBold", "BTitr", "B Titr", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-shadow:1px 1px #CCC;
	display:block;
	background:#E8E8E8;
	text-align:center;
	border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  -moz-box-shadow: 2px 2px 2px #ccc;
	  -webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}
h4 {
	padding:5px;
	margin:10px 50px 10px 50px;
	color:#333;
	font-family: "BTitrBold", "BTitr", "B Titr", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-shadow:1px 1px #CCC;
	display:block;
	background:#E8E8E8;
	text-align:center;
	border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  -moz-box-shadow: 2px 2px 2px #ccc;
	  -webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}
h5 {
	padding:5px;
	margin:10px 50px 10px 50px;
	color:#333;
	font-family: "BTitrBold", "BTitr", "B Titr", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px #CCC;
	display:block;
	background:#E8E8E8;
	text-align:center;
	border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  -moz-box-shadow: 2px 2px 2px #ccc;
	  -webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}
h6 {
	padding:5px;
	margin:10px 50px 10px 50px;
	color:#333;
	font-family: "BTitrBold", "BTitr", "B Titr", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px #CCC;
	display:block;
	background:#E8E8E8;
	text-align:center;
	border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  -moz-box-shadow: 2px 2px 2px #ccc;
	  -webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}

span.code-error {
	font-family: Tahoma, "BMitra", "B Mitra", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}
p {
	padding:2px;
	line-height:1.6em;
	text-align:justify;
}
a{ /*color:#547699;*/ text-decoration:none; }
/*a:hover{ color:#999999; }
a:visited{ color: navy; }*/
a img { 
    border:none;
}
.dialog {
	display:none;
	direction: rtl;
}
.dialog_box {
    width: 800px;
    height: 500px;
    margin: 0 auto;
    float: right;
    overflow-y: auto;
    direction: rtl;
    text-align: right;
    padding-right: 5px;
    font-family: "BHoma", "B Homa", "BMitra", "B Mitra", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #E6FBFF;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid;
    border-radius: 8px;
}
.close_button {
    position: absolute;
    top: 5px;
    left: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 36px;
}

.response {
	direction: rtl;
}
/*-----------افکت تکس باکس و سلکت باکس ------*/
.depth {
	/*display: block;*/
	border: 1px solid silver;
	background: linear-gradient(#eee, #fff);
	transition: all 0.3s ease-out;
	padding: 5px;
	color: #555;
}
.depth:focus {
	outline: none;
	background-position: 0 -1.7em;
}

select.depth:focus {
	border:1px solid #990000;
	color : #2A2A2E;	
}

input.depth:focus {
	border : 1px solid #990000;
	font-weight:bold;
	color : #3030FF;
}

fieldset {
	padding: 5px 6px 8px 6px;
	border-radius: 8px;
	margin-bottom: 10px;
	direction: rtl;
}
fieldset legend {
	font-family: "BMitra", "B Mitra", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 600;
    padding: 0px 10px 0px 10px;
}
fieldset.list-record {
	width:250px;
}
/*--------------------افکت ورودی اطلاعات در فیلد آدرس---------------------*/
.progress {
	width: 10px;
	height: 12px;
	color: white;
	font-size: 10px;
	overflow: hidden;
	background-color: navy;
	padding-left: 5px;
	line-height:12px;
}
/*--------------------افکت برای فیلد های جستجو در دیتابیس---------------------*/
.AutocompleteBox {
	display: none;
	position: absolute;
	margin: -1px 0px 0px 0px;
	right: 127px;
	width: 185px;
	max-height:400px;
	background-color: #FFF;
	background: -webkit-linear-gradient(#FFFFFF #DDDCDB);
	background: -moz-linear-gradient(#FFFFFF, #DDDCDB);
	background: linear-gradient(#FFFFFF, #DDDCDB);
	border: 1px solid #990000;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	color: #fff;
	overflow:auto;
}
.AutocompleteBox img {
	position:fixed;
	margin:5px -30px 0px 0px;
	border:2px solid #990000;
	border-radius:50px;
	padding:3px;
	cursor:pointer;
}

.AutocompleteList {
	margin: 0px;
	padding: 0px;
}

.AutocompleteList li {
	
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}

.AutocompleteList li:hover {
	background-color: #D7E6FF;
}
/*--------------------افکت دکمه های زخیره و برگشت و جست وجو---------------------*/
.button-action {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	font-family: Tahoma, "BMitra", "B Mitra", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}

.button-action:active {
	position:relative;
	top:1px;
}

.button-action img {
	border:0px;
	max-width:20px;
	max-height:20px;
	padding-left: 5px;
    margin-bottom: -5px;
}

a.active {
	color:#136200;
	font-weight: 600;
	font-size:0.9em;
}

a.active:hover {
	color:#FFFFFF;
}

.action {
    color: #FFFFFF;
	padding:8px 12px 8px 12px;
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	border:1px solid #124d77;
	text-shadow:0px 1px 0px #154682;
}
.action:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}

.add {
    color: #FFFFFF;
	padding:8px 18px 8px 18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30));
	background:-moz-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-webkit-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-o-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:-ms-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
	background:linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30',GradientType=0);
	background-color:#7d5d3b;
	border:1px solid #54381e;
	text-shadow:0px 1px 0px #4d3534;
}
.add:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b));
	background:-moz-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-webkit-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-o-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:-ms-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
	background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b',GradientType=0);
	background-color:#634b30;
}

.edit {
    color: #FFFFFF;
	padding:8px 18px 8px 18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #7EA5A6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7EA5A6;
	box-shadow:inset 0px 1px 0px 0px #7EA5A6;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #437031), color-stop(1, #306263));
	background:-moz-linear-gradient(top, #3B797D 5%, #306263 100%);
	background:-webkit-linear-gradient(top, #3B797D 5%, #306263 100%);
	background:-o-linear-gradient(top, #3B797D 5%, #306263 100%);
	background:-ms-linear-gradient(top, #3B797D 5%, #306263 100%);
	background:linear-gradient(to bottom, #3B797D 5%, #306263 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B797D', endColorstr='#306263',GradientType=0);
	background-color:#3B797D;
	border:1px solid #1E5451;
	text-shadow:0px 1px 0px #4d3534;
}
.edit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #306263), color-stop(1, #3B797D));
	background:-moz-linear-gradient(top, #306263 5%, #3B797D 100%);
	background:-webkit-linear-gradient(top, #306263 5%, #3B797D 100%);
	background:-o-linear-gradient(top, #306263 5%, #3B797D 100%);
	background:-ms-linear-gradient(top, #306263 5%, #3B797D 100%);
	background:linear-gradient(to bottom, #306263 5%, #3B797D 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#306263', endColorstr='#3B797D',GradientType=0);
	background-color:#306263;
}

.save {
    color: #FFFFFF;
	padding:8px 18px 8px 18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0095E7), color-stop(1, #007BD4));
	background:-moz-linear-gradient(top, #0095E7 5%, #007BD4 100%);
	background:-webkit-linear-gradient(top, #0095E7 5%, #007BD4 100%);
	background:-o-linear-gradient(top, #0095E7 5%, #007BD4 100%);
	background:-ms-linear-gradient(top, #0095E7 5%, #007BD4 100%);
	background:linear-gradient(to bottom, #0095E7 5%, #007BD4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095E7', endColorstr='#007BD4',GradientType=0);
	background-color:#0095E7;
	border:1px solid #124d77;
	text-shadow:0px 1px 0px #154682;
}
.save:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007BD4), color-stop(1, #0095E7));
	background:-moz-linear-gradient(top, #007BD4 5%, #0095E7 100%);
	background:-webkit-linear-gradient(top, #007BD4 5%, #0095E7 100%);
	background:-o-linear-gradient(top, #007BD4 5%, #0095E7 100%);
	background:-ms-linear-gradient(top, #007BD4 5%, #0095E7 100%);
	background:linear-gradient(to bottom, #007BD4 5%, #0095E7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007BD4', endColorstr='#0095E7',GradientType=0);
	background-color:#007BD4;
}

.sent {
    color: #FFFFFF;
	padding:8px 18px 8px 18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	text-shadow:0px 1px 0px #92b879;
}
.sent:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}

.download {
    color: #FFFFFF;
	padding:8px 16x 8px 16px;
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	text-shadow:0px 1px 0px #92b879;
}
.download:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}

.select {
	padding:8px 24px 8px 24px;
}

.select {
    color: #FFFFFF;
	padding:8px 18px 8px 18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #7EA5A6;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7EA5A6;
	box-shadow:inset 0px 1px 0px 0px #7EA5A6;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4D7C3A), color-stop(1, #437031));
	background:-moz-linear-gradient(top, #4D7C3A 5%, #437031 100%);
	background:-webkit-linear-gradient(top, #4D7C3A 5%, #437031 100%);
	background:-o-linear-gradient(top, #4D7C3A 5%, #437031 100%);
	background:-ms-linear-gradient(top, #4D7C3A 5%, #437031 100%);
	background:linear-gradient(to bottom, #4D7C3A 5%, #437031 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D7C3A', endColorstr='#437031',GradientType=0);
	background-color:#4D7C3A;
	border:1px solid #1E5451;
	text-shadow:0px 1px 0px #006202;
}
.select:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #437031), color-stop(1, #4D7C3A));
	background:-moz-linear-gradient(top, #437031 5%, #4D7C3A 100%);
	background:-webkit-linear-gradient(top, #437031 5%, #4D7C3A 100%);
	background:-o-linear-gradient(top, #437031 5%, #4D7C3A 100%);
	background:-ms-linear-gradient(top, #437031 5%, #4D7C3A 100%);
	background:linear-gradient(to bottom, #437031 5%, #4D7C3A 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#437031', endColorstr='#4D7C3A',GradientType=0);
	background-color:#437031;
}

.search {
    color: #FFFFFF;
	padding:8px 18px 8px 18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f0f7fa;
	box-shadow:inset 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	border:1px solid #057fd0;
	text-shadow:0px 1px 0px #5b6178;
}
.search:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}

.tab_button {
	padding:8px 18px 8px 18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E8E8E8), color-stop(1, #D0D0D0));
	background:-moz-linear-gradient(top, #E8E8E8 5%, #E8E8E8 100%);
	background:-webkit-linear-gradient(top, #E8E8E8 5%, #D0D0D0 100%);
	background:-o-linear-gradient(top, #E8E8E8 5%, #D0D0D0 100%);
	background:-ms-linear-gradient(top, #E8E8E8 5%, #D0D0D0 100%);
	background:linear-gradient(to bottom, #E8E8E8 5%, #D0D0D0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#D0D0D0',GradientType=0);
	background-color:#E8E8E8;
	border:1px solid #dcdcdc;
	color:#222222;
	text-shadow:0px 1px 0px #ffffff;
}
.tab_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E5E4E4), color-stop(1, #E8E8E8));
	background:-moz-linear-gradient(top, #D0D0D0 5%, #E8E8E8 100%);
	background:-webkit-linear-gradient(top, #D0D0D0 5%, #E8E8E8 100%);
	background:-o-linear-gradient(top, #D0D0D0 5%, #E8E8E8 100%);
	background:-ms-linear-gradient(top, #D0D0D0 5%, #E8E8E8 100%);
	background:linear-gradient(to bottom, #D0D0D0 5%, #E8E8E8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D0D0D0', endColorstr='#E8E8E8',GradientType=0);
	background-color:#D0D0D0;
}

.tab_button:active {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E5E4E4), color-stop(1, #BCBCBC));
	background:-moz-linear-gradient(top, #E5E4E4 5%, #BCBCBC 100%);
	background:-webkit-linear-gradient(top, #E5E4E4 5%, #BCBCBC 100%);
	background:-o-linear-gradient(top, #E5E4E4 5%, #BCBCBC 100%);
	background:-ms-linear-gradient(top, #E5E4E4 5%, #BCBCBC 100%);
	background:linear-gradient(to bottom, #E5E4E4 5%, #BCBCBC 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E4E4', endColorstr='#BCBCBC',GradientType=0);
	background-color:#BCBCBC;
}
.back {
	padding:8px 18px 8px 18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea));
	background:-moz-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-webkit-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-o-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-ms-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea',GradientType=0);
	background-color:#bddbfa;
	border:1px solid #84bbf3;
    color: #FFFFFF;
}
.back:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa));
	background:-moz-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-webkit-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-o-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-ms-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa',GradientType=0);
	background-color:#80b5ea;
}

.next {
	padding:8px 18px 8px 18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #FFBAFE;
	-webkit-box-shadow:inset 0px 1px 0px 0px #FFBAFE;
	box-shadow:inset 0px 1px 0px 0px #FFBAFE;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF58FE), color-stop(1, #A600A4));
	background:-moz-linear-gradient(top, #FF58FE 5%, #A600A4 100%);
	background:-webkit-linear-gradient(top, #FF58FE 5%, #A600A4 100%);
	background:-o-linear-gradient(top, #FF58FE 5%, #A600A4 100%);
	background:-ms-linear-gradient(top, #FF58FE 5%, #A600A4 100%);
	background:linear-gradient(to bottom, #FF58FE 5%, #A600A4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea',GradientType=0);
	background-color:#FF9DFE;
	border:1px solid #FF65FE;
    color: #FFFFFF;
}

.next:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #A600A4), color-stop(1, #FF58FE));
	background:-moz-linear-gradient(top, #A600A4 5%, #FF58FE 100%);
	background:-webkit-linear-gradient(top, #A600A4 5%, #FF58FE 100%);
	background:-o-linear-gradient(top, #A600A4 5%, #FF58FE 100%);
	background:-ms-linear-gradient(top, #A600A4 5%, #FF58FE 100%);
	background:linear-gradient(to bottom, #A600A4 5%, #FF58FE 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa',GradientType=0);
	background-color:#A600A4;
}

.delete {
	padding:8px 18px 8px 18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	border:1px solid #942911;
	padding:6px 24px;
	text-shadow:0px 1px 0px #854629;
    color: #FFFFFF;
}
.delete:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}

.clear {
	padding:8px 18px 8px 18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F4F4F4), color-stop(1, #E5E4E4));
	background:-moz-linear-gradient(top, #F4F4F4 5%, #E5E4E4 100%);
	background:-webkit-linear-gradient(top, #F4F4F4 5%, #E5E4E4 100%);
	background:-o-linear-gradient(top, #F4F4F4 5%, #E5E4E4 100%);
	background:-ms-linear-gradient(top, #F4F4F4 5%, #E5E4E4 100%);
	background:linear-gradient(to bottom, #F4F4F4 5%, #E5E4E4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#E5E4E4',GradientType=0);
	background-color:#F4F4F4;
	border:1px solid #CDCDCD;
	color:#666666;
	text-shadow:0px 1px 0px #ffffff;
}
.clear:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E5E4E4), color-stop(1, #F4F4F4));
	background:-moz-linear-gradient(top, #E5E4E4 5%, #F4F4F4 100%);
	background:-webkit-linear-gradient(top, #E5E4E4 5%, #F4F4F4 100%);
	background:-o-linear-gradient(top, #E5E4E4 5%, #F4F4F4 100%);
	background:-ms-linear-gradient(top, #E5E4E4 5%, #F4F4F4 100%);
	background:linear-gradient(to bottom, #E5E4E4 5%, #F4F4F4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E4E4', endColorstr='#F4F4F4',GradientType=0);
	background-color:#E5E4E4;
}

.preview {
	padding:8px 14px 8px 14px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E8E8E8), color-stop(1, #C9C5C5));
	background:-moz-linear-gradient(top, #E8E8E8 5%, #C9C5C5 100%);
	background:-webkit-linear-gradient(top, #E8E8E8 5%, #C9C5C5 100%);
	background:-o-linear-gradient(top, #E8E8E8 5%, #C9C5C5 100%);
	background:-ms-linear-gradient(top, #E8E8E8 5%, #C9C5C5 100%);
	background:linear-gradient(to bottom, #E8E8E8 5%, #C9C5C5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#C9C5C5',GradientType=0);
	background-color:#E8E8E8;
	border:1px solid #dcdcdc;
	color:#222222;
	text-shadow:0px 1px 0px #ffffff;
}
.preview:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #C9C5C5), color-stop(1, #E8E8E8));
	background:-moz-linear-gradient(top, #C9C5C5 5%, #E8E8E8 100%);
	background:-webkit-linear-gradient(top, #C9C5C5 5%, #E8E8E8 100%);
	background:-o-linear-gradient(top, #C9C5C5 5%, #E8E8E8 100%);
	background:-ms-linear-gradient(top, #C9C5C5 5%, #E8E8E8 100%);
	background:linear-gradient(to bottom, #C9C5C5 5%, #E8E8E8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C9C5C5', endColorstr='#E8E8E8',GradientType=0);
	background-color:#C9C5C5;
}

.export {
	padding:8px 18px 8px 18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #57A26D), color-stop(1, #369366));
	background:-moz-linear-gradient(top, #57A26D 5%, #369366 100%);
	background:-webkit-linear-gradient(top, #57A26D 5%, #369366 100%);
	background:-o-linear-gradient(top, #57A26D 5%, #369366 100%);
	background:-ms-linear-gradient(top, #57A26D 5%, #369366 100%);
	background:linear-gradient(to bottom, #57A26D 5%, #369366 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#57A26D', endColorstr='#369366',GradientType=0);
	background-color:#369366;
	border:1px solid #007611;
	text-shadow:0px 1px 0px #005F00;
    color: #FFFFFF;
}
.export:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #57A26D));
	background:-moz-linear-gradient(top, #369366 5%, #57A26D 100%);
	background:-webkit-linear-gradient(top, #369366 5%, #57A26D 100%);
	background:-o-linear-gradient(top, #369366 5%, #57A26D 100%);
	background:-ms-linear-gradient(top, #369366 5%, #57A26D 100%);
	background:linear-gradient(to bottom, #369366 5%, #57A26D 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#369366', endColorstr='#57A26D',GradientType=0);
	background-color:#369366;
}

.inport {
	padding:8px 16px 8px 18px;
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #369366), color-stop(1, #57A26D));
	background:-moz-linear-gradient(top, #369366 5%, #57A26D 100%);
	background:-webkit-linear-gradient(top, #369366 5%, #57A26D 100%);
	background:-o-linear-gradient(top, #369366 5%, #57A26D 100%);
	background:-ms-linear-gradient(top, #369366 5%, #57A26D 100%);
	background:linear-gradient(to bottom, #369366 5%, #57A26D 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#369366', endColorstr='#57A26D',GradientType=0);
	background-color:#369366;
	border:1px solid #007611;
	text-shadow:0px 1px 0px #005F00;
    color: #FFFFFF;
}
.inport:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #57A26D), color-stop(1, #369366));
	background:-moz-linear-gradient(top, #57A26D 5%, #369366 100%);
	background:-webkit-linear-gradient(top, #57A26D 5%, #369366 100%);
	background:-o-linear-gradient(top, #57A26D 5%, #369366 100%);
	background:-ms-linear-gradient(top, #57A26D 5%, #369366 100%);
	background:linear-gradient(to bottom, #57A26D 5%, #369366 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#57A26D', endColorstr='#369366',GradientType=0);
	background-color:#E950E8;
}

@keyframes move {
	0% { text-indent: 0; }
	50% { text-indent: 100%; }
	100% { text-indent: 0; }
}

.submit-move {
	animation: move 1s infinite;
}
/*----------------------------------------------------------*/
.searching {
	margin:0px auto;
	padding:0px;
	width:99%;
	border:1px groove #000000;

	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}.searching input[type="text"]{
    width:120px;
	border-radius:4px;
}.searching table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.searching tr{ background-color:#E1F0FF; }
.searching thead th{
	background: -webkit-linear-gradient(#bddbfa #80b5ea);
    background: -moz-linear-gradient(#bddbfa, #80b5ea);
    background: linear-gradient(#bddbfa, #80b5ea);
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 0px;
	font-size:13px;
	font-family: "BTitr", "B Titr", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:6px 0px;
	color:#313030;
}
.searching tr td{
	padding-right:7px;
	padding-top:5px;
	border:0px solid #000000;
	vertical-align:central;
	text-align:center;
}

.dialog-help{
	margin:-28px 190px 0px 0px;
	position: absolute;
}
/*------------------افکت چک باکس ها-------------------------*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  
  input[type='checkbox'].check-2,
  input[type='radio'].check-2 {
    --active: #28D932;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #F9B2B2;
    --border-hover: #28D932;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #F9B2B2;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}
/*------------------افکت چک باکس ها-------------------------*/
/*----------------------------------------------------------*/
table.ViewItesmGrid {
	width: 99.5%;
	border-spacing: 1px;
	background-color: #e7e7e7;
	color: #333;
	text-shadow:1px 1px #FFF;
	/*font-weight:bold;*/
	margin:15px 0 15px 0;
	
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	 
	 -moz-border-radius-bottomleft: 5px;
	 -webkit-border-bottom-left-radius: 5px;
	 border-bottom-left-radius: 5px;
	 
	 -moz-border-radius-bottomright: 5px;
	 -webkit-border-bottom-right-radius: 5px;
	 border-bottom-right-radius: 5px;
}
table.ViewItesmGrid thead {
	/*background: url(images/tool.png) repeat-x #f0f0f0;*/
	background-color:#FFFFFF;
	background: -webkit-linear-gradient(#EDEDED, #D6D6D6);
    background: -moz-linear-gradient(#EDEDED, #D6D6D6);
    background: linear-gradient(#EDEDED, #D6D6D6);
	
	  -moz-border-radius-topleft: 5px;
	  -webkit-border-top-left-radius: 5px;
	  border-top-left-radius: 5px;
	  
	  -moz-border-radius-topright: 5px;
	  -webkit-border-top-right-radius: 5px;
	  border-top-right-radius: 5px;	
}

table.ViewItesmGrid thead th {
	color: #464646;
	text-align: center;
	font-family: "BTitr", "B Titr", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
	height:30px;
	padding: 2px;	
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
	text-shadow:1px 1px #CCC; 
}
/*--------تنظیمات رنگ پس زمینه جدول ها زمانی که موس روی آنها قرار میگیرد------------*/
table.ViewItesmGrid tbody tr.row0:hover td {
	background-color: #ffd;
}
table.ViewItesmGrid tbody tr.row1 td {
	background-color: #DDFFDE;
	font-weight:bold;
}
table.ViewItesmGrid tbody tr.row1:hover td {
	background-color: #DDDFFF;
	font-weight:bold;
}
table.ViewItesmGrid tbody tr.row2 td {
	background-color: #FCF6FF;
	/*background-color: #F8FFFA;*/
}
table.ViewItesmGrid tbody tr.row2:hover td {
	background-color: #ffd;
}
/*---------تنظیمات رنگ پس زمینه  و نوار های جدول ها----------*/
table.ViewItesmGrid tbody tr td {
    height: 25px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding:5px 7px 5px 7px;
	font-family: "BHoma", "B Homa", "BMitra", "B Mitra", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
}
table.ViewItesmGrid td {
	border-bottom:1px solid #999;
	padding:5px;
	direction:rtl;
}

table.ViewItesmGrid td.center {
	text-align:center;
}

table.ViewItesmGrid tfoot th, table.ViewItesmGrid tfoot td {
    font-family: "BTitrBold", "BTitr", "B Titr", Arial, Helvetica, sans-serif;
    background-color: #f3f3f3;
    border-top: 1px solid #999; 
    text-align: center;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*----------------------------------------------------------*/
table.list {
	width: 99%;
    margin-top: 5px;
	position: relative;
	width:100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	border:1px groove #999999;
	padding:0px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
table.list thead:first-child th {
	background: -webkit-linear-gradient(#E1E1E1, #CCCCCC);
    background: -moz-linear-gradient(#E1E1E1, #CCCCCC);
    background: linear-gradient(#E1E1E1, #CCCCCC);
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 0px;
	font-size:16px;
	font-family: "BTitrBold", "BTitr", "B Titr", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:6px 0px;
	color:#313030;
}
table.list tbody {
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
}
table.list tbody tr.row1 td {
	background-color: #DDFFDE;
	font-weight:bold;
}
table.list tbody tr.row1:hover td {
	background-color: #DDDFFF;
	font-weight:bold;
}
table.list tbody td {
    padding-right: 5px;
    padding-left: 5px;
	line-height:35px;
}
table.list tbody td img {
    vertical-align:middle;
}
table.list tr:last-child td:last-child {
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
}
table.list tbody tr:first-child td:first-child {
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}
table.list tbody tr:first-child td:last-child {
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
}
table.list tbody tr:last-child td:first-child {
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
}
table.list tbody tr:hover td {
	background-color:#FFDBB7;
}
table.list tr:nth-child(odd) {
    background-color:#EDEDED;
}
table.list tr:nth-child(even) {
    background-color:#ffffff;
}
table.list td {
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 0px 1px 0px;
	text-align:center;
	padding:0px;
	font-size:13px;
	font-weight:normal;
	color:#000000;
}
table.list tr:last-child td {
	border-width:0px 0px 0px 0px;
}
table.list tr td:last-child {
	border-width:0px 0px 1px 0px;
}
table.list tr:last-child td:last-child {
	border-width:0px 0px 0px 0px;
}
table.list tbody tr:first-child td:first-child {
	border-width:0px 0px 1px 0px;
}
table.list tbody tr:first-child td:last-child {
	border-width:0px 0px 1px 0px;
}
table.list tfoot th, table.list tfoot td {
    font-family: "BTitr", "B Titr", Tahoma, Arial, Helvetica, sans-serif;
    background: -webkit-linear-gradient(#E1E1E1, #CCCCCC);
    background: -moz-linear-gradient(#E1E1E1, #CCCCCC);
    background: linear-gradient(#E1E1E1, #CCCCCC);
    background-color: #f3f3f3;
    
    border-top: 1px solid #999;
    text-align: center;
    height: 35px;
    -moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
/*----------------------------------------------------------*/
.profile-list {
    display: flex; /* استفاده از flex برای چیدمان */
    flex-wrap: wrap; /* اجازه دادن به خط‌های جدید */
    justify-content: center; /* مرکز کردن در خط */
}
.profile-container {
    display: flex; /* استفاده از flex برای چیدمان */
    flex-direction: column; /* چیدمان عمودی */
    align-items: center; /* مرکز کردن محتوا */
    margin-bottom: 20px; /* فاصله بین هر پروفایل */
	margin-left: 30px;
}
.profile-img {
    width: 100px; /* عرض div */
    height: 100px; /* ارتفاع div */
    border-radius: 50%; /* ایجاد شکل دایره‌ای */
    overflow: hidden; /* مخفی کردن بخش‌های اضافی */
    display: flex; /* مرکز کردن تصویر */
    justify-content: center; /* مرکز کردن افقی */
    align-items: center; /* مرکز کردن عمودی */
}

.profile-img img {
    width: 90px; /* عرض تصویر */
    height: auto; /* حفظ نسبت ابعاد تصویر */
    position: relative; /* اجازه دادن به موقعیت‌دهی */
	top: 8px;
	right: -1px; /* جابجایی تصویر برای مرکز کردن */
}

.profile-name {
    text-align: center; /* مرکز کردن متن */
    margin-top: 10px; /* فاصله بین تصویر و نام */
}
/*----------------------------------------------------------*/
.question-box
{
    position: absolute;
    margin-right: 40px;
    max-width: 600px;
}
.question-item
{
  padding: 10px;
  margin-bottom: 3px;
  border: 1px solid #3F0001;
  background-color: #f2f2f2;
  cursor: pointer;
}
.question-item:hover
{
  background-color: #e0e0e0;
}
.question-none
{
  position: absolute;
  padding: 3px;
  margin-right: -40px;
  margin-bottom: 3px;
  border: 1px solid #140090;
  background-color: #FFFFFF;
  cursor: pointer;
  border-radius: 8px;
}
/*----------------------------نوار وضعیت میزان فضای هاست------------------------------*/
.progress-label {
  float: left;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.progress-bar {
  height: 20px;
  position: relative;
  border-radius: 10px;
  background-color: #eee;
}
.progress-bar-fill {
  height: 100%;
  border-radius: 10px;
  background-color: green;
}
/*----------------------------------------------------------*/
.list-mini {
	margin:0px auto;
	padding:0px;
	width:99%;
	overflow-y:auto;
	border:1px groove #999999;

	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.list-mini table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.list-mini tr:last-child td:last-child {
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
}
.list-mini table tr:first-child td:first-child {
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}
.list-mini table tr:first-child td:last-child {
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
}.list-mini tr:last-child td:first-child{
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
}.list-mini tr:hover td{
	background-color:#FFDBB7;
}
.list-mini tr:nth-child(odd){ background-color:#EDEDED; }
.list-mini tr:nth-child(even)    { background-color:#ffffff; }.list-mini td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 0px 1px 0px;
	text-align:center;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}.list-mini tr:last-child td{
	border-width:0px 0px 0px 0px;
}.list-mini tr td:last-child{
	border-width:0px 0px 1px 0px;
}.list-mini tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}.list-mini td{
	line-height:24px;
	vertical-align:middle;
}.list-mini td img{
	vertical-align:middle;
}
.list-mini thead:first-child th{
	background: -webkit-linear-gradient(#E1E1E1, #CCCCCC);
    background: -moz-linear-gradient(#E1E1E1, #CCCCCC);
    background: linear-gradient(#E1E1E1, #CCCCCC);
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 0px;
	font-size:12px;
	font-family: "BTitr", "B Titr", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:6px 0px;
	color:#313030;
}
.list-mini thead:first-child:hover th{
	/*background:-o-linear-gradient(bottom, #5b5a59 5%, #bfbbb7 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5b5a59), color-stop(1, #bfbbb7) );
	background:-moz-linear-gradient( center top, #5b5a59 5%, #bfbbb7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5a59", endColorstr="#bfbbb7");
	background: -o-linear-gradient(top,#5b5a59,bfbbb7);
	background-color:#5b5a59;*/
}
.list-mini tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.list-mini tr:first-child td:last-child{
	border-width:0px 0px 1px 0px;
}
img.img_view {
    float: left;
    padding-right: 10px;
    max-width: 300px;
    height: auto;
    transition: transform 0.3s;
}

img.img_view:hover {
    transform: scale(140%);
}

img.view_profile {
    max-width: 44px;
    max-height: 60px;
    transition: transform 0.3s;
}

img.view_profile:hover {
    transform: scale(225%);
}
.preview_homework p, .preview_homework span {
    font-family: 'B Homa', 'B Yekan', Tahoma , sans-serif;
    font-size: 14px;
	text-align:justify;
	direction:rtl;
}

.preview_homework h1 {
    font-family: "BTitrBold", "BTitr", "B Titr", Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.preview_homework h2 {
    font-family: "BTitrBold", "BTitr", "B Titr", Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.preview_homework h3, preview_homework h4 {
    font-family: "BTitrBold", "BTitr", "B Titr", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.preview_homework h5, preview_homework h6 {;
    font-family: "BTitrBold", "BTitr", "B Titr", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.preview_homework img {
    max-width: 400px;
}

.preview_homework a {
    color: black;
    text-decoration: none;
}
.preview_homework a:hover {
	color: #B100FF;
}

div.massage {
	position: absolute;
	width: 96%;
	padding: 5px 0px 5px 0px;
	border: 1px solid #999;
	margin-bottom:0px;
	border-radius: 5px;
	bottom: 3%;
	font-family: B Titr;
	font-size: 14px;
	text-align: center;
}
div.close {
	position:fixed;
	margin:3px 8px 0px 0px;
	border:2px solid #990000;
	border-radius:5px;
	padding:1px 5px 1px 5px;
	cursor:pointer;
}
div.accept {
	background-color: #FFF5CF;
	color: #6A481B;
}
div.info {
	background-color: aliceblue;
	color: blue;
}
div.ok {
	background-color: aliceblue;
	color: green;
}
div.error {
	background-color: aliceblue;
	color: red;
}

.keywords {
	float: right;
	color: #000000;
	font-size: 1.05em;
	direction: rtl;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #949494;
	border-radius: 8px;
	background-color: #E9E9E9;
	padding: 8px 18px 8px 5px;
	margin: 2px;	
}

.specification {
	direction: rtl;
	text-align: right;
	font-size: 1.01em;
	vertical-align: middle;
	border: 0;
	border-radius: 5px;
	background-color: #E9E9E9;
	padding: 5px 5px;
	margin-bottom: 5px;
	width: 99%;
}
img.poster {
    margin-right:20px;
    max-width:300px;
    border-radius: 5px; /* optional: برای گرد کردن گوشه‌های عکس */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* سایه دور عکس */
    transition: box-shadow 0.3s ease-in-out; /* افکت محو شدن سایه */
}

img.poster:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); /* بزرگتر شدن سایه هنگام هاور */
}