@charset "utf-8";
/* CSS Document */



.table{
	display: table;
	width:100%;
	/*border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;*/
}

.tr  {
	display: table-row;
/*	border-bottom:1px solid #999;
	border-right:1px solid #999;*/
}

.table .tr .td,.table .tr .th{
	display: table-cell;
	vertical-align:middle;
	border-bottom:0px solid #999;
	border-right:0px solid #999;
}



/*.filter .tr{
	background-color: #e6e7e9;
}
.filter{
	float: right!important;
}
.table.filter > .tr > .th{
	display: block!important;
  	padding: 10px;
  	padding-left: 0;
  	float: left!important;
  	width:200px!important;
	height:25px;
	border:1px solid #000;
	background: #0000ff!important;
 }*/
.tbl_nasted1 .tr .td:first-child{text-align:left!important; te xt-transform:lowercase; te xt-transform:capitalize; font-weight:normal; font-size:12px!important;}
.tbl_clear_filter{margin-top:20x!important;border:5px solid #999;}
.tbl_search_filter .tr .td{margin:0; padding:0!important;}
.tbl_search_filter .tr .td input[value=GO]{padding:10px; padding-top:8px;}

.td .hint{
	background:url(../images/ico_question2.png) no-repeat;
	display:block;
	width:16px;
	height:16px;
	color: transparent;
}

.grid .table .table{border:0;}
.grid .table{margin-bottom:15px;}
.grid .table .tr .td a{text-decoration:none;}
.grid .table{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.grid .table .tr:nth-child(odd) .td{ background-color:#e6e7e9;}
.grid .table .tr .td{
	border-bottom:0px solid #d4d5d8;
	border-right:0px solid #0b5f8a;
	font-size:13px;
	padding:8px;
	background-color:#f4f4f4;
	vertical-align:middle;
}

.grid form .table .tr .td{border-bottom:1px solid #d4d5d8;}
.grid form .table.filter .tr .td{border-bottom:0px solid #d4d5d8;}

.grid .table .tr .td:last-child, .grid .table .tr .th:last-child{border-right:0;}
.grid .table .tr .th{font-weight:bold; text-transform:uppercase; font-size:11px; color:#363f4b;}
.grid .table .tr .th{
	border-bottom:0px solid #0b5f8a;
	border-right:0px solid #0b5f8a;
	font-size:12px;
	padding:8px;
	background-color:#e6e7e9;
	white-space: nowrap;

}
.nowrap{white-space: nowrap;}
.grid form .table .tr .td:first-child{width:20%;}
.grid form .table .tr .td:last-child{width:80%;}


.grid .table .tr .th:last-child, .grid .table .tr .td:last-child{width:5%; text-align:right;}

.grid .table .tr .td:last-child{text-align:left;}

.grid .table .tr .td:last-child ul{ float:right;}

.grid .table .th span:first-child{display:block; float:left; padding-top:3px;}
.grid .table .th .UDarrows{width:13px; height:20px; border:0px solid #000; float:right; vertical-align:middle; margin-left:0px;}
.grid .table .th .UDarrows a{display:block; width:13px; height:12px;background-repeat:no-repeat;}
.grid .table .th .UDarrows a.up{background-image:url(../images/grid_arrow_up2.png);}
.grid .table .th .UDarrows a.down{background-image:url(../images/grid_arrow_down2.png);}


.nopadding .td{padding:0px!important;}
.noborder .td{border:0px!important;}

.result_state .table{border:1px solid #0b5f8a;}
.result_state .table .tr .td{ padding:8px; line-height:1.5;}
.result_state .table .tr .td strong{ color:#0B5F8A; font-weight:normal;}


.grid .detailview .tr .td:first-child{width:20%;}
.grid .detailview .tr .td:last-child{width:80%;}


.b_table{
	display: table;
	width:100%;
}

.b_tr  {
	display: table-row;
}

.b_table .b_tr .b_td{
	display: table-cell;
	vertical-align:middle;
	border:0px solid #f0f0f0;
}

.list_cmb_data span{display:block; padding:10px; padding-left:0; float:left; width:20%; border:1px solid #D4D5D8; text-align:center;}
.list_cmb_data span p{margin:0;}

.reset{disp lay:block; background:#E6E7E9 url(../../rak_framework/images/icons/16x16/close.gif) no-repeat; padding:13px 8px; cursor:pointer; white-space:nowrap;}
.filter_breadcrumb span{padding:5px; background:#F7941E; display:block; float:left; margin-right:4px; font-weight:bold; color:#FFF;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}


.width-100{width:100px;}
.width-150{width:150px;}
.width-200{width:200px;}
.width-250{width:250px;}

.just_updated .td{
	background:#F7941E!important;
	color:#FFF!important;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.remove_just_updated .td{
	background:inherit;
	color:inherit;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.message{
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.grid .grid-data .tr .td,.grid .grid-data .tr .th {padding:10px;}
.grid-data .tr .td p{margin:0px;}

.grid-data-form{width:100%!important; padding:0; margin:0; display:table;}
.jqueryMsg{display:block;	padding-left:10px; padding-top:6px;}

