@font-face {
		font-family: 'yekan';
		src: url('/fonts/Yekan.eot?#') format('eot'),  
			 url('/fonts/Yekan.woff') format('woff'),
			 url('/fonts/Yekan.ttf') format('truetype');
		font-style:normal;
		font-weight:normal;
		}

@font-face {
		font-family: dastnevis;
		src: url('/fonts/ADastNevis.ttf') format('truetype');
		font-style:normal;
		font-weight:normal;
		}


::-webkit-scrollbar
{
  width: 7px;  /* for vertical scrollbars */
  height: 7px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}

html
{
	height: 100%;
}

body
{
	font-family:'yekan',tahoma;
	font-size:14px;
	z-index:0;
    margin:0;
    padding:0;
	text-decoration:none;
	color:black;
	height:100%;
	background-color: #f2f2f2;
	 overflow-x: hidden;
	
}

td
{
	font-size:14px;
	color:black;
}

img
{
	max-width: 100%;
	height: auto;
}

a.white
{
	color:white;
}

a.white:hover
{
	color:#ccc;
}

a
{
	font-family:'yekan',tahoma;
	text-decoration:none;
	cursor:pointer;
	outline: none;
	color: inherit;
	
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

a:hover
{
	color:#ffdd39;
}

a.white
{
	color:white;
}

a:hover.white
{
	color:#ffdd39;
}

td.copyr,div.copyr,a.copyr
{
	font-size:14px;
	color:#333;
}

a:hover.copyr
{
	font-size:14px;
	color:#666;
}
td.copyr2,div.copyr2,a.copyr2
{
	font-size:14px;
	color:#666;
}

a:hover.copyr2
{
	color:#eee;
}


.shadow
{
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.5); 
	-ms-box-shadow: 1px 1px 10px rgba(0,0,0,0.5); 
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.5); 
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5); 
}

.shadow2 {  
    -moz-box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 7px 2px rgba(0,0,0,0.3);
}

.en_shadow2 { 
    -moz-box-shadow: -2px 4px 5px -2px rgba(0,0,0,0.3);
	-ms-box-shadow: -2px 4px 5px -2px rgba(0,0,0,0.3);
	-o-box-shadow: -2px 4px 5px -2px rgba(0,0,0,0.3);
	box-shadow: -2px 4px 5px -2px rgba(0,0,0,0.3);
} 
 
 
  .textbox,.textbox22,.textbox23,.testt { 
  margin:3px;
    border: 1px solid #c4c4c4; 
    height: 30px; 
    font-family:Tahoma, Geneva, sans-serif;
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
	text-align:center;
} 
 
.textbox:focus,.textbox22:focus,.textbox23:focus,.testt:focus,.textboxarea:focus { 
    outline: none; 
    border: 1px solid #ffdd39; 
    box-shadow: 0px 0px 8px #ffdd39; 
    -moz-box-shadow: 0px 0px 8px #ffdd39; 
    -webkit-box-shadow: 0px 0px 8px #ffdd39; 
} 


  .textboxbb { 
  margin:3px;
    border: 1px solid #c4c4c4; 
    height: 30px; 
    font-family:Tahoma, Geneva, sans-serif;
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
	background: #ffdd39 ; 
	color:white;
} 
 
.textboxbb:hover { 
    outline: none; 
    border: 1px solid #ffdd39; 
    box-shadow: 0px 0px 8px #ffdd39; 
    -moz-box-shadow: 0px 0px 8px #ffdd39; 
    -webkit-box-shadow: 0px 0px 8px #ffdd39; 
	background-color: #ffdd39; 
} 



input[type=text],input[type=password],select,textarea,input[type=number] { 
    margin:3px;
	background-color: #fafafa;
	border: 1px solid #ddd; 
    border-bottom: 1px solid #bbb; 
    height: 40px; 
    font-family:'yekan',tahoma;
    font-size: 13px; 
    padding: 0px 4px 0px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
	text-align:right;
	outline: none; 
	
	
	
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
} 

textarea{
	height: auto;
	padding: 5px 4px;
}
 


input[type=text]:focus,input[type=password]:focus,select:focus,textarea:focus,input[type=number]:focus { 
    
    border-bottom: 1px solid #ffdd39; 
	background-color:#fff;
} 

