	/*@font-face {
	font-family: 'droidkufi';
	src: url('fonts/droidkufi-webfont.eot');
	src: url('fonts/droidkufi-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/droidkufi-webfont.woff') format('woff'),
		 url('fonts/droidkufi-webfont.ttf') format('truetype'),
		 url('fonts/droidkufi-webfont.svg#droidkufi') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "droidsans";
	src: url("fonts/droidsans-webfont.eot");
	src: url("fonts/droidsans-webfont.eot?#iefix") format("embedded-opentype"),
		 url("fonts/droidsans-webfont.woff") format("woff"),
		 url("fonts/droidsans-webfont.ttf") format("truetype"),
		 url("fonts/droidsans-webfont.svg#droidsans") format("svg");
	font-weight: normal;
	font-style: normal;
}
*/
@media print {
	
}
@font-face {
    font-family: "takwdfont";
    src: url("fonts/takwdfont.eot?#") format("eot"), url("fonts/takwdfont.woff") format("woff"), url("fonts/takwdfont.ttf") format("truetype");
}

body{
	font-family:takwdfont, Tahoma, Geneva, sans-serif;
	font-size:13px;
	direction:rtl;
	text-align:right;
	line-height:1.7em;
	text-decoration:none;
	background-color:#f2f3f6;
	color:#878787;
}
p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:1.7em;
}
a, a:visited{
	text-decoration:none;
	color:#878787;
	transition: width 0.3s ease;
}
a:hover, a:focus{
	color:#1e3648;
}
input, text, select, textarea, label, fieldset{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
strong, legend, b{
	font-family:takwdfont, Tahoma, Geneva, sans-serif!important;
	font-size:17px!important;
	font-weight:normal!important;
	letter-spacing:0px!important;
}
h1{
	font-family: takwdfont, Tahoma, Geneva, sans-serif!important;
	font-size:21px!important;
	font-weight:normal!important;
	letter-spacing:0px!important;
}
h2{
	font-family:takwdfont, Tahoma, Geneva, sans-serif!important;
	font-size:19px!important;
	font-weight:normal!important;
	letter-spacing:0px!important;
}
h3{
	font-family:takwdfont, Tahoma, Geneva, sans-serif!important;
	font-size:18px!important;
	font-weight:normal!important;
	letter-spacing:0px!important;
}
h4{
	font-family:takwdfont, Tahoma, Geneva, sans-serif!important;
	font-size:17px!important;
	font-weight:normal!important;
	letter-spacing:0px!important;
}
h5{
	font-family:takwdfont, Tahoma, Geneva, sans-serif!important;
	font-size:16px!important;
	font-weight:normal!important;
	letter-spacing:0px!important;
}
/******************************************************************************/
#tak-all{
	margin:auto;
/*	background-color:#f2f3f6;*/
	background-color:#e5ebf1;
    
}
#tak-main{
	margin:auto;
	width:90%;
	height:780px;
	    margin-top: 27px;
}
#tak-login{
	margin:auto;
	background-color:#e1e1e1;
	width:400px;
	height:350px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-175px;
	margin-left:-200px;
}
#tak-login-2{
	margin:auto;
	width:392px;
	height:342px;
	background-color:#fff;
	margin-top:4px;
	position:absolute;
	right:4px;
}
#tak-login-3{
	margin:20px;
}
#tak-login .input-text{
	height:45px;
	box-shadow:0px 2px 2px #d0d0d0 inset;
	border:1px solid #d0d0d0;
	width:343px;
	margin:10px 5px;
}
#tak-login .input-button{
	width:100px;
	height:40px;
	background-color:#015290;
	border:1px solid #075693;
}
#tak-login-separator{
	background-color:#f2f3f6;
	height:52px;
	width:100%;
	clear:both;
	margin-top:30px;
}
#tak-login h3{
	color:#1e3648;
}
#tak-header{
	width:100%;
	margin:auto;
}
#tak-header-line{
	margin:auto;
	width:100%;
	height:12px;
	background-color:#0099CC;
	/*display:none;*/
	background:none;
}
#tak-header-title{
	margin:auto;
	width:90%;
	height:92px;
	background-color:#0099CC;
	border-bottom:3px solid #bbbbbb;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
	overflow:hidden;
}
#tak-header-title h1{
	color:#fff;
	text-shadow:0 2px 0px #1e6297, 0 0 8px #000;
	margin-right:30px;
	padding-top:30px;
	float:right;
}
#tak-logo{
	/*background:url('../images/un.png') center center no-repeat;*/
    
	height:94px;
	width:500px;
	float:left;
	margin-top:0px;
}
.tak-clear{
	width:100%;
	height:25px;
	clear:both;
}
#tak-right{
	width:15%;
	height:720px;
	background-color:#015290;
	float:right;
	border:1px solid #add5f4;
	border-bottom:3px solid #add5f4;

}
#tak-content{
	width:75%;
	float:left;
}
#tak-content-2{
	width:111%;
	height:100% !important;
	min-height:720px;
	background: #C9C9C9 url("../images/bg.png") repeat scroll 0% 0% !important;
	float:left;
	border:1px solid #dddddd;
	border-bottom:3px solid #dddddd;
	
}
#tak-content-3{
	margin:auto;
	width:98%;
	/*height:700px;*/
	margin-top:10px;
	overflow:hidden;
}
#tak-form-info span{
	float:right;
	margin-left:10px;
	text-align:center;
	font-size:14px;
	padding-top:5px;
	height:30px;
}
.tak-clear1{
	width:100%;
	height:10px;
	clear:both;
}
.tak-error1{
	color:#fff;
    width: 15%;
    clear: both;
    
    border-radius: 3px;
    height: auto;
    padding-right: 7px;
    background-color: rgba(0,0,0,0.3);

}
.tak-error2 {
    color: #FFF;
	width: 100%;
	clear: both;
	position: absolute;
	top: -123%;
	border-radius: 3px;
	height: auto;
	background-color: rgba(204, 70, 70, 0.9);
	margin-bottom: 10px;
	left: -2px;
	padding: 8px;
}
.show-error2 {
    position: relative;
    left: -85%;
    border-color: rgba(204, 70, 70, 0.9) transparent;
    width: 11px;
    border-width: 5px 6px 0px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    bottom: -35px;
}
.tak-error1 i{

}
#tak-footer{
	margin:auto;
	float:left;
	width:960px;
	height:30px;
	background-color:#e4e9ed;
	clear:both;
}


