

#main_id_div_tree ul {
	padding-left: 6px;
	list-style-type: none;
}

#main_id_div_tree ul, menu, dir {
	-webkit-padding-start: 10px;
}

.modal-dialog ul {
	padding-left: 6px;
	list-style-type: none;
}

.modal-dialog ul, menu, dir {
	-webkit-padding-start: 10px;
}

.lad_tree_data_ul_style ul {
	padding-left: 6px;
	list-style-type: none;
}

.lad_tree_data_ul_style ul, menu, dir {
	-webkit-padding-start: 10px;
}

.context-menu-list {
	z-index: 100000 !important;
	/*ladzindex*/
}

.grid_item_tree_file{
	overflow: hidden;
	padding: 3px; margin: 2px; background-color: #eee;
	width: 200px; float: left; height: 200px;
	border: 1px solid #ccc;
	background-color: #eee;
}
.grid_item_tree_folder{
	overflow: hidden;
	padding: 3px; margin: 2px; background-color: transparent;
	width: 200px; float: left; height: 60px;

	border: 1px solid #ccc;
	background-color: #ddd;
}

#parent_div_tree {
	position: absolute;
	margin: 0;
	padding: 0;
	/*width: auto;*/
	height: auto;
	border-top: 1px solid #ccc;
}

#div_left_tree {
	position: relative;
	float: left;
	height: auto;
	min-height: 400px;
	max-width: 80%;
	min-width: 10%;
	width: 15%;
	border-right: 0px solid red;
	padding-right: 5px;

	/*overflow-x:auto;*/
	/*overflow-y:hidden;*/
	overflow: hidden;
	white-space: nowrap;
}

#div_right_tree {
	position: relative;
	float: left;
	height: auto;
	width: 83%;
	overflow-x: auto;
	overflow-y: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-resizable-e {
	background-image: none;
	background-color: #ccc;

}

.clDropTreeLad {
	/*width: 350px;*/
	/*min-height: 35px;*/
	padding: 5px;
	border: 0px solid #aaaaaa;
	margin: 5px 0;

}

table.glx01 { border: 1px #ccc solid; border-collapse: collapse; margin: 0px 0px 0px 0px; }
table.glx01 td {  border: 1px #ccc solid;      padding: 3px 5px 3px 5px;     ;}
table.glx01 th {  border: 1px #ccc solid;    padding: 3px 5px 3px 5px; background-color: lavender    ;}
table.glx01 tr:nth-child(even) {background:   #eee }
table.glx01 tr:nth-child(odd) {background:  lavender  }

table.glx03 { border: 1px MintCream solid; border-collapse: collapse; margin: 0px 0px 0px 0px; }
table.glx03 td {  border: 1px MintCream solid;      padding: 3px 5px 3px 5px;     ;}
table.glx03 th {  border: 1px MintCream solid;    padding: 3px 5px 3px 5px;     ;}
table.glx03 tr:nth-child(even) {background:   #f6f6f6 }
table.glx03 tr:nth-child(odd) {background:  beige }


table.glx04 { box-shadow: 10px; border-radius: 10px; border: 2px #ccc solid; border-collapse: collapse; margin: 0px 0px 0px 0px; }
table.glx04 td {  border: 1px MintCream solid;      padding: 5px 12px 5px 12px;     ;}
table.glx04 th {  border: 1px MintCream solid;    padding: 5px 12px 5px 12px;     ;}
table.glx04 tr:nth-child(even) {background:   #f6fbfb }
table.glx04 tr:nth-child(odd) {background:  beige }

.div_img_data{
	background-color: white;
	min-width: 100px;
	padding : 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	/*margin: 10px;*/
}

.img_data{
	max-width: 200px;
	min-width: 100px;
	max-height: 200px;
}

.new_img_paste{
	text-align: center;
}


.ui-autocomplete {
	z-index: 999999 !important;
}

.fasize{
	font-size: 20px;
}

.cls01, #div_elm_0 {
	/*border-radius: 5px;*/
	/*border-left: 1px solid #ccc;*/
	padding: 5px 0px 5px 15px;
	/*max-width: 300px;*/
	margin-top: 10px;
	margin-right: 2px;
	/*background-color: white;*/
}

#div_elm_0{
	margin-top: 0px;
	padding-left: 0px;
	/*min-height: 500px;*/
}

#input_new_folder_name{
	padding: 3px 5px;
	border-radius: 5px;
	margin: 5px 0px;
}

.cls02 {
	max-width: 100%;
}

.menu_item_left_tree{
	/*font-size: large;*/
	margin: 3px;
	color: #0a6aa1;
}