input[type=text].sss,input[type=number].sss { 
    outline: none; 
    border: 1px solid #ccc; 
    box-shadow: 0px 0px 0px #ccc; 
    -moz-box-shadow: 0px 0px 0px #ccc; 
    -webkit-box-shadow: 0px 0px 0px #ccc; 
	background-color: #fff;
} 

input[type=text].sss:focus,input[type=number].sss:focus { 
    outline: none; 
    border: 1px solid #ccc; 
	background-color: #eee;
} 

input[type=button],input[type=reset],input[type=submit] { 
    margin:3px;
    border: 1px solid #c4c4c4; 
    height: 40px; 
    font-family:'yekan',tahoma;
    font-size: 13px; 
    padding: 4px 10px; 
	background: #ffdd39; 
	color:black;
	cursor:pointer;
	position: relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
	
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	
} 

input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover { 
    outline: none; 
	background-color: #ffeb8a; 
} 





input[type=button].sss,input[type=submit].sss { 
	background-color: #333;
} 
 
input[type=button].sss:hover,input[type=submit].sss:hover { 
	background-color: #ffdd39; 
	border: 1px solid #ccc; 
    box-shadow: 0px 0px 8px #ccc; 
    -moz-box-shadow: 0px 0px 8px #ccc; 
    -webkit-box-shadow: 0px 0px 8px #ccc; 
} 

.tree,
.tree ul {
  margin:0;
  padding:0;
  list-style:none;
}

.tree ul {
  margin-left:1em; /* indentation */
  position:relative;
}

.tree ul ul {margin-left:.5em} /* (indentation/2) */

.tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  border-left:1px solid;
}

.tree li {
  margin:0;
  padding:0 1.5em; /* indentation + .5em */
  line-height:1.8em; /* default list item's `line-height` */
  color:#369;
  position:relative;
}

.tree ul li:before {
  content:"";
  display:block;
  width:10px; /* same with indentation */
  height:0;
  border-top:1px solid;
  margin-top:-1px; /* border top width */
  position:absolute;
  top:1em; /* (line-height/2) */
  right:0;
}

.tree ul li:last-child:before {
  background:white; /* same with body background */
  height:auto;
  top:1em; /* (line-height/2) */
  bottom:0;
}


.box 
{ 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-ms-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px; 
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,1); 
	-ms-box-shadow: 1px 1px 10px rgba(0,0,0,1); 
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,1); 
	box-shadow: 1px 1px 10px rgba(0,0,0,1); 
} 

.imgbox 
{ 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-ms-border-radius: 8px; 
	-o-border-radius: 8px; 
	border-radius: 8px; 
} 


.box8
{ 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-ms-border-radius: 8px; 
	-o-border-radius: 8px; 
	border-radius: 8px; 
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	-ms-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
} 

.box8-bottom
{ 
	-webkit-border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-ms-border-bottom-right-radius: 8px; 
	-o-border-bottom-right-radius: 8px; 
	border-bottom-right-radius: 8px; 
	
	-webkit-border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-ms-border-bottom-left-radius: 8px; 
	-o-border-bottom-left-radius: 8px; 
	border-bottom-left-radius: 8px; 
	
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	-ms-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
} 

.box12
{ 
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	-ms-border-radius: 12px; 
	-o-border-radius: 12px; 
	border-radius: 12px; 
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.2); 
	-ms-box-shadow: 0px 3px 6px rgba(0,0,0,0.2); 
	-o-box-shadow: 0px 3px 6px rgba(0,0,0,0.2); 
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2); 
} 

.box12-2
{ 
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	-ms-border-radius: 12px; 
	-o-border-radius: 12px; 
	border-radius: 12px; 
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.2); 
	-ms-box-shadow: 0px 0px 6px rgba(0,0,0,0.2); 
	-o-box-shadow: 0px 0px 6px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2); 
} 

.box82
{ 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-ms-border-radius: 8px; 
	-o-border-radius: 8px; 
	border-radius: 8px; 
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3); 
	-ms-box-shadow: 1px 1px 4px rgba(0,0,0,0.3); 
	-o-box-shadow: 1px 1px 4px rgba(0,0,0,0.3); 
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3); 
} 

.box4
{ 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-ms-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; 
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	-ms-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
} 

.box4-top
{ 
	-webkit-border-top-right-radius: 4px; 
	-moz-border-top-right-radius: 4px; 
	-ms-border-top-right-radius: 4px; 
	-o-border-top-right-radius: 4px; 
	border-top-right-radius: 4px; 
	
	-webkit-border-top-left-radius: 4px; 
	-moz-border-top-left-radius: 4px; 
	-ms-border-top-left-radius: 4px; 
	-o-border-top-left-radius: 4px; 
	border-top-left-radius: 4px; 
	
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	-ms-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
} 

