/*
 * jsTree classic theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */

.anchor { cursor:pointer; }
.jstree-classic { font-family: Tahoma, Arial, Helvetica, sans-serif; }
.jstree-classic li, 
.jstree-classic ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; }
.jstree-classic li { background-position:-90px 0; background-repeat:repeat-y;  }
.jstree-classic li.jstree-last { background:transparent; }
.jstree-classic .jstree-open > ins { background-position:-72px 0; }
.jstree-classic .jstree-closed > ins { background-position:-54px 0; }
.jstree-classic .jstree-leaf > ins { background-position:-36px 0; }

.jstree-classic .jstree-hovered {  }
.jstree-classic .jstree-clicked { background:navy; border:1px solid navy; padding:0 2px 0 1px; color:white; }
.jstree-classic a .jstree-icon { background-position:-56px -19px; }
.jstree-classic .jstree-leaf > a .jstree-icon { background-position:-74px -36px; }
.jstree-classic .jstree-open > a .jstree-icon { background-position:-56px -36px; }
.jstree-icon-plus { background-position:-38px -19px; cursor:pointer; }
.jstree-icon-plus:hover { background-position:-38px -37px; cursor:pointer; }
.jstree-ok { width: 16px; height: 16px; background:url("d.png") -2px -53px no-repeat !important; cursor:pointer; }
.jstree-classic a.jstree-loading .jstree-icon { background:url("throbber.gif") center center no-repeat !important; }

a.jstree-remove { text-decoration:none; float:right; margin-right:12px;}
a.jstree-remove-h { text-decoration:none;float:right; margin-right:12px;}
a.jstree-remove .jstree-icon { background:url("ico_delete.png") center center no-repeat !important; padding-left:14px; height:30px; text-decoration:none; }
a.jstree-remove-h .jstree-icon { background:url("ico_delete.png") center center no-repeat !important; padding-left:14px; height:30px; text-decoration:none; }


a span.jstree-remove { background:url("ico_delete.png") center center no-repeat !important;  padding-left:15px; padding-bottom:1px; text-decoration:none;}
a:hover span.jstree-remove { background:url("ico_delete.png");}

.jstree-classic.jstree-focused { background:white; }

.jstree-classic .jstree-no-dots li, 
.jstree-classic .jstree-no-dots .jstree-leaf > ins { background:transparent; }
.jstree-classic .jstree-no-dots .jstree-open > ins { background-position:-18px 0; cursor:pointer; }
.jstree-classic .jstree-no-dots .jstree-closed > ins { background-position:0 0; cursor:pointer; color:Navy;}

.jstree-classic .jstree-no-icons a .jstree-icon { display:none; }

.jstree-classic .jstree-search { font-style:italic; }

.jstree-classic .jstree-no-icons .jstree-checkbox { display:inline-block; }
.jstree-classic .jstree-no-checkboxes .jstree-checkbox { display:none !important; }

.jstree-classic .jstree-undetermined > a > .jstree-checkbox {  display:none !important; }
.jstree-classic .jstree-undetermined > a > .jstree-checkbox:hover {  display:none !important; }

.jstree-classic .jstree-checked.jstree-leaf > a > .jstree-checkbox { background-position:-38px -19px; }
.jstree-classic .jstree-unchecked.jstree-leaf > a > .jstree-checkbox { background-position:-2px -19px; }
.jstree-classic .jstree-checked.jstree-open > a > .jstree-checkbox {  display:none !important; }
.jstree-classic .jstree-unchecked.jstree-open > a > .jstree-checkbox {  display:none !important; }
.jstree-classic .jstree-checked.jstree-closed > a > .jstree-checkbox {  display:none !important; }
.jstree-classic .jstree-unchecked.jstree-closed > a > .jstree-checkbox {  display:none !important; }
.jstree-classic .jstree-checked.jstree-leaf > a > .jstree-checkbox:hover { background-position:-38px -37px; }
.jstree-classic .jstree-unchecked.jstree-leaf > a > .jstree-checkbox:hover { background-position:-2px -37px; }
.jstree-classic .jstree-checked.jstree-open > a > .jstree-checkbox:hover { display:none !important;  }
.jstree-classic .jstree-unchecked.jstree-open > a > .jstree-checkbox:hover { display:none !important;  }
.jstree-classic .jstree-checked.jstree-closed > a > .jstree-checkbox:hover { display:none !important;  }
.jstree-classic .jstree-unchecked.jstree-closed > a > .jstree-checkbox:hover { display:none !important;  }


#vakata-dragged.jstree-classic ins { background:transparent !important; }
#vakata-dragged.jstree-classic .jstree-ok { background:url("d.png") -2px -53px no-repeat !important; }
#vakata-dragged.jstree-classic .jstree-invalid { background:url("d.png") -18px -53px no-repeat !important; }
#jstree-marker.jstree-classic { background:url("d.png") -41px -57px no-repeat !important; }

.jstree-classic a.jstree-search { color:aqua; }

#vakata-contextmenu.jstree-classic-context, 
#vakata-contextmenu.jstree-classic-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
#vakata-contextmenu.jstree-classic-context li { }
#vakata-contextmenu.jstree-classic-context a { color:black; }
#vakata-contextmenu.jstree-classic-context a:hover, 
#vakata-contextmenu.jstree-classic-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:black; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
#vakata-contextmenu.jstree-classic-context li.jstree-contextmenu-disabled a, 
#vakata-contextmenu.jstree-classic-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
#vakata-contextmenu.jstree-classic-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
#vakata-contextmenu.jstree-classic-context li ul { margin-left:-4px; }

/* TODO: IE6 support - the `>` selectors */

/*Customizados Paradigma*/
.highlight {background-color: #FFE174; }
.jsTreeTitulo{ font-family: Tahoma, Arial, Helvetica, sans-serif; }
.jstree-leaf > a{ color: Navy; cursor:pointer; }
.jstree-open, .jstree-closed > a:hover{ color: Black; }
div.jstree li a{ cursor:default; }

#jsTreeTextFiltro
{
    font-size: 11px;  
    width:100%;
    margin: 0; 
    padding: 0; 
    display: block;
}
.jsTreeTextFiltroContainerIconSearch {
    background: white url('ico_find.png') right center no-repeat;
}
.jsTreeTextFiltroContainerIconWait {
    background: white url('throbber.gif') right center no-repeat;
}
.jsTreeTextFiltroContainer {
    padding: 3px 19px 3px 3px;
    margin-right:0px;
    margin-bottom:1px;
    border: 1px solid #cccccc
}

.jsTreeBotao
{
    font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10px;  color: #000000;
    height: 16px; border-bottom: 1px solid #003C74; border-right: 1px solid #003C74;border-top: 1px solid #2C94E2; border-left: 1px solid #2C94E2;padding: 0px;background-color : #F0F0EA;
}
#jsTreeDiv
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    border: solid #cccccc 1px;
    height: 400px;
    overflow: auto;
}
#jsTreeSelecionados {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    border: solid #cccccc 1px;
}
#jsTreeTabSelecionados {
    height:100%;width:100%;
}
#jsTreeBtnFiltrar
{
    width: 100px;
}
#jsTreeBtnLimpar
{
    width: 100px;
}
#jsTreeMensagem
{
    font-size: 0.8em;
    color: Maroon;
}

/* Classe HiddenElement */
.hiddenElement
{
    border-width: 0;
    display: block;
    float: left;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 0;
}