
.grid_select
{
	color: #202020 !important;
	background-color: #d9d9d9 !important;

}

.prop_calc_h25
{
	height: calc(100% - 25px) !important;

}

.prop_calc_h30
{
	height: calc(100% - 30px) !important;

}

.prop_calc_wh200
{
	width: calc(100% - 200px) !important;
	height: calc(100% - 200px) !important;
}

.color-picker-btn
{
	border: 1px solid #303030 !important;
	border-radius: 3px !important;
	height:20px !important;
}

.listview_select
{
	background-color: #1473e6 !important;
}

.listview_select ._ALabel-Style
{
	color: #d9d9d9 !important;
}

.prop_calc_h55
{
	height: calc(100% - 50px) !important;

}

.prop_calc_h90
{
	height: calc(100% - 90px) !important;
}

.prop_treeview_calc
{
	height: calc(100% - 80px) !important;
}

.pop_basic_bg
{
	/* TODO:edit here */
	background-color : #424242 !important;

}

.prop_common_label
{
	/* TODO:edit here */
	font-size : 11px !important;
	height : 20px !important;	
}

.prop_common_input
{
	/* TODO:edit here */
	height:20px !important;
	font-size:11px !important;
	border-radius:4px !important;

}

.prop_common_textarea
{
	font-size:11px !important;
	border-radius:2px !important;

}

.prop_comm_morebtn_normal
{
	/* TODO:edit here */	
	font-size:11px !important;
	border: 1px solid #303030 !important;
	border-radius:3px !important;
	width : 20px !important;
	height : 20px !important;
	background-color : #3a3a3a !important;
}

.prop_comm_morebtn_touch
{
	/* TODO:edit here */
	font-size:11px !important;
	border : 1px solid #d9d9d9 !important;
	border-radius:3px !important;
	width : 20px !important;
	height : 20px !important;	
	background-color : #3a3a3a !important;
}

.frm_titleBtn_normal
{
	/* TODO:edit here */
	color : #d9d9d9 !important;
	background-color : transparent !important;
	border : 0px !important;
}

.frm_titleBtn_touch
{
	/* TODO:edit here */
	color : #d9d9d9 !important;
	background-color:transparent !important;	
	border  : 1px solid #d9d9d9 !important;
}

.frm_titleBtn_normal:hover
{
	/* TODO:edit here */
	color : #d9d9d9 !important;
	background-color : transparent !important;
	border : 1px solid #d9d9d9 !important;
}

.popup_comm_btn_normal
{
	/* TODO:edit here */
	border : 1px solid #262626 !important;
	border-radius : 3px !important;
}