.radius25
{ 
	-webkit-border-radius: 25px; 
	-moz-border-radius: 25px; 
	-ms-border-radius: 25px; 
	-o-border-radius: 25px; 
	border-radius: 25px; 
} 

.radius4
{ 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-ms-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px; 
} 


.radius8
{ 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-ms-border-radius: 8px; 
	-o-border-radius: 8px; 
	border-radius: 8px; 
} 


.radius4-top
{ 
	-webkit-border-top-right-radius: 4px; 
	-moz-border-top-right-radius: 4px; 
	-ms-border-top-right-radius: 4px; 
	-o-border-top-right-radius: 4px; 
	border-top-right-radius: 4px; 
	
	-webkit-border-top-left-radius: 4px; 
	-moz-border-top-left-radius: 4px; 
	-ms-border-top-left-radius: 4px; 
	-o-border-top-left-radius: 4px; 
	border-top-left-radius: 4px; 
} 

.radius4-bottom
{ 
	-webkit-border-bottom-right-radius: 4px; 
	-moz-border-bottom-right-radius: 4px; 
	-ms-border-bottom-right-radius: 4px; 
	-o-border-bottom-right-radius: 4px; 
	border-bottom-right-radius: 4px; 
	
	-webkit-border-bottom-left-radius: 4px; 
	-moz-border-bottom-left-radius: 4px; 
	-ms-border-bottom-left-radius: 4px; 
	-o-border-bottom-left-radius: 4px; 
	border-bottom-left-radius: 4px; 
} 


.radius
{ 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-ms-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px; 
} 


.radius8
{ 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-ms-border-radius: 8px; 
	-o-border-radius: 8px; 
	border-radius: 8px; 
} 


.radius8-right
{ 
	-webkit-border-top-right-radius: 8px; 
	-moz-border-top-right-radius: 8px; 
	-ms-border-top-right-radius: 8px; 
	-o-border-top-right-radius: 8px; 
	border-top-right-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-ms-border-bottom-right-radius: 8px; 
	-o-border-bottom-right-radius: 8px; 
	border-bottom-right-radius: 8px; 
} 

.radius8-left
{ 
	-webkit-border-top-left-radius: 8px; 
	-moz-border-top-left-radius: 8px; 
	-ms-border-top-left-radius: 8px; 
	-o-border-top-left-radius: 8px; 
	border-top-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-ms-border-bottom-left-radius: 8px; 
	-o-border-bottom-left-radius: 8px; 
	border-bottom-left-radius: 8px; 
} 

.radius8-top
{ 
	-webkit-border-top-right-radius: 8px; 
	-moz-border-top-right-radius: 8px; 
	-ms-border-top-right-radius: 8px; 
	-o-border-top-right-radius: 8px; 
	border-top-right-radius: 8px; 
	
	-webkit-border-top-left-radius: 8px; 
	-moz-border-top-left-radius: 8px; 
	-ms-border-top-left-radius: 8px; 
	-o-border-top-left-radius: 8px; 
	border-top-left-radius: 8px; 
} 

.radius8-topleft
{ 
	-webkit-border-top-left-radius: 8px; 
	-moz-border-top-left-radius: 8px; 
	-ms-border-top-left-radius: 8px; 
	-o-border-top-left-radius: 8px; 
	border-top-left-radius: 8px; 
} 

.radius8-bottom
{ 
	-webkit-border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-ms-border-bottom-right-radius: 8px; 
	-o-border-bottom-right-radius: 8px; 
	border-bottom-right-radius: 8px; 
	
	-webkit-border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-ms-border-bottom-left-radius: 8px; 
	-o-border-bottom-left-radius: 8px; 
	border-bottom-left-radius: 8px; 
} 




.radius16
{ 
	-webkit-border-radius: 16px; 
	-moz-border-radius: 16px; 
	-ms-border-radius: 16px; 
	-o-border-radius: 16px; 
	border-radius: 16px; 
} 

.radius16-right
{ 
	-webkit-border-top-right-radius: 16px; 
	-moz-border-top-right-radius: 16px; 
	-ms-border-top-right-radius: 16px; 
	-o-border-top-right-radius: 16px; 
	border-top-right-radius: 16px; 
	
	-webkit-border-bottom-right-radius: 16px; 
	-moz-border-bottom-right-radius: 16px; 
	-ms-border-bottom-right-radius: 16px; 
	-o-border-bottom-right-radius: 16px; 
	border-bottom-right-radius: 16px; 
} 

