@charset "utf-8";

.txt-tny-fa,
.txt-sml-fa,
.txt-mid-fa,
.txt-lng-fa,
.txt-big-fa,
.txt-box-fa,
.txt-login-fa,
.txt-date,

.txt-tny-en,
.txt-sml-en,
.txt-mid-en,
.txt-lng-en,
.txt-big-en,
.txt-box-en,
.txt-login-en,
.txt-date {
	margin:0px;
	padding:3px;
	outline:0px;
	border:1px solid #ccc;
	border-radius:2px;
	box-shadow:0px 0px 2px #CCC inset;
	
	direction:rtl;
	text-align:right;
	font:12px tahoma;
	height:20px;
}

.txt-tny-en,
.txt-sml-en,
.txt-mid-en,
.txt-lng-en,
.txt-big-en,
.txt-box-en,
.txt-login-en,
.txt-date {
	text-align:center;
	direction:ltr;
}

.txt-tny-fa:focus,
.txt-sml-fa:focus,
.txt-mid-fa:focus,
.txt-lng-fa:focus,
.txt-big-fa:focus,
.txt-box-fa:focus,
.txt-login-fa:focus,
.txt-date:focus,

.txt-tny-en:focus,
.txt-sml-en:focus,
.txt-mid-en:focus,
.txt-lng-en:focus,
.txt-big-en:focus,
.txt-box-en:focus,
.txt-login-en:focus,
.txt-date:focus {
	border:1px solid #09F;
}