.popup_comm_btn_touch
{
	/* TODO:edit here */
	border : 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.popup_prop_leftbox
{
	/* TODO:edit here */
	border : 1px solid #555555 !important;
}

.prop_dlg_gLayout_pviewout
{
	/* TODO:edit here */
	/*width : calc(100% - 180px) !important;
	height : calc(100% - 35px) !important;*/
}

.prop_dlg_gLayout_propview
{
	/* TODO:edit here */
	height : calc(100% - 35px) !important;
}

.prop_dlg_gLayout_bodyview
{
	/* TODO:edit here */
	width : 100% !important;
	height : 100% !important;
	min-width : 600px !important;
	min-height : 430px !important;
}

.popup_basic_border
{
	/* TODO:edit here */
	border : 1px solid #3a3a3a !important;
}

.layout_dnd_hover_border
{
	border: 1px solid cyan !important;

}

.layout_dnd_hover_bg
{
	background-color: rgba(8,171,238,0.4) !important;

}

.query_dnd_hover_border
{
	border: 1px solid GreenYellow !important;
}

.autoComp_list_border
{
	/* */	
	border : 1px solid #acacac !important;
}

.frm_titleBtn_close_nor
{
	color : #d9d9d9 !important;
	background-image:url('../Assets/images/img/close_win.png') !important;
	background-position: 0px center !important;
	background-size : 64px 16px !important;
	background-repeat : no-repeat !important;
	border : 0px !important;
}

.frm_titleBtn_close_tch
{
	color : #d9d9d9 !important;
	background-image:url('../Assets/images/img/close_win.png') !important;
	background-position: -32px center !important;
	background-size : 64px 16px !important;
	background-repeat : no-repeat !important;
	border : 0px !important;
}

.frm_titleBtn_close_nor:hover
{	
	background-position: -16px center !important;	
}

.frm_dockBtn_out_nor
{
	color : #d9d9d9 !important;
	background-image:url('../Assets/images/img/dock_out.png') !important;
	background-position: 0px center !important;
	background-size : 64px 16px !important;
	background-repeat : no-repeat !important;
	border : 0px !important;

}

.frm_dockBtn_out_nor:hover
{	
	background-position: -16px center !important;
}

.frm_dockBtn_out_tch
{
	color : #d9d9d9 !important;
	background-image:url('../Assets/images/img/dock_out.png') !important;
	background-position: -32px center !important;
	background-size : 64px 16px !important;
	background-repeat : no-repeat !important;
	border : 0px !important;

}

.frm_titleBtn_min_nor
{
	color : #d9d9d9 !important;
	background-image:url('../Assets/images/img/min_win.png') !important;
	background-position: 0px center !important;
	background-size : 64px 16px !important;
	background-repeat : no-repeat !important;
	border : 0px !important;

}

.frm_titleBtn_min_nor:hover
{
	background-position: -16px center !important;
}

.frm_titleBtn_min_tch
{
	color : #d9d9d9 !important;
	background-image:url('../Assets/images/img/min_win.png') !important;
	background-position: -32px center !important;
	background-size : 64px 16px !important;
	background-repeat : no-repeat !important;
	border : 0px !important;
}

.frm_titleBtn_max_nor
{
	color : #d9d9d9 !important;
	background-image:url('../Assets/images/img/max_win.png') !important;
	background-position: 0px center !important;
	background-size : 64px 16px !important;
	background-repeat : no-repeat !important;
	border : 0px !important;
}

.frm_titleBtn_max_nor:hover
{
	background-position: -16px center !important;
}

.frm_titleBtn_max_tch
{
	color : #d9d9d9 !important;
	background-image:url('../Assets/images/img/max_win.png') !important;
	background-position: -32px center !important;
	background-size : 64px 16px !important;
	background-repeat : no-repeat !important;
	border : 0px !important;
}

.wnd_shadow_on
{
	/* TODO:edit here */
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.prop_comm_bg
{
	/* TODO:edit here 
	background-color : #4c4c4c !important;
	*/
}

.frm_dock_titleicon
{
	/* TODO:edit here */
	background-repeat : no-repeat !important;
}

.frm_doc_calc_title
{
	/* TODO:edit here */
	width : calc(100% - 115px) !important;
	min-width : 135px !important;
}

.layouWorkView_rootView
{
	/* TODO:edit here */

}

.layouWorkView_rootView > div
{
	box-shadow : 0 0 0 10px #424242 !important;
}

.prop_search_calc_w10
{
	width: calc(100% - 55px) !important;

}

.prop_search_type_calc
{
	width: calc(100% - 55px) !important;

}

.prop_search_type_calc2
{
	width: calc(100% - 100px) !important;

}

.prop_search_text_calc
{
	width: calc(100% - 240px) !important;

}

/*
.dev_AGridLayout_AddStyle > table > tbody > tr > td:hover
{
	background-color:#1473e6 !important;
}
*/
.compView_Bezel
{
	
}

.compView_Bezel > div
{
	/*box-shadow : 0 0 0 10px #424242 !important;*/
	box-sizing: content-box !important;
	border: 10px solid #222222 !important;
	border-radius: 5px !important;
}

.prop_calc_h150
{
	height: calc(100% - 150px) !important;
}

.prop_calc_h110
{
	height: calc(100% - 110px) !important;
}

.prop_calc_w230
{
	width : calc(100% - 230px) !important;
}

.grid_query_class
{
	background-color: blue !important;
}

.grid_query_class .grid_select
{
	
	background-color: cyan !important;
}

.laywork_bg
{	
	/*background-image:url('../Assets/images/img/bg_patt_0.png') !important;		
	background-repeat :repeat !important;*/
	
	background-color: rgb(181,182,183) !important;
	/*background-color: rgb(201,210,226) !important;*/
}

.align_bottom_btn_nor
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/align_bottom.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.align_bottom_btn_tch
{
	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/align_bottom.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
	
}

.align_center_btn_nor
{
	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/align_center.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.align_center_btn_tch
{
	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/align_center.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
	
}

.align_left_btn_nor
{
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/align_left.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.align_left_btn_tch
{
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/align_left.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.align_middle_btn_nor
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/align_middle.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.align_middle_btn_tch
{
	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/align_middle.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
	
}

.align_right_btn_nor
{
	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/align_right.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.align_right_btn_tch
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/align_right.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
	
}

.align_top_btn_nor
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/align_top.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.align_top_btn_tch
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/align_top.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
	
}

.hori_space_btn_nor
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/width_space.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
}

.hori_space_btn_tch
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/width_space.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.width_size_btn_nor
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/width_size.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
}

.width_size_btn_tch
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/width_size.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.width_sizefull_btn_nor
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/width_size_full.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
}

.width_sizefull_btn_tch
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/width_size_full.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.verti_space_btn_nor
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/height_space.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
}