.radius14-right
{ 
	-webkit-border-top-right-radius: 14px; 
	-moz-border-top-right-radius: 14px; 
	-ms-border-top-right-radius: 14px; 
	-o-border-top-right-radius: 14px; 
	border-top-right-radius: 14px; 
	
	-webkit-border-bottom-right-radius: 14px; 
	-moz-border-bottom-right-radius: 14px; 
	-ms-border-bottom-right-radius: 14px; 
	-o-border-bottom-right-radius: 14px; 
	border-bottom-right-radius: 14px; 
} 

.radius16-left
{ 
	-webkit-border-top-left-radius: 16px; 
	-moz-border-top-left-radius: 16px; 
	-ms-border-top-left-radius: 16px; 
	-o-border-top-left-radius: 16px; 
	border-top-left-radius: 16px; 
	
	-webkit-border-bottom-left-radius: 16px; 
	-moz-border-bottom-left-radius: 16px; 
	-ms-border-bottom-left-radius: 16px; 
	-o-border-bottom-left-radius: 16px; 
	border-bottom-left-radius: 16px; 
} 

.radius14-left
{ 
	-webkit-border-top-left-radius: 14px; 
	-moz-border-top-left-radius: 14px; 
	-ms-border-top-left-radius: 14px; 
	-o-border-top-left-radius: 14px; 
	border-top-left-radius: 14px; 
	
	-webkit-border-bottom-left-radius: 14px; 
	-moz-border-bottom-left-radius: 14px; 
	-ms-border-bottom-left-radius: 14px; 
	-o-border-bottom-left-radius: 14px; 
	border-bottom-left-radius: 14px; 
} 

.radius-top
{ 
	-webkit-border-top-right-radius: 10px; 
	-moz-border-top-right-radius: 10px; 
	-ms-border-top-right-radius: 10px; 
	-o-border-top-right-radius: 10px; 
	border-top-right-radius: 10px; 
	-webkit-border-top-left-radius: 10px; 
	-moz-border-top-left-radius: 10px; 
	-ms-border-top-left-radius: 10px; 
	-o-border-top-left-radius: 10px; 
	border-top-left-radius: 10px; 
} 

.radius-bottom
{ 
	-webkit-border-bottom-right-radius: 10px; 
	-moz-border-bottom-right-radius: 10px; 
	-ms-border-bottom-right-radius: 10px; 
	-o-border-bottom-right-radius: 10px; 
	border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
	-moz-border-bottom-left-radius: 10px; 
	-ms-border-bottom-left-radius: 10px; 
	-o-border-bottom-left-radius: 10px; 
	border-bottom-left-radius: 10px; 
} 


.radius12-top
{ 
	-webkit-border-top-right-radius: 12px; 
	-moz-border-top-right-radius: 12px; 
	-ms-border-top-right-radius: 12px; 
	-o-border-top-right-radius: 12px; 
	border-top-right-radius: 12px; 
	-webkit-border-top-left-radius: 12px; 
	-moz-border-top-left-radius: 12px; 
	-ms-border-top-left-radius: 12px; 
	-o-border-top-left-radius: 12px; 
	border-top-left-radius: 12px; 
} 

.radius12-bottom
{ 
	-webkit-border-bottom-right-radius: 12px; 
	-moz-border-bottom-right-radius: 12px; 
	-ms-border-bottom-right-radius: 12px; 
	-o-border-bottom-right-radius: 12px; 
	border-bottom-right-radius: 12px; 
	-webkit-border-bottom-left-radius: 12px; 
	-moz-border-bottom-left-radius: 12px; 
	-ms-border-bottom-left-radius: 12px; 
	-o-border-bottom-left-radius: 12px; 
	border-bottom-left-radius: 12px; 
} 

.imgboxtrans
{ 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-ms-border-radius: 8px; 
	-o-border-radius: 8px; 
	border-radius: 8px; 
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	-o-box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2); 
	
	-webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
	opacity: 0.8;
    filter: alpha(opacity=80);
} 