#tak-logout{
	margin:5px;
    color:#FFF;
}
#tak-logout .tak-logout{
	height:25px;
	width:25px;
	float:left;
	padding-left:35px;
	background-image:url(../images/footer_logout.png);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:15px;
    color:#FFF;
}
#tak-logout a:hover span{
	color:#565656;
}
#tak-form-button{
	float: left;

}
#tak-form-button1{
	float: left;
position: absolute;
left: 6%;
margin-bottom: 6%;
margin-top: 4%;
}
#tak-form-radiobox{
	float:left;
	margin-top: 3%
}
#tak-form-radiobox label{
	display:block;
	margin:5px;
}
#tak-form-inputbox{
	float:right;
}
.input-text2{
	float:right;
}
#tak-form-radiobx1{
	float:left;
}
#tak-form-radiobx2{
	float:right;
}
#form-calendar-img{
	 display: block;
    float: right;
    margin-top: 5px;
}
#tak-form-canceldoc{
	float:left;
}
#tak-form-sumcost span{
	float:right;
	margin-left:10px;
	padding-top: 5px;
	height:30px;
	text-indent:5px;
	width: 300px;
}
 #element_to_pop_up1, #element_to_pop_up2, #element_to_pop_up3 { 
   display:none;
   
}
#element_to_pop_up{
	position: absolute;
	
}
.hide-show{
	
	
	
}
.hide-show .b-close{
	position: absolute;
	left: 77px;
	top: 417px;
	cursor: pointer;
	
	width: 35px;
	height: 35px;
	z-index: 1;
	display:none;
	
}
#form-submit-button{
	width: 10%;
	height: 35px;
	border: 1px solid #F2F2F2;
	background: linear-gradient(#FFF, #F4F4F4) repeat scroll 0% 0% transparent !important;
	box-shadow: 0px 1px 2px #AFAFAF;
	border-radius: 4px;
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 35px;
	text-indent: 10px;
	font-size: 14px;
	transition: all 0.3s ease 0s;
	padding-top: 5px;
	margin-top: 5px;
	display: none;
}
#form-submit-button2{
	width: 10%;
	height: 35px;
	border: 1px solid #F2F2F2;
	background: linear-gradient(#FFF, #F4F4F4) repeat scroll 0% 0% transparent !important;
	box-shadow: 0px 1px 2px #AFAFAF;
	border-radius: 4px;
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 35px;
	text-indent: 10px;
	font-size: 14px;
	transition: all 0.3s ease 0s;
	padding-top: 5px;
	margin-top: 5px;
	display: none;
}
#form-submit-button3{
	width: 10%;
	height: 35px;
	border: 1px solid #F2F2F2;
	background: linear-gradient(#FFF, #F4F4F4) repeat scroll 0% 0% transparent !important;
	box-shadow: 0px 1px 2px #AFAFAF;
	border-radius: 4px;
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 35px;
	text-indent: 10px;
	font-size: 14px;
	transition: all 0.3s ease 0s;
	padding-top: 5px;
	margin-top: 5px;
	display: none;
}
#tak-content-popup{
	width:960px;
	float:right;
}
#tak-content-popup1{
	width:960px;
	float:right;
	background-color: #CCC69E;    
}
#tak-content-popup-2{
	height: auto;
	background-color: #FFF;
	float: right;
	border: 1px solid #DDD;
	position: relative !important;
	right: 0px;
	top: -131px;
	width: 990px;
}
#tak-content-popup-3{
	margin:auto;
	width:940px;
	height:auto;
	margin-top:10px;
}
#input-table-wrapper{
	/*width:940px;
	height:200px;
	overflow-y:scroll;
	overflow-x:hidden;*/

    /*overflow-y: scroll;*/
	overflow-x:hidden;
}
.input-table-wrapper1{
	/*width:940px;
	height:200px;
	overflow-y:scroll;
	overflow-x:hidden;*/
	height: 230px ;

}
#input-table-wrapper2{
	/*height: 480px;*/
    /*overflow-y: scroll;
	overflow-x:hidden;*/
}
.error_message{
	position:absolute;
	top:100px;
	left:50%;
	background-color:#ffb6b6;
	width:800px;
	color:#C22323;
	border:1px solid #FF8484;
	padding:10px;
	text-align:center;
	margin-left:-400px;
	font-size:14px;
}
.error_message1{	
	width:910px;
	height: auto;
	padding:10px;
	text-align:center;
	margin:auto;
	background-color: #F3FFD2;
    border: 1px solid #CEEA9C;
    color: #6E9C28;
	font-size:14px;
	margin-bottom:10px;    
}
.error_message2{
	width:910px;
	height: auto;
	padding:10px;
	text-align:center;
	margin:auto;
	background-color: #FFD2D2;
	border: 1px solid #EA9C9C;
	color: #9E2525;
	font-size:14px;
	margin-bottom:10px;
}
.error_message3{
	width:910px;
	height: auto;
	padding:10px;
	text-align:center;
	margin:auto;
	background-color: #ffeed2;
	border: 1px solid #EAC39C;
	color: #9F6225;
	font-size:14px;
	margin-bottom:10px;
}
#tak-search-box{
	/*background-color:#06F;*/
}
#tak-search-box label, #tak-search-box input{
	float:none;
	font-size:9pt;
	

}
 #tak-search-box input{

    background-color: #FFF !important;
}

