﻿.tree .loader
{
    opacity: 0.5;
	height: 40px;
	width: 100%;
	/*background:  url("../images/throbber.gif") no-repeat 50% 50%;*/
    background-color: rgba(0, 0, 0, 0.02);
}

.search-result-empty 
{
	text-align: center;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
}

.search-result-empty div
{
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
	height: 40px;
	width: 100%;
	background-color: #fcfcfc;
	color: #AAA;
}

.tree ins
{
	background-image: url("icons-18-white.png");
	  background-color:#aaaaaa; 
	  border-radius:12px;
	  background-repeat:no-repeat;
	  
	height: 23px;
	width: 23px;
		display: inline-block;
	text-decoration: none;
	/*width: 18px;
	height: 18px;*/
	padding: 0;
	position: absolute;
	left: 4px;
	top: 2px;
    cursor: pointer;
}
.tree li
{
	background-position: -90px 0;
	background-repeat: repeat-y;
	position: relative;
}
.tree ul, .tree li
{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
.tree li
{
	/*margin-right: 5px;*/
	display: block;
	min-height: 28px;
	line-height: 18px;
	/*white-space: nowrap;*/
	margin-left: 28px;
	min-width: 24px;
	border-top: 1px solid #eeeeee;
}
.tree > ul > li
{
	margin-left: 0px;
}

.tree li.last
{
	background: transparent;
}
.tree .open > ins { background-position:-213px 50%;}
.tree .closed > ins { background-position:-106px 50%;}
.tree .leaf > ins {
	 background: none;
	 
    border: dotted 2px #7e9da2;
	  	  left: 8px;
	  	top: 5px;
	height: 15px;
	width: 15px;
}
li.open > ul
{
	display: block;
}
li.closed > ul
{
	display: none;
}


span.caption
{
	cursor: pointer;
	display: inline-block;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 4px;
    padding-right: 7px;
    font-size: 16px;
  
	min-height: 24px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 28px;
	word-break:  keep-all;
    word-wrap: break-word;
    text-align: left;

    /*border-radius: 5px;*/
}
.treeview-search-clear
{
	background: url(clear.png) no-repeat;
	cursor: pointer;
	width: 20px !important;
	height: 20px;
	border: none;
	display: block;
	float: right;
	position: relative;
	right: 18px;
	top: -25px;
}
.treeview-search
{
	width: 370px;
	padding-right: 45px !important;
	display: inline-block;
}

.treeview-search-dialog .treeview-search {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 30px;
	/*padding: 15px 45px 15px 10px !important;*/
	box-sizing: border-box;
}

.treeview-header-dock {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.treeview-search-normal
{
	background: url(search.png) no-repeat right 15px center;
}
.treeview-search-process
{
	/*background: url(../images/throbber.gif) no-repeat right 15px center;*/
}

.tree .caption a {
    opacity: 0.35;
    transition: opacity 0.7s;
}
.tree .caption:hover a {
     opacity: 1;
    transition: opacity 0.7s;
  
}
.tree .caption:hover {
   color: #378ac4;
   background-color: #fafafa !important;
}

.selected
{
	background-color: #BDD8FF; 
    border-color: #fff;
    color: #fff !important;
background: linear-gradient(to bottom, rgb(97, 171, 229) 0%,rgb(72, 147, 207) 100%) !important;

}
.selected a {color: #fff ;}

.tree-with-icons li  { margin-left: 23px; }
.tree-with-icons li span { padding-left: 0px; }
.tree-with-icons li span.selected { border-radius: 0 0 0 2px; }

.tree-with-icons li > span:before{ 
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 21px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #378ac4;
    padding: 0 4px !important; 
    content: "\f016";
 }
.tree-with-icons li > span.selected:before { color: #fff; }

.tree-with-icons .ServiceNodeClass > ins{ display: none }
.tree-with-icons .ServiceNodeClass > span{ padding-left: 1px; }
.tree-with-icons li.ServiceNodeClass > span.selected { border-radius: 0; }

.tree-with-icons .ServiceNodeClass > span:before{ content: "\f1cb"; }
.tree-with-icons .ServiceVariantNodeClass > span:before{ content: "\f0c9"; }
.tree-with-icons .OperationNodeClass > span:before{ content: "\f013"; }
.tree-with-icons .OperationRequestNodeClass > span:before{ content: "\f15c"; }


.tree-with-icons li ins { background: none; }
.tree-with-icons li ins:before { 
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(72, 147, 207);
    padding-top: 6px;
    content: "\f138";
    transition: 0.5s transform;
    color: #999;
    transform-origin: 6px 13px;
    -webkit-transform-origin: 6px 13px;
    -moz-transform-origin: 6px 13px;
    -o-transform-origin: 6px 13px;
    -ms-transform-origin: 6px 13px;

    position: relative;
    left: -18px;
    
}
.tree-with-icons li.open > ins:before { 
    transform: rotate(90deg);
    transition: 0.5s transform;
}

.tree-with-icons .ServiceNodeClass > ul > li {  }

.tree-with-icons li.leaf ins:before { display: none; }
.tree-with-icons li.leaf ins { display: none; }

#licensiarSearch 
{
    width: 250px;
    height: 10px;
    background-image: url(../img/icons/search-icon.png);
    background-position: 1px 1px; /* позиционирование иконки */
    background-repeat: no-repeat; /* запрет на размножения картинки-иконки */
    padding: 5px 10px 5px 30px; /* поля внутри инпута */
    border: 1px solid #ddd; /* серая рамка */
    position: inherit;
    left: 250px;
    bottom: 465px;
}