.imgboxtrans:hover
{ 
	-webkit-transform: scale(1.1) rotate(5deg);
	-moz-transform: scale(1.1) rotate(5deg);
	-ms-transform: scale(1.1) rotate(5deg);
	-o-transform: scale(1.1) rotate(5deg);
	transform: scale(1.1) rotate(5deg);
	opacity: 1.0;
    filter: alpha(opacity=100);
} 


.box8
{ 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	-ms-border-radius: 8px; 
	-o-border-radius: 8px; 
	border-radius: 8px; 
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	-ms-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	-o-box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4); 
} 


.radius
{ 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	-ms-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px; 
} 

.radius-top
{ 
	-webkit-border-top-right-radius: 10px; 
	-moz-border-top-right-radius: 10px; 
	-ms-border-top-right-radius: 10px; 
	-o-border-top-right-radius: 10px; 
	border-top-right-radius: 10px; 
	-webkit-border-top-left-radius: 10px; 
	-moz-border-top-left-radius: 10px; 
	-ms-border-top-left-radius: 10px; 
	-o-border-top-left-radius: 10px; 
	border-top-left-radius: 10px; 
} 

.radius-bottom
{ 
	-webkit-border-bottom-right-radius: 10px; 
	-moz-border-bottom-right-radius: 10px; 
	-ms-border-bottom-right-radius: 10px; 
	-o-border-bottom-right-radius: 10px; 
	border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
	-moz-border-bottom-left-radius: 10px; 
	-ms-border-bottom-left-radius: 10px; 
	-o-border-bottom-left-radius: 10px; 
	border-bottom-left-radius: 10px; 
} 

.radius-left
{ 
	-webkit-border-bottom-left-radius: 10px; 
	-moz-border-bottom-left-radius: 10px; 
	-ms-border-bottom-left-radius: 10px; 
	-o-border-bottom-left-radius: 10px; 
	border-bottom-left-radius: 10px; 
	-webkit-border-top-left-radius: 10px; 
	-moz-border-top-left-radius: 10px; 
	-ms-border-top-left-radius: 10px; 
	-o-border-top-left-radius: 10px; 
	border-top-left-radius: 10px; 
} 

.radius-right
{ 
	-webkit-border-bottom-right-radius: 10px; 
	-moz-border-bottom-right-radius: 10px; 
	-ms-border-bottom-right-radius: 10px; 
	-o-border-bottom-right-radius: 10px; 
	border-bottom-right-radius: 10px; 
	-webkit-border-top-right-radius: 10px; 
	-moz-border-top-right-radius: 10px; 
	-ms-border-top-right-radius: 10px; 
	-o-border-top-right-radius: 10px; 
	border-top-right-radius: 10px; 
} 


select.nnn { 
    margin:0px;
    border: 1px solid #c4c4c4; 
    
    font-family:'yekan',tahoma;
    background-color:#ddd;
	font-size:18px;
	padding:0px 5px 0px 5px;
	height:40px;
	
    border-radius: 12px; 
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
	text-align:right;
	
	transition: all .3s ease-out;
    -moz-transition: all .3s ease-out; 
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
} 

select.nnn:focus { 
    background-color: #dcd1ad;
} 


input[type=submit].nnnb { 
    margin:10px 5px 0px 0px;
    border: 1px solid #c4c4c4; 
    height: 40px; 
	width: 185px;
    font-family:'yekan',tahoma;
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 12px; 
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
	background: #ffdd39 ; 
	color:white;
	cursor:pointer;
	
	transition: background .3s ease-out;
    -moz-transition: all .3s ease-out; 
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
} 
 
input[type=submit].nnnb:hover { 
    outline: none; 
    border: 1px solid #ffdd39; 
    box-shadow: 0px 0px 8px #ffdd39; 
    -moz-box-shadow: 0px 0px 8px #ffdd39; 
    -webkit-box-shadow: 0px 0px 8px #ffdd39; 
	background-color: #cb2559; 
} 



input[type=text].regpage,input[type=password].regpage,input[type=number].regpage { 
	width: calc(100% - 14px);
	text-align: center;
} 

select.regpage { 
	width: calc(100% - 4px);
	text-align: center;
} 