#tak-pagination{
    width: 100%;
	text-align:center;
}
.paged-link{
    display:inline-block;
     *float:right;
	_float:right;   
    margin:2px;
}
.paged-link a{
    background-color:#999;
	border:1px solid #f2f2f2;
	background: linear-gradient(#fff, #f4f4f4)!important;
	background: -moz-linear-gradient(#fff, #f4f4f4)!important;
	background: -webkit-linear-gradient(#fff, #f4f4f4)!important;
	background: -o-linear-gradient(#fff, #f4f4f4)!important;
	box-shadow:0px 1px 2px #afafaf;
	-moz-box-shadow:0px 1px 2px #afafaf;
	-webkit-box-shadow:0px 2px 3px #afafaf;
	-o-box-shadow:0px 2px 3px #afafaf;
	-ms-box-shadow:0px 2px 3px #afafaf;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	transition: all 0.3s ease 0s;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
	margin:2px;
}
.paged-link a:hover{
	background: linear-gradient(#fff, #dddcdc)!important;
	background: -moz-linear-gradient(#fff, #dddcdc)!important;
	background: -webkit-linear-gradient(#fff, #dddcdc)!important;
	background: -o-linear-gradient(#fff, #dddcdc)!important;
	color:#1e3648;
    background-color: #fff;
}
.paged-link-selected{
    display:inline-block;
     *float:right;
	_float:right;
    margin:2px;
    padding:5px 5px;
    text-decoration:none;
   border:1px solid #f2f2f2;
    background-color: #fff;
    border-radius:4px;
	background: linear-gradient(#fff, #dddcdc)!important;
	background: -moz-linear-gradient(#fff, #dddcdc)!important;
	background: -webkit-linear-gradient(#fff, #dddcdc)!important;
	background: -o-linear-gradient(#fff, #dddcdc)!important;
	color:#1e3648;
	box-shadow:0px 1px 2px #afafaf;
	-moz-box-shadow:0px 1px 2px #afafaf;
	-webkit-box-shadow:0px 2px 3px #afafaf;
	-o-box-shadow:0px 2px 3px #afafaf;
	-ms-box-shadow:0px 2px 3px #afafaf;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	padding: 3px 8px;
	margin:2px;
}
.paged-link-selected a{
    display:inline-block;
    /*border:#900 1px solid;*/
    padding:2px;
    text-decoration:none;
}
.paged-link-selected a:hover{
   /* border:#000 1px solid;*/
}
.paged-link-off{
    display:inline-block;
    border:#06C 1px solid;
    padding:5px 5px;
    color:#CCC;
    line-height:14px;
    *float:right;
	_float:right;
    margin:2px;
    border:#ccc 1px solid;
    background-color: #fff;
	background-color:#999;
	border:1px solid #f2f2f2;
	background: linear-gradient(#fff, #f4f4f4)!important;
	background: -moz-linear-gradient(#fff, #f4f4f4)!important;
	background: -webkit-linear-gradient(#fff, #f4f4f4)!important;
	background: -o-linear-gradient(#fff, #f4f4f4)!important;
	box-shadow:0px 1px 2px #afafaf;
	-moz-box-shadow:0px 1px 2px #afafaf;
	-webkit-box-shadow:0px 2px 3px #afafaf;
	-o-box-shadow:0px 2px 3px #afafaf;
	-ms-box-shadow:0px 2px 3px #afafaf;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	  transition: all 0.3s ease 0s;
}
.paged-link-info {
    clear: both;
    color: #666666;
    display: block;
   /* font-size: 11px;*/
    margin: 2px;
    padding: 2px;
    text-align: center;
}
.autocomplete_list_window{
	display:none;
}
.autocomplete_list_window1{
	display:none;
}
.autocomplete_list_window1{
	left: 96px !important;
	background-color:#fff;
	height:150px;
	overflow-y:scroll;
	overflow-x:hidden;
	position:absolute;
    width: 400px;
	border:1px solid #ccc;
	box-shadow:-2px 3px 8px #ccc;
	border-radius:2px;	

}
.autocomplete_list_window1 li:nth-child(even){
	background-color:#f8f8f8;
    Ç
}
.autocomplete_list_window1 li{
	cursor:pointer;
	border-bottom:1px dotted #E3E1E1;

}
.autocomplete_list_window1 li:hover{
	background-color:#e4f3fe;
}
.autocomplete_list_window{
	background-color:#fff;
	height:150px;
	overflow-y:scroll;
	overflow-x:hidden;
	position:absolute;
	width:500px;
	border:1px solid #ccc;
	box-shadow:-2px 3px 8px #ccc;
	border-radius:2px;
	font-size:14px;
    text-align:right;

}
.autocomplete_list_window li:nth-child(even){
	background-color:#f8f8f8;
}
.autocomplete_list_window li{
	cursor:pointer;
	border-bottom:1px dotted #E3E1E1;
}
.autocomplete_list_window li:hover{
	background-color:#e4f3fe;
}
#user-register-form{
	margin-right:15px;
}
#user-register-form label{
	float:right;
	width:130px;
}
.list-table a:link, .list-table a:visite{
	color:#578BC2;
}
#tak-search-box{
	float: right;
}
#tak-section-filter{
	float: right;
	margin: 15px;
}
#tak-section-filter label {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
#tak-section-filter span {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.tak-select-box {
height: 36px;
margin-top: 5px;
font-size: 11pt;
}
.list-big{
  cursor: pointer;  
  background-color: #035392;
}
.input-table tr td:nth-child(3){
    width: 13%;
}
.input-table tr td:nth-child(4){
    width: 13%;
}
.input-table tr td:nth-child(5){
    width: 10%;
}
.input-table tr td:nth-child(6){
    width: 15%;
}
.input-table tr td:nth-child(7){
    width: 5%;
}
.input-table tr td:nth-child(8){
    width: 10%;
}
.input-table tr td:nth-child(9){
    width: 7%;
}
.input-table tr td:nth-child(10){
    width: 8%;
}
.input-table tr td:nth-child(11){
    width: 15%;
}
.autocomplete_list_window2{
	display:none;
}
.autocomplete_list_window2{
	
	background-color:#fff;
	

	position:absolute;
    width: 100%;
	border:1px solid #ccc;
	box-shadow:-2px 3px 8px #ccc;
	border-radius:2px;	

}
.autocomplete_list_window2 li:nth-child(even){
	background-color:#f8f8f8;
    Ç
}
.autocomplete_list_window2 li{
    font-size:10pt;
	cursor:pointer;
	border-bottom:1px dotted #000;

}
.autocomplete_list_window2 li:hover{
	background-color:#e4f3fe;
}




/******************************************************************************/

.committee_fieldset{
	border:1px solid #EBEBEB; 
	padding:5px; 
	text-align:right;
	margin:10px;
}

.committee_fld_2{
	border:1px solid #EBEBEB; 
	width:90%;
}
.committee_fld_code{
	border:1px solid #EBEBEB; 
	width:100px; 
	background:#fff;
}

.clr_h_5{
	clear:both; 
	height:5px;
}

.committee_fld_3{
	border:1px solid #EBEBEB; 
	width:20%;
}

.committee_fld_4{
	border:1px solid #EBEBEB ; 
	width:40%;
}

.committee_fld_5{
	border:1px solid #EBEBEB ; 
	width:70%;
}

.committee_fieldset table ,.committee_fieldset td ,.committee_fieldset tr{
	border:none;
}
#img {
    height: 80px;
}
#tak-logo img {
    
    margin-left: 100px;
    float: left;
}