.verti_space_btn_tch
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/height_space.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.height_size_btn_nor
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/height_size.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
}

.height_size_btn_tch
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/height_size.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.height_sizefull_btn_nor
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/height_size_full.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
}

.height_sizefull_btn_tch
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/height_size_full.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.align_full_btn_nor
{
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/postion_full.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.align_full_btn_tch
{
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/postion_full.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.find_expend_down_btn_nor
{
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/arrow_down.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
}

.find_expend_down_btn_tch
{
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/arrow_down.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.find_expend_up_btn_nor
{
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/arrow_up.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
}

.find_expend_up_btn_tch
{
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/arrow_up.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.qrydlg_blkGrd
{
	
}
.qrydlg_blkGrd td:nth-child(1)
{
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.slider_after
{

}

.slider_after::after
{
	content: "" !important;
	border-bottom: 1px solid white !important;
	position: absolute !important;
	width: 14px !important;
	height: 15px !important;
	left: -7px !important;
}

.arrow_double_up_nor
{
	width : 16px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/arrowSet.png') !important;
	background-size : auto !important;
	background-position : 0px center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.arrow_double_up_tch
{
	width : 16px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/arrowSet.png') !important;
	background-size : auto !important;
	background-position : 0px center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.arrow_single_up_nor
{
	width : 16px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/arrowSet.png') !important;
	background-size : auto !important;
	background-position : -16px center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.arrow_single_up_tch
{
	width : 16px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/arrowSet.png') !important;
	background-size : auto !important;
	background-position : -16px center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.arrow_single_down_nor
{
	width : 16px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/arrowSet.png') !important;
	background-size : auto !important;
	background-position : -32px center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.arrow_single_down_tch
{
	width : 16px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/arrowSet.png') !important;
	background-size : auto !important;
	background-position : -32px center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.arrow_double_down_nor
{
	width : 16px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/arrowSet.png') !important;
	background-size : auto !important;
	background-position : -48px center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.arrow_double_down_tch
{
	width : 16px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/arrowSet.png') !important;
	background-size : auto !important;
	background-position : -48px center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.align_btn_normal
{
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;	
}

.align_btn_touch
{
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.align_width_full_btn
{
	background-image:url('../Assets/images/img/width_full_btn.png') !important;
}

.align_height_full_btn
{
	background-image:url('../Assets/images/img/height_full_btn.png') !important;
}

.dev_AFlexLayoutItemAddStyle 
{
	
}

.dev_AFlexLayoutItemAddStyle :hover
{
	background-color:#1473e6 !important;

}

.dev_AFlexLayout-Style
{
	
	border : 1px dashed rgb(0,164,164) !important;
	
	/*box-shadow: 0px 0px 5px 5px rgba(0,164,164,0.2) !important;*/
}

.dev_AFlexLayout-Style > div
{
	border : 1px dashed rgb(0,164,164) !important;
}

.border_left_btn_nor
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/left.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.border_right_btn_nor
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/right.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.border_vcenter_btn_nor
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/center.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.border_top_btn_nor
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/top.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.border_bottom_btn_nor
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/bottom.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.border_hcenter_btn_nor
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/middle.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.border_bottom_btn_tch
{
	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/bottom_over.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
	
}

.border_left_btn_tch
{
	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/left_over.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
	
}

.border_top_btn_tch
{
	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/top_over.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
	
}

.border_right_btn_tch
{
	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/right_over.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
	
}

.border_hcenter_btn_tch
{
	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/middle_over.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
	
}

.border_vcenter_btn_tch
{
	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/center_over.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
	
}

.btn_arrow_right_nor
{
	background-image:url('../Assets/images/img/Actions-go-next-icon.png') !important;
	background-size : 15px 15px !important;
	background-position : 85% !important;
	background-repeat : no-repeat !important;
	text-align:left !important;
	padding-left:10px !important;
}

.btn_arrow_right_tch
{
	background-image:url('../Assets/images/img/Actions-go-next-icon.png') !important;
	background-size : 15px 15px !important;
	background-position : 85% !important;
	background-repeat : no-repeat !important;
	text-align:left !important;
	padding-left:10px !important;
}

.btn_arrow_left_tch
{
	background-image:url('../Assets/images/img/Actions-go-previous-icon.png') !important;
	background-size : 15px 15px !important;
	background-position : 15% !important;
	background-repeat : no-repeat !important;
	text-align:right !important;
	padding-right:10px !important;
}

.btn_arrow_left_nor
{
	background-image:url('../Assets/images/img/Actions-go-previous-icon.png') !important;
	background-size : 15px 15px !important;
	background-position : 15% !important;
	background-repeat : no-repeat !important;
	text-align:right !important;
	padding-right:10px !important;
}

.search_btn_normal
{
	border : 1px solid #262626 !important;
	border-radius : 3px !important;
	background-image: url("../Assets/images/img/search.png") !important;

}

.search_btn_touch
{
	border : 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
	background-image: url("../Assets/images/img/search.png") !important;
}

.width_big_btn_nor
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/width_big.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
}

.width_big_btn_tch
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/width_big.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.width_small_btn_nor
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/width_small.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
}

.width_small_btn_tch
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/width_small.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.height_small_btn_nor
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/height_small.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
}

.height_small_btn_tch
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/height_small.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.height_big_btn_nor
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/height_big.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
}

.height_big_btn_tch
{
	/* TODO:edit here */
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/height_big.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
}

.fill_width_btn_nor
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/fill_width.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.fill_width_btn_tch
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/fill_width.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
	
}

.fill_height_btn_nor
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/fill_height.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #242424 !important;
	border-radius : 3px !important;
	
}

.fill_height_btn_tch
{	
	width : 22px !important;
	height : 22px !important;
	background-color : #3a3a3a !important;
	background-image:url('../Assets/images/img/fill_height.png') !important;
	background-size : auto !important;
	background-position : center center !important;
	background-repeat : no-repeat !important;
	border: 1px solid #d9d9d9 !important;
	border-radius : 3px !important;
	
}

.dev_AGridLayout-Style
{
	/*background-color: rgba(255,50,255,0.1) !important;*/
	/*box-shadow: 0px 0px 5px 5px rgba(255,50,255,0.2) !important;*/
}

.dev_AGridLayout-Style > table > tbody > tr > td
{
	border : 1px dashed rgb(255,50,255) !important;
}

.dev_AGridLayout-Style > table > tbody > tr > td span:hover
{
	background-color:transparent !important;
}

