@charset "utf-8";

.edTree_tmp1{
	font-size:1em;
	color:#353535;
	position:relative;
	min-height:250px;
}

/*ukrycie checkbox wwwroot*/
.edTree_tmp1 .wwwrootNode i.jstree-checkbox{
	display:none;
}

/*blokada gałęzi*/
.edTree_tmp1 .jstree-disabled{
	cursor:not-allowed !important;
	color:#B5B5B5 !important;
}
/*wyniki wyszukiwania*/
.edTree_tmp1 .jstree-search{
	color:#8b0000 !important;
}
/*status pubkikacji*/
.edTree_tmp1 .nodeStatus{
	width:10px;
	height:10px;
	display:inline-block;
	margin:0px 5px 0px 0px;
	line-height:24px;
	vertical-align:central;
}
.edTree_tmp1 .nodeStatusRed{
	color:#d80b2d;
	background-color:#d80b2d;
}
.edTree_tmp1 .nodeStatusOrange{
	color:#F88300;
	background-color:#F88300;
}
.edTree_tmp1 .nodeStatusGreen{
	color:#069320;
	background-color:#069320;
}
.edTree_tmp1 .nodeStatusBlue{
	color:#066dab;
	background-color:#066dab;
}

/*ustalona szerokość*/
.edTreeFixedWidth{
	width:380px;
}
.edTreeResponsiveWidth{
	max-width:100%;
	box-sizing: border-box;
}
/*.edTree_tmp1 .jstree-anchor {
    enable wrapping
    white-space : normal !important;
    ensure lower nodes move down
    height : auto !important;
    offset icon width
    padding-right : 24px;
}*/
.edTreeFixedWidth .jstree-default a, 
.edTreeResponsiveWidth .jstree-default a { 
    white-space:normal !important; 
	height: auto;
	margin-right:20px !important;
}
.edTreeFixedWidth .jstree-anchor,
.edTreeResponsiveWidth .jstree-anchor{
    height: auto !important;
}
.edTreeFixedWidth .jstree-default li > ins,
.edTreeResponsiveWidth .jstree-default li > ins{ 
    vertical-align:top; 
}
.edTreeFixedWidth .jstree-leaf,
.edTreeResponsiveWidth .jstree-leaf{
    height: auto;
}
.edTreeFixedWidth .jstree-leaf a,
.edTreeResponsiveWidth .jstree-leaf a{
    height: auto !important;
}

/*wskaznik postępu*/
.edTree_tmp1 .treeProgressBox{
	position:absolute;
	z-index:999;
	left:50%;
	top:60%;
	margin-left:-41px;
	display:none;
}

/*Formularze uprawnień*/
.edTree_tmp1 .treeRightsPopUpBox{
	display:none;
}
.treeRightsPopUpForm td.label{
	padding-right:10px;
	font-size:12px;
	color:#333;
	font-weight:normal;
}

/*manipulacja drzewem*/
.edTree_tmp1 .treeOptControl{
	margin-bottom:10px;
}
.edTree_tmp1 .treeOptControl .treeOptBtt{
	margin-right:5px;
}
.edTree_tmp1 .treeOptControl .treeSearchBox{
	margin-bottom:5px;
}
.edTree_tmp1 .treeOptControl .treeSearchBox input{
	border:1px solid #D9D9D9;
	width:260px;
	height:28px;
	padding:0px 0px 0px 5px;
	margin:0px;
	float:left;
	line-height: 1.43;
	box-sizing:border-box;
	/*border-radius: 4px 0px 0px 4px;*/
}
.edTree_tmp1 .treeOptControl .treeSearchBox .tSsearchBtt{
	border:1px solid #D9D9D9;
	border-left:none;
	border-radius: 0px 4px 4px 0px;
	height:28px;
	margin:0px;
	vertical-align: middle;
	white-space: nowrap;
	display: inline-block;
	line-height: 1.43;
	cursor:pointer;
	box-sizing:border-box;
}
.edTree_tmp1 .treeOptControl .treeSearchBox .tSmatchesLimitToggleBtt{
	border:1px solid #D9D9D9;
	border-right:none;
	border-radius: 4px 0px 0px 4px;
	height:28px;
	margin:0px;
	vertical-align: middle;
	white-space: nowrap;
	float:left;
	line-height: 1.43;
	cursor:pointer;
	box-sizing:border-box;
}
.edTree_tmp1 .treeOptControl .treeSearchBox .tSmatchesLimitToggleBtt i{
	font-size:16px;
}
.edTree_tmp1 .treeOptControl .treeManipulationBox .tMexpandOffBtt{
	display:none;
}
.edTree_tmp1 .treeOptControl .rightsManipulationBox{
	margin-top:5px;
}
.edTree_tmp1 .tMmoduleMenu{
	min-width:150px;
	position:absolute;
	z-index:999;
}

/*tryb edycji menu*/
.edTree_tmp1 .menSortRootNode{
	font-weight:bold;
}