input[type=range].rangebbb {
  -webkit-appearance: none;
  width: 100%;
  margin: 3.3px 0;
}
input[type=range].rangebbb:focus {
  outline: none;
}
input[type=range].rangebbb::-webkit-slider-runnable-track {
  width: 100%;
  height: 18.4px;
  cursor: pointer;
  box-shadow: 0.9px 0.9px 1.8px #000000, 0px 0px 0.9px #0d0d0d;
  background: #b93455;
  border-radius: 5.4px;
  border: 1.3px solid #010101;
}
input[type=range].rangebbb::-webkit-slider-thumb {
  box-shadow: 0px 0px 3.9px #000000, 0px 0px 0px #0d0d0d;
  border: 1.4px solid #000000;
  height: 25px;
  width: 14px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.6px;
}
input[type=range].rangebbb:focus::-webkit-slider-runnable-track {
  background: #d1647f;
}
input[type=range].rangebbb::-moz-range-track {
  width: 100%;
  height: 18.4px;
  cursor: pointer;
  box-shadow: 0.9px 0.9px 1.8px #000000, 0px 0px 0.9px #0d0d0d;
  background: #b93455;
  border-radius: 5.4px;
  border: 1.3px solid #010101;
}
input[type=range].rangebbb::-moz-range-thumb {
  box-shadow: 0px 0px 3.9px #000000, 0px 0px 0px #0d0d0d;
  border: 1.4px solid #000000;
  height: 25px;
  width: 14px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range].rangebbb::-ms-track {
  width: 100%;
  height: 18.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].rangebbb::-ms-fill-lower {
  background: #9b364f;
  border: 1.3px solid #010101;
  border-radius: 10.8px;
  box-shadow: 0.9px 0.9px 1.8px #000000, 0px 0px 0.9px #0d0d0d;
}
input[type=range].rangebbb::-ms-fill-upper {
  background: #b93455;
  border: 1.3px solid #010101;
  border-radius: 10.8px;
  box-shadow: 0.9px 0.9px 1.8px #000000, 0px 0px 0.9px #0d0d0d;
}
input[type=range].rangebbb::-ms-thumb {
  box-shadow: 0px 0px 3.9px #000000, 0px 0px 0px #0d0d0d;
  border: 1.4px solid #000000;
  height: 25px;
  width: 14px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  height: 18.4px;
}
input[type=range].rangebbb:focus::-ms-fill-lower {
  background: #b93455;
}
input[type=range].rangebbb:focus::-ms-fill-upper {
  background: #d1647f;
}








input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 2px solid #ddd;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: .5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  text-align: center;
}


.uiRadio, .uiCheckBox {
	border: 1px solid #bbb;
	padding: 8px 16px;
	padding-right: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.3s;
	gap: 4px;
	position: relative;
	margin: 4px;
}
.uiRadio input, .uiCheckBox input {
	display: none;
}
.uiRadio:has(input:checked),
.uiRadio.radioActive,
.uiCheckBox:has(input:checked) {
	border-color: #FFDD39;
	color: #d5b92c;
	background-color: #ffde3913;
}

.uiRadio::before, .uiCheckBox::before {
	position: absolute;
	content: '';
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background-color: #bbb;
	right: 18px;
	top: 11px;
	transition: all 0.3s;
}
.uiRadio:has(input:checked)::before,
.uiRadio.radioActive::before,
.uiCheckBox:has(input:checked)::before {
	background-color: #d5b92c;
}




.dropDown, .dropDown * {
  box-sizing: border-box;
}

.dropDown {
  width: 100%;
  height: fit-content;
  background-color: #fafafa;
  border: 1px solid  #ddd;
  margin: 10px auto;
  border-radius: 4px;
  position: relative;
}

.dropDown-handler {
  width: 100%;
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 16px 4px 8px;
  gap: 8px;
}

.dropDown-handler > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dropDown-handler > div > div {
  background-color: #bbbbbb40;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  height: 26px;
  padding: 0 8px 0 4px;
  border-radius: 32px;
  min-width: 72px;
}

.dropDown-handler > div > div i {
  cursor: pointer;
  background-color: #ffde39ad;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
}

.dropDown-wrapper {
  width: 100%;
  max-height: 200px;
  height: fit-content;
  position: absolute;
  background-color: #fafafa;
  border: 1px solid  #ddd;
  border-radius: 4px;
  top: calc(100% + 5px);
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  display: none;
  padding: 8px;
  overflow-y: scroll;
}

.dropDown-tabs-container {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 4px;
}

.dropDown-tab:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.dropDown-tab .dropDown-tab-toggle {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
}

.dropDown-tab .dropDown-tab-contents {
  width: 100%;
  height: fit-content;
  display: none;
}

.dropDown-tab .dropDown-tab-contents .dropDown-tab-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  width: 100%;
  height: 32px;
}