.txt-tny-fa,
.txt-tny-en {
	width:100px;
}
.txt-sml-fa,
.txt-sml-en {
	width:150px;
}
.txt-mid-fa,
.txt-mid-en {
	width:250px;
}
.txt-lng-fa,
.txt-lng-en {
	width:300px;
}
.txt-big-fa,
.txt-big-en {
	width:400px;
}
.txt-box-fa,
.txt-box-en {
	width:50%;
	height:28px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.txt-full-fa,
.txt-full-en {
	width:100%;
	height:28px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color: #FFF;
}
.txt-login-fa,
.txt-login-en
{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:35px;
	font-size:19px;
}
.txt-date{
	width:75px;
	background-image:url(../images/calendar.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:30px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	font-size:15px;
}
.txt-time{
	width:70px;
	
	border: 1px solid #CCCCCC;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 2px #CCCCCC inset;
	direction: rtl;
	font: 15px tahoma;
	height: 19px;
	margin: 0;
	outline: 0 none;
	padding: 4px 3px 3px 4px;
	text-align: right;
	
	background-color:#FFF;
	padding-left:5px;
	background-image:none;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}


.btu{
	width:19px;
	height:10px;
	position:absolute;
	padding:0px;
	margin:0px;
	top:1px;
	right:1px;
	background-image:url(../images/icons.png);
	background-color:#F1F1F1;
	background-position: -2px -6px;
	border: 1px solid #CCCCCC;
  border-radius: 2px 2px 2px 2px;
	z-index:1;
}
.btd{
	width:19px;
	height:10px;
	position:absolute;
	padding:0px;
	margin:0px;
	bottom:1px;
	right:1px;
	background-image:url(../images/icons.png);
	background-color:#F1F1F1;
	background-position: -2px -30px;
	border: 1px solid #CCCCCC;
  border-radius: 2px 2px 2px 2px;
	z-index:1;
}

.btu:hover{
	background-position: -25px -6px;
	background-color:#F5F5F5;
}
.btd:hover{
	background-position: -25px -30px;
	background-color:#F5F5F5;
}

.ttt{
	border:0px;
	outline:0px;
	border:none;
	padding:0px 1px 0px 1px;
	margin:0px;
	width:1.2em;
	float:left;
	text-align:center;

}

.dot{
		border:0px;
	outline:0px;
	border:none;
	padding:0px 1px 0px 1px;
	margin:0px;
	width:1.2em;
	float:left;
	text-align:center;
	line-height: 15px;
    padding-left: 3px;
    width: 0.2em;
		cursor:default;
}

.ttt:hover{
	background-color:#F90;
	color:#FFF;
}

.ttt:focus{
	background-color:#F60;
	color:#FFF;
}
/**/
.area-tny-fa,
.area-sml-fa,
.area-mid-fa,
.area-lng-fa,
.area-big-fa,
.area-box-fa,

.area-tny-en,
.area-sml-en,
.area-mid-en,
.area-lng-en,
.area-big-en,
.table-big-en,
.area-box-en,
.area-date {
	margin:0px;
	padding:3px;
	outline:0px;
	border:1px solid #ccc;
	border-radius:2px;
	box-shadow:0px 0px 2px #CCC inset;
	
	direction:rtl;
	text-align:right;
	font:12px tahoma;
	height:100px;
	
	resize:none;
}
.area-tny-en,
.area-sml-en,
.area-mid-en,
.area-lng-en,
.area-big-en,
.table-big-en,
.area-box-en,
.area-date {
	text-align:left;
	direction:ltr;
}
.area-tny-fa:focus,
.area-sml-fa:focus,
.area-mid-fa:focus,
.area-lng-fa:focus,
.area-big-fa:focus,
.area-box-fa:focus,

.area-tny-en:focus,
.area-sml-en:focus,
.area-mid-en:focus,
.area-lng-en:focus,
.area-big-en:focus,
.table-big-en:focus,
.area-box-en:focus {
	border:1px solid #09F;
}

.area-tny-fa,
.area-tny-en {
	width:100px;
}
.area-sml-fa,
.area-sml-en {
	width:150px;
}
.area-mid-fa,
.area-mid-en {
	width:250px;
}
.area-lng-fa,
.area-lng-en {
	width:300px;
}
.area-big-fa,
.area-big-en,
.table-big-en {
	width:400px;
}
.area-box-fa,
.area-box-en {
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
/**/
.sel-tny-fa,
.sel-sml-fa,
.sel-mid-fa,
.sel-lng-fa,
.sel-big-fa,
.sel-box-fa,

.sel-tny-en,
.sel-sml-en,
.sel-mid-en,
.sel-lng-en,
.sel-big-en,
.sel-box-en {
	margin:0px;
	padding:3px;
	outline:0px;
	border:1px solid #ccc;
	border-radius:2px;
	box-shadow:0px 0px 2px #CCC inset;
	
	direction:rtl;
	text-align:right;
	font:12px tahoma;
	height:28px;
	vertical-align: top;
}

.sel-sml-fa-red {
	margin:0px;
	padding:3px;
	outline:0px;
	border:1px solid #FCB1B9;
	border-radius:2px;
	box-shadow:0px 0px 2px #FCB1B9 inset;
	
	direction:rtl;
	text-align:right;
	font:12px tahoma;
	height:28px;
	vertical-align: top;
}

.sel-tny-fa:focus,
.sel-sml-fa:focus,
.sel-sml-fa-red:focus,
.sel-mid-fa:focus,
.sel-lng-fa:focus,
.sel-big-fa:focus,
.sel-box-fa:focus,


.sel-tny-en:focus,
.sel-sml-en:focus,
.sel-mid-en:focus,
.sel-lng-en:focus,
.sel-big-en:focus,
.sel-box-en:focus {
	border:1px solid #09F;
}

.sel-tny-en,
.sel-sml-en,
.sel-mid-en,
.sel-lng-en,
.sel-big-en,
.sel-box-en {
	direction:ltr;
	text-align:left;
}
.sel-tny-fa,
.sel-tny-en{
	width:108px;
}
.sel-sml-fa,
.sel-sml-en{
	width:110px;
}
.sel-mid-fa,
.sel-mid-en{
	width:258px;
}
.sel-lng-fa,
.sel-lng-en{
	width:308px;
}
.sel-big-fa,
.sel-big-en{
	width:408px;
}
.sel-box-fa,
.sel-box-en{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

option{
	padding:4px;
}
/**/
/**/
/**/

.btntxt{
	float:right;
	position:relative;
}
.btntxt [type="text"]{
	height:25px;
	font-size:25px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	border-right:none;
	padding-left:19px;

}
.btntxt .before-zero{
	color:#bbb;
	width:15px;
	height:26px;
	font:25px tahoma ;
	z-index:100px;
	position:absolute;
	left:6px;
	top:2px;
}
.btntxt [type="button"]{
	margin-left:0px;
	border-left:none;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}

/**/
/**/
/**/
.btn-add{
	background-color: #D14836;
  background-image: -moz-linear-gradient(center top , #DD4B39, #D14836);
	border: 1px solid transparent;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 0px #888888;
	color: #FFFFFF;
	cursor: default;
	float: right;
	height: 22px;
	padding: 3px 10px 6px 10px;
	font:bold 12px tahoma;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	margin:0px 0px 0px 10px;
	text-align:center;
	direction:rtl;
}
.btn-add:hover{
	background-color: #bd3f31;
  background-image: -moz-linear-gradient(center top , #DD4B39, #bd3f31);
	box-shadow: 0 0 2px #888888;
}
.btn-add-ok{
	background-color: #339900;
  background-image: -moz-linear-gradient(center top , #33FF66 #339900);
	border: 1px solid transparent;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 0px #888888;
	color: #FFFFFF;
	cursor: default;
	float: right;
	height: 22px;
	padding: 3px 10px 6px 10px;
	font:bold 12px tahoma;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	margin:0px 0px 0px 10px;
	text-align:center;
	direction:rtl;
}
.btn-add-ok:hover{
	background-color: #006600;
  background-image: -moz-linear-gradient(center top , #33FF33 #006600);
	box-shadow: 0 0 2px #888888;
}

.btn-ok{
	background-color: #4787ED;
  background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
	border: 1px solid transparent;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 0px #888888;
	color: #FFFFFF;
	cursor: default;
	float: right;
	height: 22px;
	padding: 3px 10px 6px 10px;
	font:bold 12px tahoma;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	margin:0px 0px 0px 10px;
	text-align:center;
	direction:rtl;
}
.btn-ok:hover{
	background-color: #3879d9;
  background-image: -moz-linear-gradient(center top , #4D90FE, #3879d9);
	box-shadow: 0 0 2px #888888;
}

.btn-login{
	background-color:#0CF;
  background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
	border: 1px solid transparent;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 0px #888888;
	color: #FFFFFF;
	cursor: default;
	float: right;
	height: 22px;
	padding: 3px 10px 6px 10px;
	font:16px tahoma;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	margin:0px 0px 0px 10px;
	text-align:center;
	direction:rtl;
	width:92%;
	height:30px;
}
.btn-login:hover{
	background-color:#0FF;
  background-image: -moz-linear-gradient(center top , #4D90FE, #3879d9);
	box-shadow: 0 0 2px #888888;
}

.btn-done{
	background-color: #F1F1F1;
  background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
	border: 1px solid #ccc;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 0px #888888;
	color: #555;
	cursor: default;
	float: right;
	height: 22px;
	padding: 3px 10px 6px 10px;
	font:bold 12px tahoma;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	margin:0px 0px 0px 10px;
	text-align:center;
	direction:rtl;
}
.btn-done:hover{
	background-color: #E5E5E5;
  background-image: -moz-linear-gradient(center top , #F5F5F5, #E5E5E5);
	box-shadow: 0 0 2px #ccc;
}
.btn-normal{
	background-color: #D14836;
  background-image: -moz-linear-gradient(center top , #DD4B39, #D14836);
	border: 1px solid transparent;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 0px #888888;
	color: #FFFFFF;
	cursor: default;
	height: 22px;
	padding: 3px 10px 6px 10px;
	font:bold 12px tahoma;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	margin:0px 0px 0px 10px;
	text-align:center;
	direction:rtl;
}
.btn-normal:hover{
	background-color: #bd3f31;
  background-image: -moz-linear-gradient(center top , #DD4B39, #bd3f31);
	box-shadow: 0 0 2px #888888;
}

.table-big-en td, .table-big-en th{
	padding:5px;
}
.table-big-en th{
	text-align:right;
	background-color:#ddd;
	border-right:1px solid #FFF;
	color: #900;
  font-weight: normal;
}
.table-big-en td{
	border-right:1px solid #FFF;
}
.table-big-en .odd{
	background-color:#f2f2f2;
}
.table-big-en .even{
	background-color:#fafafa;
}
.table-big-en tr:hover{
	background-color:#eee;
}

#upload-file-container {
	background-color: #4787ED;
  background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
	border: 1px solid transparent;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 0px #888888;
	color: #FFFFFF;
	cursor: default;
	float: right;
	height: 22px;
	padding: 3px 10px 6px 10px;
	font:bold 12px tahoma;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	margin:0px 0px 0px 10px;
	text-align:center;
	direction:rtl;
}

#upload-file-container:hover {
	background-color: #3879d9;
  background-image: -moz-linear-gradient(center top , #4D90FE, #3879d9);
	box-shadow: 0 0 2px #888888;
}

#upload-file-container input {
   filter: alpha(opacity=0);
   opacity: 0;
	 width: 100px;
}

#upload-file-container span {
	 position: absolute;
	 margin-right: 25px;
	 padding-top: 5px;
   display: inline-block;
   vertical-align: middle;
   line-height: normal;
}